Binary compatibility report for the CppCMS library between 0.0.8 and 0.99.1 versions on x86
Test Info
Library Name | CppCMS |
Version #1 | 0.0.8 |
Version #2 | 0.99.1 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 46 |
Total Shared Libraries | 2 |
Total Symbols / Types | 588 / 73 |
Verdict | Incompatible (100%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1092 |
Removed Symbols | High | 584 |
Problems with Data Types | High | 35 |
Medium | 28 |
Low | 48 |
Problems with Symbols | High | 28 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Added Symbols (1092)
application.h,
libcppcms.so.1.0.0
namespace booster
intrusive_ptr_add_ref ( cppcms::application* p )
[ symbol: _ZN7booster21intrusive_ptr_add_refEPN6cppcms11applicationE ]
intrusive_ptr_release ( cppcms::application* p )
[ symbol: _ZN7booster21intrusive_ptr_releaseEPN6cppcms11applicationE ]
namespace cppcms
application::add ( application& app )
[ symbol: _ZN6cppcms11application3addERS0_ ]
application::add ( application& app, std::string regex, int part )
[ symbol: _ZN6cppcms11application3addERS0_Ssi ]
application::application [in-charge] ( service& srv )
[ symbol: _ZN6cppcms11applicationC1ERNS_7serviceE ]
application::application [not-in-charge] ( service& srv )
[ symbol: _ZN6cppcms11applicationC2ERNS_7serviceE ]
application::assign_context ( booster::shared_ptr<http::context> conn )
[ symbol: _ZN6cppcms11application14assign_contextEN7booster10shared_ptrINS_4http7contextEEE ]
application::attach ( application* app )
[ symbol: _ZN6cppcms11application6attachEPS0_ ]
application::attach ( application* app, std::string regex, int part )
[ symbol: _ZN6cppcms11application6attachEPS0_Ssi ]
application::cache ( )
[ symbol: _ZN6cppcms11application5cacheEv ]
application::context ( )
[ symbol: _ZN6cppcms11application7contextEv ]
application::dispatcher ( )
[ symbol: _ZN6cppcms11application10dispatcherEv ]
application::get_context ( )
[ symbol: _ZN6cppcms11application11get_contextEv ]
application::is_asynchronous ( )
[ symbol: _ZN6cppcms11application15is_asynchronousEv ]
application::main ( std::string url )
[ symbol: _ZN6cppcms11application4mainESs ]
application::parent ( )
[ symbol: _ZN6cppcms11application6parentEv ]
application::release_context ( )
[ symbol: _ZN6cppcms11application15release_contextEv ]
application::render ( std::string skin, std::string template_name, base_content& content )
[ symbol: _ZN6cppcms11application6renderESsSsRNS_12base_contentE ]
application::render ( std::string skin, std::string template_name, std::ostream& out, base_content& content )
[ symbol: _ZN6cppcms11application6renderESsSsRSoRNS_12base_contentE ]
application::render ( std::string template_name, base_content& content )
[ symbol: _ZN6cppcms11application6renderESsRNS_12base_contentE ]
application::render ( std::string template_name, std::ostream& out, base_content& content )
[ symbol: _ZN6cppcms11application6renderESsRSoRNS_12base_contentE ]
application::request ( )
[ symbol: _ZN6cppcms11application7requestEv ]
application::response ( )
[ symbol: _ZN6cppcms11application8responseEv ]
application::root ( )
[ symbol: _ZN6cppcms11application4rootEv ]
application::service ( )
[ symbol: _ZN6cppcms11application7serviceEv ]
application::session ( )
[ symbol: _ZN6cppcms11application7sessionEv ]
application::settings ( )
[ symbol: _ZN6cppcms11application8settingsEv ]
applications_pool.h,
libcppcms.so.1.0.0
namespace cppcms
applications_pool::applications_pool [in-charge] ( service& srv, int pool_size_limit )
[ symbol: _ZN6cppcms17applications_poolC1ERNS_7serviceEi ]
applications_pool::applications_pool [not-in-charge] ( service& srv, int pool_size_limit )
[ symbol: _ZN6cppcms17applications_poolC2ERNS_7serviceEi ]
applications_pool::factory::~factory [in-charge-deleting] ( )
[ symbol: _ZN6cppcms17applications_pool7factoryD0Ev ]
applications_pool::factory::~factory [in-charge] ( )
[ symbol: _ZN6cppcms17applications_pool7factoryD1Ev ]
applications_pool::get ( std::string const& h, std::string const& s, std::string const& path_info, std::string& match )
[ symbol: _ZN6cppcms17applications_pool3getERKSsS2_S2_RSs ]
applications_pool::mount ( booster::intrusive_ptr<application> app )
[ symbol: _ZN6cppcms17applications_pool5mountEN7booster13intrusive_ptrINS_11applicationEEE ]
applications_pool::mount ( booster::intrusive_ptr<application> app, mount_point const& point )
[ symbol: _ZN6cppcms17applications_pool5mountEN7booster13intrusive_ptrINS_11applicationEEERKNS_11mount_pointE ]
applications_pool::mount ( std::auto_ptr<applications_pool::factory> aps )
[ symbol: _ZN6cppcms17applications_pool5mountESt8auto_ptrINS0_7factoryEE ]
applications_pool::mount ( std::auto_ptr<applications_pool::factory> aps, mount_point const& point )
[ symbol: _ZN6cppcms17applications_pool5mountESt8auto_ptrINS0_7factoryEERKNS_11mount_pointE ]
applications_pool::put ( application* app )
[ symbol: _ZN6cppcms17applications_pool3putEPNS_11applicationE ]
applications_pool::~applications_pool [in-charge] ( )
[ symbol: _ZN6cppcms17applications_poolD1Ev ]
applications_pool::~applications_pool [not-in-charge] ( )
[ symbol: _ZN6cppcms17applications_poolD2Ev ]
atomic_counter.h,
libbooster.so.0.0.0
namespace booster
atomic_counter::atomic_counter [in-charge] ( long v )
[ symbol: _ZN7booster14atomic_counterC1El ]
atomic_counter::atomic_counter [not-in-charge] ( long v )
[ symbol: _ZN7booster14atomic_counterC2El ]
atomic_counter::~atomic_counter [in-charge] ( )
[ symbol: _ZN7booster14atomic_counterD1Ev ]
atomic_counter::~atomic_counter [not-in-charge] ( )
[ symbol: _ZN7booster14atomic_counterD2Ev ]
bad_weak_ptr.h,
libcppcms.so.1.0.0
namespace booster
bad_weak_ptr::what ( ) const
[ symbol: _ZNK7booster12bad_weak_ptr4whatEv ]
bad_weak_ptr::~bad_weak_ptr [in-charge-deleting] ( )
[ symbol: _ZN7booster12bad_weak_ptrD0Ev ]
bad_weak_ptr::~bad_weak_ptr [in-charge] ( )
[ symbol: _ZN7booster12bad_weak_ptrD1Ev ]
base_view.h,
libcppcms.so.1.0.0
namespace cppcms
base_view::base_view [in-charge] ( std::ostream& out )
[ symbol: _ZN6cppcms9base_viewC1ERSo ]
base_view::base_view [not-in-charge] ( std::ostream& out )
[ symbol: _ZN6cppcms9base_viewC2ERSo ]
base_view::out ( )
[ symbol: _ZN6cppcms9base_view3outEv ]
base_view::render ( )
[ symbol: _ZN6cppcms9base_view6renderEv ]
base_view::~base_view [in-charge-deleting] ( )
[ symbol: _ZN6cppcms9base_viewD0Ev ]
base_view::~base_view [in-charge] ( )
[ symbol: _ZN6cppcms9base_viewD1Ev ]
base_view::~base_view [not-in-charge] ( )
[ symbol: _ZN6cppcms9base_viewD2Ev ]
cache_interface.h,
libcppcms.so.1.0.0
namespace cppcms
cache_interface::add_trigger ( std::string const& trigger )
[ symbol: _ZN6cppcms15cache_interface11add_triggerERKSs ]
cache_interface::cache_interface [in-charge] ( http::context& context )
[ symbol: _ZN6cppcms15cache_interfaceC1ERNS_4http7contextE ]
cache_interface::cache_interface [not-in-charge] ( http::context& context )
[ symbol: _ZN6cppcms15cache_interfaceC2ERNS_4http7contextE ]
cache_interface::clear ( )
[ symbol: _ZN6cppcms15cache_interface5clearEv ]
cache_interface::fetch_frame ( std::string const& key, std::string& result, bool notriggers )
[ symbol: _ZN6cppcms15cache_interface11fetch_frameERKSsRSsb ]
cache_interface::fetch_page ( std::string const& key )
[ symbol: _ZN6cppcms15cache_interface10fetch_pageERKSs ]
cache_interface::has_cache ( )
[ symbol: _ZN6cppcms15cache_interface9has_cacheEv ]
cache_interface::nocache ( )
[ symbol: _ZN6cppcms15cache_interface7nocacheEv ]
cache_interface::reset ( )
[ symbol: _ZN6cppcms15cache_interface5resetEv ]
cache_interface::rise ( std::string const& trigger )
[ symbol: _ZN6cppcms15cache_interface4riseERKSs ]
cache_interface::stats ( unsigned int& keys, unsigned int& triggers )
[ symbol: _ZN6cppcms15cache_interface5statsERjS1_ ]
cache_interface::store_frame ( std::string const& key, std::string const& frame, int timeout, bool notriggers )
[ symbol: _ZN6cppcms15cache_interface11store_frameERKSsS2_ib ]
cache_interface::store_frame ( std::string const& key, std::string const& frame, std::set<std::string>const& triggers, int timeout, bool notriggers )
[ symbol: _ZN6cppcms15cache_interface11store_frameERKSsS2_RKSt3setISsSt4lessISsESaISsEEib ]
cache_interface::store_page ( std::string const& key, int timeout )
[ symbol: _ZN6cppcms15cache_interface10store_pageERKSsi ]
cache_interface::~cache_interface [in-charge] ( )
[ symbol: _ZN6cppcms15cache_interfaceD1Ev ]
cache_interface::~cache_interface [not-in-charge] ( )
[ symbol: _ZN6cppcms15cache_interfaceD2Ev ]
cache_pool.h,
libcppcms.so.1.0.0
namespace cppcms
cache_pool::cache_pool [in-charge] ( json::value const& settings )
[ symbol: _ZN6cppcms10cache_poolC1ERKNS_4json5valueE ]
cache_pool::cache_pool [not-in-charge] ( json::value const& settings )
[ symbol: _ZN6cppcms10cache_poolC2ERKNS_4json5valueE ]
cache_pool::get ( )
[ symbol: _ZN6cppcms10cache_pool3getEv ]
cache_pool::~cache_pool [in-charge] ( )
[ symbol: _ZN6cppcms10cache_poolD1Ev ]
cache_pool::~cache_pool [not-in-charge] ( )
[ symbol: _ZN6cppcms10cache_poolD2Ev ]
codepage.h,
libbooster.so.0.0.0
namespace booster::locale::conv
conversion_error::~conversion_error [in-charge-deleting] ( )
[ symbol: _ZN7booster6locale4conv16conversion_errorD0Ev ]
conversion_error::~conversion_error [in-charge] ( )
[ symbol: _ZN7booster6locale4conv16conversion_errorD1Ev ]
collator.h,
libbooster.so.0.0.0
namespace booster::locale
collator<char>::do_compare ( collator<char>::char_type const* b1, collator<char>::char_type const* e1, collator<char>::char_type const* b2, collator<char>::char_type const* e2 ) const
[ symbol: _ZNK7booster6locale8collatorIcE10do_compareEPKcS4_S4_S4_ ]
collator<char>::do_hash ( collator<char>::char_type const* b, collator<char>::char_type const* e ) const
[ symbol: _ZNK7booster6locale8collatorIcE7do_hashEPKcS4_ ]
collator<char>::do_transform ( collator<char>::char_type const* b, collator<char>::char_type const* e ) const
[ symbol: _ZNK7booster6locale8collatorIcE12do_transformEPKcS4_ ]
collator<char>::~collator [in-charge-deleting] ( )
[ symbol: _ZN7booster6locale8collatorIcED0Ev ]
collator<char>::~collator [in-charge] ( )
[ symbol: _ZN7booster6locale8collatorIcED1Ev ]
collator<wchar_t>::do_compare ( collator<wchar_t>::char_type const* b1, collator<wchar_t>::char_type const* e1, collator<wchar_t>::char_type const* b2, collator<wchar_t>::char_type const* e2 ) const
[ symbol: _ZNK7booster6locale8collatorIwE10do_compareEPKwS4_S4_S4_ ]
collator<wchar_t>::do_hash ( collator<wchar_t>::char_type const* b, collator<wchar_t>::char_type const* e ) const
[ symbol: _ZNK7booster6locale8collatorIwE7do_hashEPKwS4_ ]
collator<wchar_t>::do_transform ( collator<wchar_t>::char_type const* b, collator<wchar_t>::char_type const* e ) const
[ symbol: _ZNK7booster6locale8collatorIwE12do_transformEPKwS4_ ]
collator<wchar_t>::~collator [in-charge-deleting] ( )
[ symbol: _ZN7booster6locale8collatorIwED0Ev ]
collator<wchar_t>::~collator [in-charge] ( )
[ symbol: _ZN7booster6locale8collatorIwED1Ev ]
conversion.h,
libbooster.so.0.0.0
namespace booster::locale::impl
convert ( conversion_type how, char const* begin, char const* end, int flags, std::locale const* loc )
[ symbol: _ZN7booster6locale4impl7convertENS1_15conversion_typeEPKcS4_iPKSt6locale ]
convert ( conversion_type how, wchar_t const* begin, wchar_t const* end, int flags, std::locale const* loc )
[ symbol: _ZN7booster6locale4impl7convertENS1_15conversion_typeEPKwS4_iPKSt6locale ]
date_time.h,
libbooster.so.0.0.0
namespace booster::locale
calendar::calendar [in-charge] ( )
[ symbol: _ZN7booster6locale8calendarC1Ev ]
calendar::calendar [in-charge] ( calendar const& other )
[ symbol: _ZN7booster6locale8calendarC1ERKS1_ ]
calendar::calendar [in-charge] ( time_zone const& zone )
[ symbol: _ZN7booster6locale8calendarC1ERKNS0_9time_zoneE ]
calendar::calendar [in-charge] ( std::ios_base& ios )
[ symbol: _ZN7booster6locale8calendarC1ERSt8ios_base ]
calendar::calendar [in-charge] ( std::locale const& l )
[ symbol: _ZN7booster6locale8calendarC1ERKSt6locale ]
calendar::calendar [in-charge] ( std::locale const& l, time_zone const& zone )
[ symbol: _ZN7booster6locale8calendarC1ERKSt6localeRKNS0_9time_zoneE ]
calendar::calendar [not-in-charge] ( )
[ symbol: _ZN7booster6locale8calendarC2Ev ]
calendar::calendar [not-in-charge] ( calendar const& other )
[ symbol: _ZN7booster6locale8calendarC2ERKS1_ ]
calendar::calendar [not-in-charge] ( time_zone const& zone )
[ symbol: _ZN7booster6locale8calendarC2ERKNS0_9time_zoneE ]
calendar::calendar [not-in-charge] ( std::ios_base& ios )
[ symbol: _ZN7booster6locale8calendarC2ERSt8ios_base ]
calendar::calendar [not-in-charge] ( std::locale const& l )
[ symbol: _ZN7booster6locale8calendarC2ERKSt6locale ]
calendar::calendar [not-in-charge] ( std::locale const& l, time_zone const& zone )
[ symbol: _ZN7booster6locale8calendarC2ERKSt6localeRKNS0_9time_zoneE ]
calendar::first_day_of_week ( ) const
[ symbol: _ZNK7booster6locale8calendar17first_day_of_weekEv ]
calendar::get_locale ( ) const
[ symbol: _ZNK7booster6locale8calendar10get_localeEv ]
calendar::get_time_zone ( ) const
[ symbol: _ZNK7booster6locale8calendar13get_time_zoneEv ]
calendar::greatest_minimum ( period::period_type f ) const
[ symbol: _ZNK7booster6locale8calendar16greatest_minimumENS0_6period11period_typeE ]
calendar::is_gregorian ( ) const
[ symbol: _ZNK7booster6locale8calendar12is_gregorianEv ]
calendar::least_maximum ( period::period_type f ) const
[ symbol: _ZNK7booster6locale8calendar13least_maximumENS0_6period11period_typeE ]
calendar::maximum ( period::period_type f ) const
[ symbol: _ZNK7booster6locale8calendar7maximumENS0_6period11period_typeE ]
calendar::minimum ( period::period_type f ) const
[ symbol: _ZNK7booster6locale8calendar7minimumENS0_6period11period_typeE ]
calendar::operator!= ( calendar const& other ) const
[ symbol: _ZNK7booster6locale8calendarneERKS1_ ]
calendar::operator= ( calendar const& other )
[ symbol: _ZN7booster6locale8calendaraSERKS1_ ]
calendar::operator== ( calendar const& other ) const
[ symbol: _ZNK7booster6locale8calendareqERKS1_ ]
calendar::~calendar [in-charge] ( )
[ symbol: _ZN7booster6locale8calendarD1Ev ]
calendar::~calendar [not-in-charge] ( )
[ symbol: _ZN7booster6locale8calendarD2Ev ]
date_time::date_time [in-charge] ( )
[ symbol: _ZN7booster6locale9date_timeC1Ev ]
date_time::date_time [in-charge] ( calendar const& cal )
[ symbol: _ZN7booster6locale9date_timeC1ERKNS0_8calendarE ]
date_time::date_time [in-charge] ( date_time const& other )
[ symbol: _ZN7booster6locale9date_timeC1ERKS1_ ]
date_time::date_time [in-charge] ( date_time const& other, date_time_period_set const& set )
[ symbol: _ZN7booster6locale9date_timeC1ERKS1_RKNS0_20date_time_period_setE ]
date_time::date_time [in-charge] ( date_time_period_set const& set )
[ symbol: _ZN7booster6locale9date_timeC1ERKNS0_20date_time_period_setE ]
date_time::date_time [in-charge] ( date_time_period_set const& set, calendar const& cal )
[ symbol: _ZN7booster6locale9date_timeC1ERKNS0_20date_time_period_setERKNS0_8calendarE ]
date_time::date_time [in-charge] ( double time )
[ symbol: _ZN7booster6locale9date_timeC1Ed ]
date_time::date_time [in-charge] ( double time, calendar const& cal )
[ symbol: _ZN7booster6locale9date_timeC1EdRKNS0_8calendarE ]
date_time::date_time [not-in-charge] ( )
[ symbol: _ZN7booster6locale9date_timeC2Ev ]
date_time::date_time [not-in-charge] ( calendar const& cal )
[ symbol: _ZN7booster6locale9date_timeC2ERKNS0_8calendarE ]
date_time::date_time [not-in-charge] ( date_time const& other )
[ symbol: _ZN7booster6locale9date_timeC2ERKS1_ ]
date_time::date_time [not-in-charge] ( date_time const& other, date_time_period_set const& set )
[ symbol: _ZN7booster6locale9date_timeC2ERKS1_RKNS0_20date_time_period_setE ]
date_time::date_time [not-in-charge] ( date_time_period_set const& set )
[ symbol: _ZN7booster6locale9date_timeC2ERKNS0_20date_time_period_setE ]
date_time::date_time [not-in-charge] ( date_time_period_set const& set, calendar const& cal )
[ symbol: _ZN7booster6locale9date_timeC2ERKNS0_20date_time_period_setERKNS0_8calendarE ]
date_time::date_time [not-in-charge] ( double time )
[ symbol: _ZN7booster6locale9date_timeC2Ed ]
date_time::date_time [not-in-charge] ( double time, calendar const& cal )
[ symbol: _ZN7booster6locale9date_timeC2EdRKNS0_8calendarE ]
date_time::difference ( date_time const& other, period::period_type f )
[ symbol: _ZN7booster6locale9date_time10differenceERKS1_NS0_6period11period_typeE ]
date_time::difference ( date_time const& other, period::period_type f ) const
[ symbol: _ZNK7booster6locale9date_time10differenceERKS1_NS0_6period11period_typeE ]
date_time::get ( period::period_type f ) const
[ symbol: _ZNK7booster6locale9date_time3getENS0_6period11period_typeE ]
date_time::maximum ( period::period_type f ) const
[ symbol: _ZNK7booster6locale9date_time7maximumENS0_6period11period_typeE ]
date_time::minimum ( period::period_type f ) const
[ symbol: _ZNK7booster6locale9date_time7minimumENS0_6period11period_typeE ]
date_time::operator!= ( date_time const& other ) const
[ symbol: _ZNK7booster6locale9date_timeneERKS1_ ]
date_time::operator+ ( date_time_period const& v ) const
[ symbol: _ZNK7booster6locale9date_timeplERKNS0_16date_time_periodE ]
date_time::operator+ ( date_time_period_set const& v ) const
[ symbol: _ZNK7booster6locale9date_timeplERKNS0_20date_time_period_setE ]
date_time::operator+= ( date_time_period const& v )
[ symbol: _ZN7booster6locale9date_timepLERKNS0_16date_time_periodE ]
date_time::operator+= ( date_time_period_set const& v )
[ symbol: _ZN7booster6locale9date_timepLERKNS0_20date_time_period_setE ]
date_time::operator- ( date_time_period const& v ) const
[ symbol: _ZNK7booster6locale9date_timemiERKNS0_16date_time_periodE ]
date_time::operator- ( date_time_period_set const& v ) const
[ symbol: _ZNK7booster6locale9date_timemiERKNS0_20date_time_period_setE ]
date_time::operator-= ( date_time_period const& v )
[ symbol: _ZN7booster6locale9date_timemIERKNS0_16date_time_periodE ]
date_time::operator-= ( date_time_period_set const& v )
[ symbol: _ZN7booster6locale9date_timemIERKNS0_20date_time_period_setE ]
date_time::operator< ( date_time const& other ) const
[ symbol: _ZNK7booster6locale9date_timeltERKS1_ ]
date_time::operator<< ( date_time_period const& v ) const
[ symbol: _ZNK7booster6locale9date_timelsERKNS0_16date_time_periodE ]
date_time::operator<< ( date_time_period_set const& v ) const
[ symbol: _ZNK7booster6locale9date_timelsERKNS0_20date_time_period_setE ]
date_time::operator<<= ( date_time_period const& v )
[ symbol: _ZN7booster6locale9date_timelSERKNS0_16date_time_periodE ]
date_time::operator<<= ( date_time_period_set const& v )
[ symbol: _ZN7booster6locale9date_timelSERKNS0_20date_time_period_setE ]
date_time::operator<= ( date_time const& other ) const
[ symbol: _ZNK7booster6locale9date_timeleERKS1_ ]
date_time::operator= ( date_time const& other )
[ symbol: _ZN7booster6locale9date_timeaSERKS1_ ]
date_time::operator= ( date_time_period_set const& f )
[ symbol: _ZN7booster6locale9date_timeaSERKNS0_20date_time_period_setE ]
date_time::operator== ( date_time const& other ) const
[ symbol: _ZNK7booster6locale9date_timeeqERKS1_ ]
date_time::set ( period::period_type f, int v )
[ symbol: _ZN7booster6locale9date_time3setENS0_6period11period_typeEi ]
date_time::swap ( date_time& other )
[ symbol: _ZN7booster6locale9date_time4swapERS1_ ]
date_time::time ( ) const
[ symbol: _ZNK7booster6locale9date_time4timeEv ]
date_time::time ( double v )
[ symbol: _ZN7booster6locale9date_time4timeEd ]
date_time::~date_time [in-charge] ( )
[ symbol: _ZN7booster6locale9date_timeD1Ev ]
date_time::~date_time [not-in-charge] ( )
[ symbol: _ZN7booster6locale9date_timeD2Ev ]
date_time_error::~date_time_error [in-charge-deleting] ( )
[ symbol: _ZN7booster6locale15date_time_errorD0Ev ]
date_time_error::~date_time_error [in-charge] ( )
[ symbol: _ZN7booster6locale15date_time_errorD1Ev ]
encoding.h,
libcppcms.so.1.0.0
namespace cppcms::encoding
from_utf8 ( char const* encoding, char const* begin, char const* end )
[ symbol: _ZN6cppcms8encoding9from_utf8EPKcS2_S2_ ]
from_utf8 ( char const* encoding, std::string const& str )
[ symbol: _ZN6cppcms8encoding9from_utf8EPKcRKSs ]
from_utf8 ( std::locale const& loc, char const* begin, char const* end )
[ symbol: _ZN6cppcms8encoding9from_utf8ERKSt6localePKcS5_ ]
to_utf8 ( char const* encoding, char const* begin, char const* end )
[ symbol: _ZN6cppcms8encoding7to_utf8EPKcS2_S2_ ]
to_utf8 ( char const* encoding, std::string const& str )
[ symbol: _ZN6cppcms8encoding7to_utf8EPKcRKSs ]
to_utf8 ( std::locale const& loc, char const* begin, char const* end )
[ symbol: _ZN6cppcms8encoding7to_utf8ERKSt6localePKcS5_ ]
valid ( char const* encoding, char const* begin, char const* end, size_t& count )
[ symbol: _ZN6cppcms8encoding5validEPKcS2_S2_Rj ]
valid ( std::locale const& loc, char const* begin, char const* end, size_t& count )
[ symbol: _ZN6cppcms8encoding5validERKSt6localePKcS5_Rj ]
valid_utf8 ( char const* begin, char const* end, size_t& count )
[ symbol: _ZN6cppcms8encoding10valid_utf8EPKcS2_Rj ]
filters.h,
libcppcms.so.1.0.0
namespace cppcms::filters
base64_urlencode::base64_urlencode [in-charge] ( )
[ symbol: _ZN6cppcms7filters16base64_urlencodeC1Ev ]
base64_urlencode::base64_urlencode [in-charge] ( base64_urlencode const& p1 )
[ symbol: _ZN6cppcms7filters16base64_urlencodeC1ERKS1_ ]
base64_urlencode::base64_urlencode [in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters16base64_urlencodeC1ERKNS0_10streamableE ]
base64_urlencode::base64_urlencode [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters16base64_urlencodeC2Ev ]
base64_urlencode::base64_urlencode [not-in-charge] ( base64_urlencode const& p1 )
[ symbol: _ZN6cppcms7filters16base64_urlencodeC2ERKS1_ ]
base64_urlencode::base64_urlencode [not-in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters16base64_urlencodeC2ERKNS0_10streamableE ]
base64_urlencode::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters16base64_urlencodeclERSo ]
base64_urlencode::operator= ( base64_urlencode const& other )
[ symbol: _ZN6cppcms7filters16base64_urlencodeaSERKS1_ ]
base64_urlencode::~base64_urlencode [in-charge] ( )
[ symbol: _ZN6cppcms7filters16base64_urlencodeD1Ev ]
base64_urlencode::~base64_urlencode [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters16base64_urlencodeD2Ev ]
date::date [in-charge] ( )
[ symbol: _ZN6cppcms7filters4dateC1Ev ]
date::date [in-charge] ( date const& other )
[ symbol: _ZN6cppcms7filters4dateC1ERKS1_ ]
date::date [in-charge] ( streamable const& time )
[ symbol: _ZN6cppcms7filters4dateC1ERKNS0_10streamableE ]
date::date [in-charge] ( streamable const& time, std::string const& timezone )
[ symbol: _ZN6cppcms7filters4dateC1ERKNS0_10streamableERKSs ]
date::date [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters4dateC2Ev ]
date::date [not-in-charge] ( date const& other )
[ symbol: _ZN6cppcms7filters4dateC2ERKS1_ ]
date::date [not-in-charge] ( streamable const& time )
[ symbol: _ZN6cppcms7filters4dateC2ERKNS0_10streamableE ]
date::date [not-in-charge] ( streamable const& time, std::string const& timezone )
[ symbol: _ZN6cppcms7filters4dateC2ERKNS0_10streamableERKSs ]
date::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters4dateclERSo ]
date::operator= ( date const& other )
[ symbol: _ZN6cppcms7filters4dateaSERKS1_ ]
date::~date [in-charge] ( )
[ symbol: _ZN6cppcms7filters4dateD1Ev ]
date::~date [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters4dateD2Ev ]
datetime::datetime [in-charge] ( )
[ symbol: _ZN6cppcms7filters8datetimeC1Ev ]
datetime::datetime [in-charge] ( datetime const& other )
[ symbol: _ZN6cppcms7filters8datetimeC1ERKS1_ ]
datetime::datetime [in-charge] ( streamable const& t )
[ symbol: _ZN6cppcms7filters8datetimeC1ERKNS0_10streamableE ]
datetime::datetime [in-charge] ( streamable const& time, std::string const& timezone )
[ symbol: _ZN6cppcms7filters8datetimeC1ERKNS0_10streamableERKSs ]
datetime::datetime [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8datetimeC2Ev ]
datetime::datetime [not-in-charge] ( datetime const& other )
[ symbol: _ZN6cppcms7filters8datetimeC2ERKS1_ ]
datetime::datetime [not-in-charge] ( streamable const& t )
[ symbol: _ZN6cppcms7filters8datetimeC2ERKNS0_10streamableE ]
datetime::datetime [not-in-charge] ( streamable const& time, std::string const& timezone )
[ symbol: _ZN6cppcms7filters8datetimeC2ERKNS0_10streamableERKSs ]
datetime::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters8datetimeclERSo ]
datetime::operator= ( datetime const& other )
[ symbol: _ZN6cppcms7filters8datetimeaSERKS1_ ]
datetime::~datetime [in-charge] ( )
[ symbol: _ZN6cppcms7filters8datetimeD1Ev ]
datetime::~datetime [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8datetimeD2Ev ]
escape::escape [in-charge] ( )
[ symbol: _ZN6cppcms7filters6escapeC1Ev ]
escape::escape [in-charge] ( escape const& p1 )
[ symbol: _ZN6cppcms7filters6escapeC1ERKS1_ ]
escape::escape [in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters6escapeC1ERKNS0_10streamableE ]
escape::escape [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters6escapeC2Ev ]
escape::escape [not-in-charge] ( escape const& p1 )
[ symbol: _ZN6cppcms7filters6escapeC2ERKS1_ ]
escape::escape [not-in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters6escapeC2ERKNS0_10streamableE ]
escape::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters6escapeclERSo ]
escape::operator= ( escape const& other )
[ symbol: _ZN6cppcms7filters6escapeaSERKS1_ ]
escape::~escape [in-charge] ( )
[ symbol: _ZN6cppcms7filters6escapeD1Ev ]
escape::~escape [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters6escapeD2Ev ]
raw::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters3rawclERSo ]
raw::operator= ( raw const& other )
[ symbol: _ZN6cppcms7filters3rawaSERKS1_ ]
raw::raw [in-charge] ( )
[ symbol: _ZN6cppcms7filters3rawC1Ev ]
raw::raw [in-charge] ( raw const& p1 )
[ symbol: _ZN6cppcms7filters3rawC1ERKS1_ ]
raw::raw [in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters3rawC1ERKNS0_10streamableE ]
raw::raw [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters3rawC2Ev ]
raw::raw [not-in-charge] ( raw const& p1 )
[ symbol: _ZN6cppcms7filters3rawC2ERKS1_ ]
raw::raw [not-in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters3rawC2ERKNS0_10streamableE ]
raw::~raw [in-charge] ( )
[ symbol: _ZN6cppcms7filters3rawD1Ev ]
raw::~raw [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters3rawD2Ev ]
streamable::get ( std::ios& ios ) const
[ symbol: _ZNK6cppcms7filters10streamable3getERSt9basic_iosIcSt11char_traitsIcEE ]
streamable::operator() ( std::ostream& output ) const
[ symbol: _ZNK6cppcms7filters10streamableclERSo ]
streamable::operator= ( streamable const& other )
[ symbol: _ZN6cppcms7filters10streamableaSERKS1_ ]
streamable::streamable [in-charge] ( )
[ symbol: _ZN6cppcms7filters10streamableC1Ev ]
streamable::streamable [in-charge] ( char const* ptr )
[ symbol: _ZN6cppcms7filters10streamableC1EPKc ]
streamable::streamable [in-charge] ( streamable const& other )
[ symbol: _ZN6cppcms7filters10streamableC1ERKS1_ ]
streamable::streamable [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters10streamableC2Ev ]
streamable::streamable [not-in-charge] ( char const* ptr )
[ symbol: _ZN6cppcms7filters10streamableC2EPKc ]
streamable::streamable [not-in-charge] ( streamable const& other )
[ symbol: _ZN6cppcms7filters10streamableC2ERKS1_ ]
streamable::~streamable [in-charge] ( )
[ symbol: _ZN6cppcms7filters10streamableD1Ev ]
streamable::~streamable [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters10streamableD2Ev ]
strftime::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters8strftimeclERSo ]
strftime::operator= ( strftime const& other )
[ symbol: _ZN6cppcms7filters8strftimeaSERKS1_ ]
strftime::strftime [in-charge] ( )
[ symbol: _ZN6cppcms7filters8strftimeC1Ev ]
strftime::strftime [in-charge] ( streamable const& t, std::string const& fmt )
[ symbol: _ZN6cppcms7filters8strftimeC1ERKNS0_10streamableERKSs ]
strftime::strftime [in-charge] ( streamable const& time, std::string const& timezone, std::string const& fmt )
[ symbol: _ZN6cppcms7filters8strftimeC1ERKNS0_10streamableERKSsS6_ ]
strftime::strftime [in-charge] ( strftime const& other )
[ symbol: _ZN6cppcms7filters8strftimeC1ERKS1_ ]
strftime::strftime [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8strftimeC2Ev ]
strftime::strftime [not-in-charge] ( streamable const& t, std::string const& fmt )
[ symbol: _ZN6cppcms7filters8strftimeC2ERKNS0_10streamableERKSs ]
strftime::strftime [not-in-charge] ( streamable const& time, std::string const& timezone, std::string const& fmt )
[ symbol: _ZN6cppcms7filters8strftimeC2ERKNS0_10streamableERKSsS6_ ]
strftime::strftime [not-in-charge] ( strftime const& other )
[ symbol: _ZN6cppcms7filters8strftimeC2ERKS1_ ]
strftime::~strftime [in-charge] ( )
[ symbol: _ZN6cppcms7filters8strftimeD1Ev ]
strftime::~strftime [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8strftimeD2Ev ]
time::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters4timeclERSo ]
time::operator= ( time const& other )
[ symbol: _ZN6cppcms7filters4timeaSERKS1_ ]
time::time [in-charge] ( )
[ symbol: _ZN6cppcms7filters4timeC1Ev ]
time::time [in-charge] ( streamable const& t )
[ symbol: _ZN6cppcms7filters4timeC1ERKNS0_10streamableE ]
time::time [in-charge] ( streamable const& time, std::string const& timezone )
[ symbol: _ZN6cppcms7filters4timeC1ERKNS0_10streamableERKSs ]
time::time [in-charge] ( time const& other )
[ symbol: _ZN6cppcms7filters4timeC1ERKS1_ ]
time::time [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters4timeC2Ev ]
time::time [not-in-charge] ( streamable const& t )
[ symbol: _ZN6cppcms7filters4timeC2ERKNS0_10streamableE ]
time::time [not-in-charge] ( streamable const& time, std::string const& timezone )
[ symbol: _ZN6cppcms7filters4timeC2ERKNS0_10streamableERKSs ]
time::time [not-in-charge] ( time const& other )
[ symbol: _ZN6cppcms7filters4timeC2ERKS1_ ]
time::~time [in-charge] ( )
[ symbol: _ZN6cppcms7filters4timeD1Ev ]
time::~time [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters4timeD2Ev ]
to_lower::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters8to_lowerclERSo ]
to_lower::operator= ( to_lower const& other )
[ symbol: _ZN6cppcms7filters8to_loweraSERKS1_ ]
to_lower::to_lower [in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_lowerC1Ev ]
to_lower::to_lower [in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters8to_lowerC1ERKNS0_10streamableE ]
to_lower::to_lower [in-charge] ( to_lower const& p1 )
[ symbol: _ZN6cppcms7filters8to_lowerC1ERKS1_ ]
to_lower::to_lower [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_lowerC2Ev ]
to_lower::to_lower [not-in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters8to_lowerC2ERKNS0_10streamableE ]
to_lower::to_lower [not-in-charge] ( to_lower const& p1 )
[ symbol: _ZN6cppcms7filters8to_lowerC2ERKS1_ ]
to_lower::~to_lower [in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_lowerD1Ev ]
to_lower::~to_lower [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_lowerD2Ev ]
to_title::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters8to_titleclERSo ]
to_title::operator= ( to_title const& other )
[ symbol: _ZN6cppcms7filters8to_titleaSERKS1_ ]
to_title::to_title [in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_titleC1Ev ]
to_title::to_title [in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters8to_titleC1ERKNS0_10streamableE ]
to_title::to_title [in-charge] ( to_title const& p1 )
[ symbol: _ZN6cppcms7filters8to_titleC1ERKS1_ ]
to_title::to_title [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_titleC2Ev ]
to_title::to_title [not-in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters8to_titleC2ERKNS0_10streamableE ]
to_title::to_title [not-in-charge] ( to_title const& p1 )
[ symbol: _ZN6cppcms7filters8to_titleC2ERKS1_ ]
to_title::~to_title [in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_titleD1Ev ]
to_title::~to_title [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_titleD2Ev ]
to_upper::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters8to_upperclERSo ]
to_upper::operator= ( to_upper const& other )
[ symbol: _ZN6cppcms7filters8to_upperaSERKS1_ ]
to_upper::to_upper [in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_upperC1Ev ]
to_upper::to_upper [in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters8to_upperC1ERKNS0_10streamableE ]
to_upper::to_upper [in-charge] ( to_upper const& p1 )
[ symbol: _ZN6cppcms7filters8to_upperC1ERKS1_ ]
to_upper::to_upper [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_upperC2Ev ]
to_upper::to_upper [not-in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters8to_upperC2ERKNS0_10streamableE ]
to_upper::to_upper [not-in-charge] ( to_upper const& p1 )
[ symbol: _ZN6cppcms7filters8to_upperC2ERKS1_ ]
to_upper::~to_upper [in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_upperD1Ev ]
to_upper::~to_upper [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters8to_upperD2Ev ]
urlencode::operator() ( std::ostream& out ) const
[ symbol: _ZNK6cppcms7filters9urlencodeclERSo ]
urlencode::operator= ( urlencode const& other )
[ symbol: _ZN6cppcms7filters9urlencodeaSERKS1_ ]
urlencode::urlencode [in-charge] ( )
[ symbol: _ZN6cppcms7filters9urlencodeC1Ev ]
urlencode::urlencode [in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters9urlencodeC1ERKNS0_10streamableE ]
urlencode::urlencode [in-charge] ( urlencode const& p1 )
[ symbol: _ZN6cppcms7filters9urlencodeC1ERKS1_ ]
urlencode::urlencode [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters9urlencodeC2Ev ]
urlencode::urlencode [not-in-charge] ( streamable const& obj )
[ symbol: _ZN6cppcms7filters9urlencodeC2ERKNS0_10streamableE ]
urlencode::urlencode [not-in-charge] ( urlencode const& p1 )
[ symbol: _ZN6cppcms7filters9urlencodeC2ERKS1_ ]
urlencode::~urlencode [in-charge] ( )
[ symbol: _ZN6cppcms7filters9urlencodeD1Ev ]
urlencode::~urlencode [not-in-charge] ( )
[ symbol: _ZN6cppcms7filters9urlencodeD2Ev ]
form.h,
libcppcms.so.1.0.0
namespace cppcms
base_form::base_form [in-charge] ( )
[ symbol: _ZN6cppcms9base_formC1Ev ]
base_form::base_form [not-in-charge] ( )
[ symbol: _ZN6cppcms9base_formC2Ev ]
form::add ( form& subform )
[ symbol: _ZN6cppcms4form3addERS0_ ]
form::add ( widgets::base_widget& widget )
[ symbol: _ZN6cppcms4form3addERNS_7widgets11base_widgetE ]
form::attach ( form* subform )
[ symbol: _ZN6cppcms4form6attachEPS0_ ]
form::attach ( widgets::base_widget* widget )
[ symbol: _ZN6cppcms4form6attachEPNS_7widgets11base_widgetE ]
form::begin ( )
[ symbol: _ZN6cppcms4form5beginEv ]
form::end ( )
[ symbol: _ZN6cppcms4form3endEv ]
form::form [in-charge] ( )
[ symbol: _ZN6cppcms4formC1Ev ]
form::form [not-in-charge] ( )
[ symbol: _ZN6cppcms4formC2Ev ]
form::iterator::iterator [in-charge] ( )
[ symbol: _ZN6cppcms4form8iteratorC1Ev ]
form::iterator::iterator [in-charge] ( form& p1 )
[ symbol: _ZN6cppcms4form8iteratorC1ERS0_ ]
form::iterator::iterator [in-charge] ( form::iterator const& other )
[ symbol: _ZN6cppcms4form8iteratorC1ERKS1_ ]
form::iterator::iterator [not-in-charge] ( )
[ symbol: _ZN6cppcms4form8iteratorC2Ev ]
form::iterator::iterator [not-in-charge] ( form& p1 )
[ symbol: _ZN6cppcms4form8iteratorC2ERS0_ ]
form::iterator::iterator [not-in-charge] ( form::iterator const& other )
[ symbol: _ZN6cppcms4form8iteratorC2ERKS1_ ]
form::iterator::operator= ( form::iterator const& other )
[ symbol: _ZN6cppcms4form8iteratoraSERKS1_ ]
form::iterator::~iterator [in-charge] ( )
[ symbol: _ZN6cppcms4form8iteratorD1Ev ]
form::iterator::~iterator [not-in-charge] ( )
[ symbol: _ZN6cppcms4form8iteratorD2Ev ]
form::load ( http::context& cont )
[ symbol: _ZN6cppcms4form4loadERNS_4http7contextE ]
form::parent ( )
[ symbol: _ZN6cppcms4form6parentEv ]
form::parent ( base_form* subform )
[ symbol: _ZN6cppcms4form6parentEPNS_9base_formE ]
form::render ( form_context& context )
[ symbol: _ZN6cppcms4form6renderERNS_12form_contextE ]
form_context::form_context [in-charge] ( )
[ symbol: _ZN6cppcms12form_contextC1Ev ]
form_context::form_context [in-charge] ( std::ostream& output, form_flags::html_type ht, form_flags::html_list_type hlt )
[ symbol: _ZN6cppcms12form_contextC1ERSoNS_10form_flags9html_typeENS2_14html_list_typeE ]
form_context::form_context [not-in-charge] ( )
[ symbol: _ZN6cppcms12form_contextC2Ev ]
form_context::form_context [not-in-charge] ( std::ostream& output, form_flags::html_type ht, form_flags::html_list_type hlt )
[ symbol: _ZN6cppcms12form_contextC2ERSoNS_10form_flags9html_typeENS2_14html_list_typeE ]
form_context::html ( ) const
[ symbol: _ZNK6cppcms12form_context4htmlEv ]
form_context::html ( form_flags::html_type t )
[ symbol: _ZN6cppcms12form_context4htmlENS_10form_flags9html_typeE ]
form_context::html_list ( ) const
[ symbol: _ZNK6cppcms12form_context9html_listEv ]
form_context::html_list ( form_flags::html_list_type t )
[ symbol: _ZN6cppcms12form_context9html_listENS_10form_flags14html_list_typeE ]
form_context::out ( ) const
[ symbol: _ZNK6cppcms12form_context3outEv ]
form_context::out ( std::ostream& out )
[ symbol: _ZN6cppcms12form_context3outERSo ]
form_context::widget_part ( ) const
[ symbol: _ZNK6cppcms12form_context11widget_partEv ]
form_context::widget_part ( form_flags::widget_part_type t )
[ symbol: _ZN6cppcms12form_context11widget_partENS_10form_flags16widget_part_typeE ]
form_context::~form_context [in-charge] ( )
[ symbol: _ZN6cppcms12form_contextD1Ev ]
form_context::~form_context [not-in-charge] ( )
[ symbol: _ZN6cppcms12form_contextD2Ev ]
namespace cppcms::widgets
base_html_input::base_html_input [in-charge] ( std::string const& type )
[ symbol: _ZN6cppcms7widgets15base_html_inputC1ERKSs ]
base_html_input::base_html_input [not-in-charge] ( std::string const& type )
[ symbol: _ZN6cppcms7widgets15base_html_inputC2ERKSs ]
base_html_input::render_input ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets15base_html_input12render_inputERNS_12form_contextE ]
base_html_input::~base_html_input [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7widgets15base_html_inputD0Ev ]
base_html_input::~base_html_input [in-charge] ( )
[ symbol: _ZN6cppcms7widgets15base_html_inputD1Ev ]
base_html_input::~base_html_input [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets15base_html_inputD2Ev ]
base_text::base_text [in-charge] ( )
[ symbol: _ZN6cppcms7widgets9base_textC1Ev ]
base_text::base_text [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets9base_textC2Ev ]
base_text::limits ( )
[ symbol: _ZN6cppcms7widgets9base_text6limitsEv ]
base_text::limits ( int min, int max )
[ symbol: _ZN6cppcms7widgets9base_text6limitsEii ]
base_text::load ( cppcms::http::context& p1 )
[ symbol: _ZN6cppcms7widgets9base_text4loadERNS_4http7contextE ]
base_text::non_empty ( )
[ symbol: _ZN6cppcms7widgets9base_text9non_emptyEv ]
base_text::validate ( )
[ symbol: _ZN6cppcms7widgets9base_text8validateEv ]
base_text::validate_charset ( )
[ symbol: _ZN6cppcms7widgets9base_text16validate_charsetEv ]
base_text::validate_charset ( bool p1 )
[ symbol: _ZN6cppcms7widgets9base_text16validate_charsetEb ]
base_text::value ( )
[ symbol: _ZN6cppcms7widgets9base_text5valueEv ]
base_text::value ( std::string v )
[ symbol: _ZN6cppcms7widgets9base_text5valueESs ]
base_text::~base_text [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7widgets9base_textD0Ev ]
base_text::~base_text [in-charge] ( )
[ symbol: _ZN6cppcms7widgets9base_textD1Ev ]
base_text::~base_text [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets9base_textD2Ev ]
base_widget::attributes_string ( )
[ symbol: _ZN6cppcms7widgets11base_widget17attributes_stringEv ]
base_widget::attributes_string ( std::string v )
[ symbol: _ZN6cppcms7widgets11base_widget17attributes_stringESs ]
base_widget::auto_generate ( cppcms::form_context* context )
[ symbol: _ZN6cppcms7widgets11base_widget13auto_generateEPNS_12form_contextE ]
base_widget::base_widget [in-charge] ( )
[ symbol: _ZN6cppcms7widgets11base_widgetC1Ev ]
base_widget::base_widget [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets11base_widgetC2Ev ]
base_widget::disabled ( )
[ symbol: _ZN6cppcms7widgets11base_widget8disabledEv ]
base_widget::disabled ( bool p1 )
[ symbol: _ZN6cppcms7widgets11base_widget8disabledEb ]
base_widget::error_message ( )
[ symbol: _ZN6cppcms7widgets11base_widget13error_messageEv ]
base_widget::error_message ( booster::locale::message const& p1 )
[ symbol: _ZN6cppcms7widgets11base_widget13error_messageERKN7booster6locale7messageE ]
base_widget::error_message ( std::string p1 )
[ symbol: _ZN6cppcms7widgets11base_widget13error_messageESs ]
base_widget::has_error_message ( )
[ symbol: _ZN6cppcms7widgets11base_widget17has_error_messageEv ]
base_widget::has_help ( )
[ symbol: _ZN6cppcms7widgets11base_widget8has_helpEv ]
base_widget::has_message ( )
[ symbol: _ZN6cppcms7widgets11base_widget11has_messageEv ]
base_widget::help ( )
[ symbol: _ZN6cppcms7widgets11base_widget4helpEv ]
base_widget::help ( booster::locale::message const& msg )
[ symbol: _ZN6cppcms7widgets11base_widget4helpERKN7booster6locale7messageE ]
base_widget::help ( std::string p1 )
[ symbol: _ZN6cppcms7widgets11base_widget4helpESs ]
base_widget::id ( )
[ symbol: _ZN6cppcms7widgets11base_widget2idEv ]
base_widget::id ( std::string p1 )
[ symbol: _ZN6cppcms7widgets11base_widget2idESs ]
base_widget::message ( )
[ symbol: _ZN6cppcms7widgets11base_widget7messageEv ]
base_widget::message ( booster::locale::message const& p1 )
[ symbol: _ZN6cppcms7widgets11base_widget7messageERKN7booster6locale7messageE ]
base_widget::message ( std::string p1 )
[ symbol: _ZN6cppcms7widgets11base_widget7messageESs ]
base_widget::name ( )
[ symbol: _ZN6cppcms7widgets11base_widget4nameEv ]
base_widget::name ( std::string p1 )
[ symbol: _ZN6cppcms7widgets11base_widget4nameESs ]
base_widget::parent ( )
[ symbol: _ZN6cppcms7widgets11base_widget6parentEv ]
base_widget::parent ( cppcms::base_form* subform )
[ symbol: _ZN6cppcms7widgets11base_widget6parentEPNS_9base_formE ]
base_widget::render ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets11base_widget6renderERNS_12form_contextE ]
base_widget::render_attributes ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets11base_widget17render_attributesERNS_12form_contextE ]
base_widget::set ( )
[ symbol: _ZN6cppcms7widgets11base_widget3setEv ]
base_widget::set ( bool p1 )
[ symbol: _ZN6cppcms7widgets11base_widget3setEb ]
base_widget::valid ( )
[ symbol: _ZN6cppcms7widgets11base_widget5validEv ]
base_widget::valid ( bool p1 )
[ symbol: _ZN6cppcms7widgets11base_widget5validEb ]
checkbox::checkbox [in-charge] ( )
[ symbol: _ZN6cppcms7widgets8checkboxC1Ev ]
checkbox::checkbox [in-charge] ( std::string const& type )
[ symbol: _ZN6cppcms7widgets8checkboxC1ERKSs ]
checkbox::checkbox [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets8checkboxC2Ev ]
checkbox::checkbox [not-in-charge] ( std::string const& type )
[ symbol: _ZN6cppcms7widgets8checkboxC2ERKSs ]
checkbox::identification ( )
[ symbol: _ZN6cppcms7widgets8checkbox14identificationEv ]
checkbox::identification ( std::string const& p1 )
[ symbol: _ZN6cppcms7widgets8checkbox14identificationERKSs ]
checkbox::load ( cppcms::http::context& context )
[ symbol: _ZN6cppcms7widgets8checkbox4loadERNS_4http7contextE ]
checkbox::render_value ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets8checkbox12render_valueERNS_12form_contextE ]
checkbox::value ( )
[ symbol: _ZN6cppcms7widgets8checkbox5valueEv ]
checkbox::value ( bool is_set )
[ symbol: _ZN6cppcms7widgets8checkbox5valueEb ]
email::email [in-charge] ( )
[ symbol: _ZN6cppcms7widgets5emailC1Ev ]
email::email [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets5emailC2Ev ]
file::add_valid_magic ( std::string const& p1 )
[ symbol: _ZN6cppcms7widgets4file15add_valid_magicERKSs ]
file::file [in-charge] ( )
[ symbol: _ZN6cppcms7widgets4fileC1Ev ]
file::file [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets4fileC2Ev ]
file::limits ( )
[ symbol: _ZN6cppcms7widgets4file6limitsEv ]
file::limits ( int min, int max )
[ symbol: _ZN6cppcms7widgets4file6limitsEii ]
file::load ( cppcms::http::context& context )
[ symbol: _ZN6cppcms7widgets4file4loadERNS_4http7contextE ]
file::mime ( booster::regex const& expr )
[ symbol: _ZN6cppcms7widgets4file4mimeERKN7booster5regexE ]
file::mime ( std::string const& p1 )
[ symbol: _ZN6cppcms7widgets4file4mimeERKSs ]
file::non_empty ( )
[ symbol: _ZN6cppcms7widgets4file9non_emptyEv ]
file::render_value ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets4file12render_valueERNS_12form_contextE ]
file::validate ( )
[ symbol: _ZN6cppcms7widgets4file8validateEv ]
file::validate_filename_charset ( )
[ symbol: _ZN6cppcms7widgets4file25validate_filename_charsetEv ]
file::validate_filename_charset ( bool p1 )
[ symbol: _ZN6cppcms7widgets4file25validate_filename_charsetEb ]
file::value ( )
[ symbol: _ZN6cppcms7widgets4file5valueEv ]
file::~file [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7widgets4fileD0Ev ]
file::~file [in-charge] ( )
[ symbol: _ZN6cppcms7widgets4fileD1Ev ]
file::~file [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets4fileD2Ev ]
hidden::hidden [in-charge] ( )
[ symbol: _ZN6cppcms7widgets6hiddenC1Ev ]
hidden::hidden [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets6hiddenC2Ev ]
hidden::render ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets6hidden6renderERNS_12form_contextE ]
password::check_equal ( password& p2 )
[ symbol: _ZN6cppcms7widgets8password11check_equalERS1_ ]
password::password [in-charge] ( )
[ symbol: _ZN6cppcms7widgets8passwordC1Ev ]
password::password [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets8passwordC2Ev ]
radio::radio [in-charge] ( )
[ symbol: _ZN6cppcms7widgets5radioC1Ev ]
radio::radio [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets5radioC2Ev ]
radio::render_input ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets5radio12render_inputERNS_12form_contextE ]
radio::vertical ( )
[ symbol: _ZN6cppcms7widgets5radio8verticalEv ]
radio::vertical ( bool p1 )
[ symbol: _ZN6cppcms7widgets5radio8verticalEb ]
regex_field::regex ( booster::regex const& e )
[ symbol: _ZN6cppcms7widgets11regex_field5regexERKN7booster5regexE ]
regex_field::regex_field [in-charge] ( )
[ symbol: _ZN6cppcms7widgets11regex_fieldC1Ev ]
regex_field::regex_field [in-charge] ( booster::regex const& e )
[ symbol: _ZN6cppcms7widgets11regex_fieldC1ERKN7booster5regexE ]
regex_field::regex_field [in-charge] ( std::string const& e )
[ symbol: _ZN6cppcms7widgets11regex_fieldC1ERKSs ]
regex_field::regex_field [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets11regex_fieldC2Ev ]
regex_field::regex_field [not-in-charge] ( booster::regex const& e )
[ symbol: _ZN6cppcms7widgets11regex_fieldC2ERKN7booster5regexE ]
regex_field::regex_field [not-in-charge] ( std::string const& e )
[ symbol: _ZN6cppcms7widgets11regex_fieldC2ERKSs ]
select::render_input ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets6select12render_inputERNS_12form_contextE ]
select::select [in-charge] ( )
[ symbol: _ZN6cppcms7widgets6selectC1Ev ]
select::select [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets6selectC2Ev ]
select_base::add ( booster::locale::message const& msg )
[ symbol: _ZN6cppcms7widgets11select_base3addERKN7booster6locale7messageE ]
select_base::add ( booster::locale::message const& msg, std::string const& id )
[ symbol: _ZN6cppcms7widgets11select_base3addERKN7booster6locale7messageERKSs ]
select_base::add ( std::string const& string )
[ symbol: _ZN6cppcms7widgets11select_base3addERKSs ]
select_base::add ( std::string const& string, std::string const& id )
[ symbol: _ZN6cppcms7widgets11select_base3addERKSsS3_ ]
select_base::clear ( )
[ symbol: _ZN6cppcms7widgets11select_base5clearEv ]
select_base::element::element [in-charge] ( )
[ symbol: _ZN6cppcms7widgets11select_base7elementC1Ev ]
select_base::element::element [in-charge] ( select_base::element const& p1 )
[ symbol: _ZN6cppcms7widgets11select_base7elementC1ERKS2_ ]
select_base::element::element [in-charge] ( std::string const& v, booster::locale::message const& msg )
[ symbol: _ZN6cppcms7widgets11select_base7elementC1ERKSsRKN7booster6locale7messageE ]
select_base::element::element [in-charge] ( std::string const& v, std::string const& msg )
[ symbol: _ZN6cppcms7widgets11select_base7elementC1ERKSsS4_ ]
select_base::element::element [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets11select_base7elementC2Ev ]
select_base::element::element [not-in-charge] ( select_base::element const& p1 )
[ symbol: _ZN6cppcms7widgets11select_base7elementC2ERKS2_ ]
select_base::element::element [not-in-charge] ( std::string const& v, booster::locale::message const& msg )
[ symbol: _ZN6cppcms7widgets11select_base7elementC2ERKSsRKN7booster6locale7messageE ]
select_base::element::element [not-in-charge] ( std::string const& v, std::string const& msg )
[ symbol: _ZN6cppcms7widgets11select_base7elementC2ERKSsS4_ ]
select_base::element::operator= ( select_base::element const& p1 )
[ symbol: _ZN6cppcms7widgets11select_base7elementaSERKS2_ ]
select_base::element::~element [in-charge] ( )
[ symbol: _ZN6cppcms7widgets11select_base7elementD1Ev ]
select_base::element::~element [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets11select_base7elementD2Ev ]
select_base::load ( cppcms::http::context& context )
[ symbol: _ZN6cppcms7widgets11select_base4loadERNS_4http7contextE ]
select_base::non_empty ( )
[ symbol: _ZN6cppcms7widgets11select_base9non_emptyEv ]
select_base::select_base [in-charge] ( )
[ symbol: _ZN6cppcms7widgets11select_baseC1Ev ]
select_base::select_base [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets11select_baseC2Ev ]
select_base::selected ( )
[ symbol: _ZN6cppcms7widgets11select_base8selectedEv ]
select_base::selected ( int no )
[ symbol: _ZN6cppcms7widgets11select_base8selectedEi ]
select_base::selected_id ( )
[ symbol: _ZN6cppcms7widgets11select_base11selected_idEv ]
select_base::selected_id ( std::string id )
[ symbol: _ZN6cppcms7widgets11select_base11selected_idESs ]
select_multiple::add ( booster::locale::message const& msg, bool selected )
[ symbol: _ZN6cppcms7widgets15select_multiple3addERKN7booster6locale7messageEb ]
select_multiple::add ( booster::locale::message const& msg, std::string const& id, bool selected )
[ symbol: _ZN6cppcms7widgets15select_multiple3addERKN7booster6locale7messageERKSsb ]
select_multiple::add ( std::string const& msg, bool selected )
[ symbol: _ZN6cppcms7widgets15select_multiple3addERKSsb ]
select_multiple::add ( std::string const& msg, std::string const& id, bool selected )
[ symbol: _ZN6cppcms7widgets15select_multiple3addERKSsS3_b ]
select_multiple::at_least ( )
[ symbol: _ZN6cppcms7widgets15select_multiple8at_leastEv ]
select_multiple::at_least ( unsigned int v )
[ symbol: _ZN6cppcms7widgets15select_multiple8at_leastEj ]
select_multiple::at_most ( )
[ symbol: _ZN6cppcms7widgets15select_multiple7at_mostEv ]
select_multiple::at_most ( unsigned int v )
[ symbol: _ZN6cppcms7widgets15select_multiple7at_mostEj ]
select_multiple::element::element [in-charge] ( )
[ symbol: _ZN6cppcms7widgets15select_multiple7elementC1Ev ]
select_multiple::element::element [in-charge] ( std::string const& v, booster::locale::message const& msg, bool sel )
[ symbol: _ZN6cppcms7widgets15select_multiple7elementC1ERKSsRKN7booster6locale7messageEb ]
select_multiple::element::element [in-charge] ( std::string const& v, std::string const& msg, bool sel )
[ symbol: _ZN6cppcms7widgets15select_multiple7elementC1ERKSsS4_b ]
select_multiple::element::element [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets15select_multiple7elementC2Ev ]
select_multiple::element::element [not-in-charge] ( std::string const& v, booster::locale::message const& msg, bool sel )
[ symbol: _ZN6cppcms7widgets15select_multiple7elementC2ERKSsRKN7booster6locale7messageEb ]
select_multiple::element::element [not-in-charge] ( std::string const& v, std::string const& msg, bool sel )
[ symbol: _ZN6cppcms7widgets15select_multiple7elementC2ERKSsS4_b ]
select_multiple::load ( cppcms::http::context& context )
[ symbol: _ZN6cppcms7widgets15select_multiple4loadERNS_4http7contextE ]
select_multiple::non_empty ( )
[ symbol: _ZN6cppcms7widgets15select_multiple9non_emptyEv ]
select_multiple::render_input ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets15select_multiple12render_inputERNS_12form_contextE ]
select_multiple::rows ( )
[ symbol: _ZN6cppcms7widgets15select_multiple4rowsEv ]
select_multiple::rows ( unsigned int n )
[ symbol: _ZN6cppcms7widgets15select_multiple4rowsEj ]
select_multiple::select_multiple [in-charge] ( )
[ symbol: _ZN6cppcms7widgets15select_multipleC1Ev ]
select_multiple::select_multiple [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets15select_multipleC2Ev ]
select_multiple::selected_ids ( )
[ symbol: _ZN6cppcms7widgets15select_multiple12selected_idsEv ]
select_multiple::selected_map ( )
[ symbol: _ZN6cppcms7widgets15select_multiple12selected_mapEv ]
submit::load ( cppcms::http::context& context )
[ symbol: _ZN6cppcms7widgets6submit4loadERNS_4http7contextE ]
submit::render_value ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets6submit12render_valueERNS_12form_contextE ]
submit::submit [in-charge] ( )
[ symbol: _ZN6cppcms7widgets6submitC1Ev ]
submit::submit [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets6submitC2Ev ]
submit::value ( )
[ symbol: _ZN6cppcms7widgets6submit5valueEv ]
submit::value ( booster::locale::message const& msg )
[ symbol: _ZN6cppcms7widgets6submit5valueERKN7booster6locale7messageE ]
submit::value ( std::string val )
[ symbol: _ZN6cppcms7widgets6submit5valueESs ]
text::render_attributes ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets4text17render_attributesERNS_12form_contextE ]
text::render_value ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets4text12render_valueERNS_12form_contextE ]
text::text [in-charge] ( )
[ symbol: _ZN6cppcms7widgets4textC1Ev ]
text::text [in-charge] ( std::string const& type )
[ symbol: _ZN6cppcms7widgets4textC1ERKSs ]
text::text [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets4textC2Ev ]
text::text [not-in-charge] ( std::string const& type )
[ symbol: _ZN6cppcms7widgets4textC2ERKSs ]
textarea::cols ( )
[ symbol: _ZN6cppcms7widgets8textarea4colsEv ]
textarea::cols ( int n )
[ symbol: _ZN6cppcms7widgets8textarea4colsEi ]
textarea::render_input ( cppcms::form_context& context )
[ symbol: _ZN6cppcms7widgets8textarea12render_inputERNS_12form_contextE ]
textarea::rows ( )
[ symbol: _ZN6cppcms7widgets8textarea4rowsEv ]
textarea::rows ( int n )
[ symbol: _ZN6cppcms7widgets8textarea4rowsEi ]
textarea::textarea [in-charge] ( )
[ symbol: _ZN6cppcms7widgets8textareaC1Ev ]
textarea::textarea [not-in-charge] ( )
[ symbol: _ZN6cppcms7widgets8textareaC2Ev ]
format.h,
libbooster.so.0.0.0
namespace booster::locale::details
format_parser::format_parser [in-charge] ( std::ios_base& ios )
[ symbol: _ZN7booster6locale7details13format_parserC1ERSt8ios_base ]
format_parser::format_parser [not-in-charge] ( std::ios_base& ios )
[ symbol: _ZN7booster6locale7details13format_parserC2ERSt8ios_base ]
format_parser::get_posision ( )
[ symbol: _ZN7booster6locale7details13format_parser12get_posisionEv ]
format_parser::restore ( )
[ symbol: _ZN7booster6locale7details13format_parser7restoreEv ]
format_parser::set_one_flag ( std::string const& key, std::string const& value )
[ symbol: _ZN7booster6locale7details13format_parser12set_one_flagERKSsS4_ ]
format_parser::~format_parser [in-charge] ( )
[ symbol: _ZN7booster6locale7details13format_parserD1Ev ]
format_parser::~format_parser [not-in-charge] ( )
[ symbol: _ZN7booster6locale7details13format_parserD2Ev ]
formatting.h,
libbooster.so.0.0.0
namespace booster::locale
ext_flags ( std::ios_base& p1 )
[ symbol: _ZN7booster6locale9ext_flagsERSt8ios_base ]
ext_flags ( std::ios_base& p1, flags::display_flags_type mask )
[ symbol: _ZN7booster6locale9ext_flagsERSt8ios_baseNS0_5flags18display_flags_typeE ]
ext_setf ( std::ios_base& p1, flags::display_flags_type flags, flags::display_flags_type mask )
[ symbol: _ZN7booster6locale8ext_setfERSt8ios_baseNS0_5flags18display_flags_typeES4_ ]
ext_value ( std::ios_base& p1, flags::value_type id )
[ symbol: _ZN7booster6locale9ext_valueERSt8ios_baseNS0_5flags10value_typeE ]
ext_value ( std::ios_base& p1, flags::value_type id, int value )
[ symbol: _ZN7booster6locale9ext_valueERSt8ios_baseNS0_5flags10value_typeEi ]
forwarder.h,
libcppcms.so.1.0.0
namespace cppcms
forward_connection ( booster::shared_ptr<http::context> cont, std::string const& ip, int port )
[ symbol: _ZN6cppcms18forward_connectionEN7booster10shared_ptrINS_4http7contextEEERKSsi ]
forwarder::add_forwarding_rule ( booster::shared_ptr<mount_point> p, std::string const& ip, int port )
[ symbol: _ZN6cppcms9forwarder19add_forwarding_ruleEN7booster10shared_ptrINS_11mount_pointEEERKSsi ]
forwarder::check_forwading_rules ( std::string const& h, std::string const& s, std::string const& p )
[ symbol: _ZN6cppcms9forwarder21check_forwading_rulesERKSsS2_S2_ ]
forwarder::forwarder [in-charge] ( )
[ symbol: _ZN6cppcms9forwarderC1Ev ]
forwarder::forwarder [not-in-charge] ( )
[ symbol: _ZN6cppcms9forwarderC2Ev ]
forwarder::remove_forwarding_rule ( booster::shared_ptr<mount_point> p )
[ symbol: _ZN6cppcms9forwarder22remove_forwarding_ruleEN7booster10shared_ptrINS_11mount_pointEEE ]
forwarder::~forwarder [in-charge] ( )
[ symbol: _ZN6cppcms9forwarderD1Ev ]
forwarder::~forwarder [not-in-charge] ( )
[ symbol: _ZN6cppcms9forwarderD2Ev ]
function.h,
libbooster.so.0.0.0
namespace booster
bad_function_call::~bad_function_call [in-charge-deleting] ( )
[ symbol: _ZN7booster17bad_function_callD0Ev ]
bad_function_call::~bad_function_call [in-charge] ( )
[ symbol: _ZN7booster17bad_function_callD1Ev ]
generator.h,
libbooster.so.0.0.0
namespace booster::locale
generator::add_messages_domain ( std::string const& domain )
[ symbol: _ZN7booster6locale9generator19add_messages_domainERKSs ]
generator::add_messages_path ( std::string const& path )
[ symbol: _ZN7booster6locale9generator17add_messages_pathERKSs ]
generator::categories ( ) const
[ symbol: _ZNK7booster6locale9generator10categoriesEv ]
generator::categories ( unsigned int cats )
[ symbol: _ZN7booster6locale9generator10categoriesEj ]
generator::characters ( ) const
[ symbol: _ZNK7booster6locale9generator10charactersEv ]
generator::characters ( unsigned int chars )
[ symbol: _ZN7booster6locale9generator10charactersEj ]
generator::clear_cache ( )
[ symbol: _ZN7booster6locale9generator11clear_cacheEv ]
generator::clear_domains ( )
[ symbol: _ZN7booster6locale9generator13clear_domainsEv ]
generator::clear_paths ( )
[ symbol: _ZN7booster6locale9generator11clear_pathsEv ]
generator::generate ( std::locale const& base, std::string const& id ) const
[ symbol: _ZNK7booster6locale9generator8generateERKSt6localeRKSs ]
generator::generate ( std::locale const& base, std::string const& id, std::string const& encoding ) const
[ symbol: _ZNK7booster6locale9generator8generateERKSt6localeRKSsS6_ ]
generator::generate ( std::string const& id ) const
[ symbol: _ZNK7booster6locale9generator8generateERKSs ]
generator::generate ( std::string const& id, std::string const& encoding ) const
[ symbol: _ZNK7booster6locale9generator8generateERKSsS3_ ]
generator::generator [in-charge] ( )
[ symbol: _ZN7booster6locale9generatorC1Ev ]
generator::generator [not-in-charge] ( )
[ symbol: _ZN7booster6locale9generatorC2Ev ]
generator::get ( std::string const& id ) const
[ symbol: _ZNK7booster6locale9generator3getERKSs ]
generator::get ( std::string const& id, std::string const& encoding ) const
[ symbol: _ZNK7booster6locale9generator3getERKSsS3_ ]
generator::octet_encoding ( ) const
[ symbol: _ZNK7booster6locale9generator14octet_encodingEv ]
generator::octet_encoding ( std::string const& encoding )
[ symbol: _ZN7booster6locale9generator14octet_encodingERKSs ]
generator::preload ( std::locale const& base, std::string const& id )
[ symbol: _ZN7booster6locale9generator7preloadERKSt6localeRKSs ]
generator::preload ( std::locale const& base, std::string const& id, std::string const& encoding )
[ symbol: _ZN7booster6locale9generator7preloadERKSt6localeRKSsS6_ ]
generator::preload ( std::string const& id )
[ symbol: _ZN7booster6locale9generator7preloadERKSs ]
generator::preload ( std::string const& id, std::string const& encoding )
[ symbol: _ZN7booster6locale9generator7preloadERKSsS3_ ]
generator::set_default_messages_domain ( std::string const& domain )
[ symbol: _ZN7booster6locale9generator27set_default_messages_domainERKSs ]
generator::~generator [in-charge] ( )
[ symbol: _ZN7booster6locale9generatorD1Ev ]
generator::~generator [not-in-charge] ( )
[ symbol: _ZN7booster6locale9generatorD2Ev ]
http_context.h,
libcppcms.so.1.0.0
namespace cppcms::http
context::async_complete_response ( )
[ symbol: _ZN6cppcms4http7context23async_complete_responseEv ]
context::async_flush_output ( context::handler const& h )
[ symbol: _ZN6cppcms4http7context18async_flush_outputERKN7booster8functionIFvNS1_15complition_typeEEEE ]
context::async_on_peer_reset ( booster::function<void()>const& h )
[ symbol: _ZN6cppcms4http7context19async_on_peer_resetERKN7booster8functionIFvvEEE ]
context::cache ( )
[ symbol: _ZN6cppcms4http7context5cacheEv ]
context::connection ( )
[ symbol: _ZN6cppcms4http7context10connectionEv ]
context::context [in-charge] ( booster::shared_ptr<cppcms::impl::cgi::connection> conn )
[ symbol: _ZN6cppcms4http7contextC1EN7booster10shared_ptrINS_4impl3cgi10connectionEEE ]
context::context [not-in-charge] ( booster::shared_ptr<cppcms::impl::cgi::connection> conn )
[ symbol: _ZN6cppcms4http7contextC2EN7booster10shared_ptrINS_4impl3cgi10connectionEEE ]
context::locale ( )
[ symbol: _ZN6cppcms4http7context6localeEv ]
context::locale ( std::locale const& new_locale )
[ symbol: _ZN6cppcms4http7context6localeERKSt6locale ]
context::locale ( std::string const& name )
[ symbol: _ZN6cppcms4http7context6localeERKSs ]
context::request ( )
[ symbol: _ZN6cppcms4http7context7requestEv ]
context::response ( )
[ symbol: _ZN6cppcms4http7context8responseEv ]
context::run ( )
[ symbol: _ZN6cppcms4http7context3runEv ]
context::service ( )
[ symbol: _ZN6cppcms4http7context7serviceEv ]
context::session ( )
[ symbol: _ZN6cppcms4http7context7sessionEv ]
context::settings ( )
[ symbol: _ZN6cppcms4http7context8settingsEv ]
context::skin ( )
[ symbol: _ZN6cppcms4http7context4skinEv ]
context::skin ( std::string const& name )
[ symbol: _ZN6cppcms4http7context4skinERKSs ]
context::~context [in-charge] ( )
[ symbol: _ZN6cppcms4http7contextD1Ev ]
context::~context [not-in-charge] ( )
[ symbol: _ZN6cppcms4http7contextD2Ev ]
http_cookie.h,
libcppcms.so.1.0.0
namespace cppcms::http
cookie::browser_age ( )
[ symbol: _ZN6cppcms4http6cookie11browser_ageEv ]
cookie::comment ( ) const
[ symbol: _ZNK6cppcms4http6cookie7commentEv ]
cookie::comment ( std::string p1 )
[ symbol: _ZN6cppcms4http6cookie7commentESs ]
cookie::cookie [in-charge] ( )
[ symbol: _ZN6cppcms4http6cookieC1Ev ]
cookie::cookie [in-charge] ( cookie const& p1 )
[ symbol: _ZN6cppcms4http6cookieC1ERKS1_ ]
cookie::cookie [in-charge] ( std::string name, std::string value )
[ symbol: _ZN6cppcms4http6cookieC1ESsSs ]
cookie::cookie [in-charge] ( std::string name, std::string value, std::string path, std::string domain, std::string comment )
[ symbol: _ZN6cppcms4http6cookieC1ESsSsSsSsSs ]
cookie::cookie [in-charge] ( std::string name, std::string value, unsigned int age )
[ symbol: _ZN6cppcms4http6cookieC1ESsSsj ]
cookie::cookie [in-charge] ( std::string name, std::string value, unsigned int age, std::string path, std::string domain, std::string comment )
[ symbol: _ZN6cppcms4http6cookieC1ESsSsjSsSsSs ]
cookie::cookie [not-in-charge] ( )
[ symbol: _ZN6cppcms4http6cookieC2Ev ]
cookie::cookie [not-in-charge] ( cookie const& p1 )
[ symbol: _ZN6cppcms4http6cookieC2ERKS1_ ]
cookie::cookie [not-in-charge] ( std::string name, std::string value )
[ symbol: _ZN6cppcms4http6cookieC2ESsSs ]
cookie::cookie [not-in-charge] ( std::string name, std::string value, std::string path, std::string domain, std::string comment )
[ symbol: _ZN6cppcms4http6cookieC2ESsSsSsSsSs ]
cookie::cookie [not-in-charge] ( std::string name, std::string value, unsigned int age )
[ symbol: _ZN6cppcms4http6cookieC2ESsSsj ]
cookie::cookie [not-in-charge] ( std::string name, std::string value, unsigned int age, std::string path, std::string domain, std::string comment )
[ symbol: _ZN6cppcms4http6cookieC2ESsSsjSsSsSs ]
cookie::domain ( ) const
[ symbol: _ZNK6cppcms4http6cookie6domainEv ]
cookie::domain ( std::string p1 )
[ symbol: _ZN6cppcms4http6cookie6domainESs ]
cookie::max_age ( unsigned int a )
[ symbol: _ZN6cppcms4http6cookie7max_ageEj ]
cookie::name ( ) const
[ symbol: _ZNK6cppcms4http6cookie4nameEv ]
cookie::name ( std::string n )
[ symbol: _ZN6cppcms4http6cookie4nameESs ]
cookie::operator= ( cookie const& p1 )
[ symbol: _ZN6cppcms4http6cookieaSERKS1_ ]
cookie::path ( ) const
[ symbol: _ZNK6cppcms4http6cookie4pathEv ]
cookie::path ( std::string p )
[ symbol: _ZN6cppcms4http6cookie4pathESs ]
cookie::secure ( ) const
[ symbol: _ZNK6cppcms4http6cookie6secureEv ]
cookie::secure ( bool v )
[ symbol: _ZN6cppcms4http6cookie6secureEb ]
cookie::value ( ) const
[ symbol: _ZNK6cppcms4http6cookie5valueEv ]
cookie::value ( std::string v )
[ symbol: _ZN6cppcms4http6cookie5valueESs ]
cookie::~cookie [in-charge] ( )
[ symbol: _ZN6cppcms4http6cookieD1Ev ]
cookie::~cookie [not-in-charge] ( )
[ symbol: _ZN6cppcms4http6cookieD2Ev ]
operator<< ( std::ostream& p1, cookie const& p2 )
[ symbol: _ZN6cppcms4httplsERSoRKNS0_6cookieE ]
http_file.h,
libcppcms.so.1.0.0
namespace cppcms::http
file::data ( )
[ symbol: _ZN6cppcms4http4file4dataEv ]
file::file [in-charge] ( )
[ symbol: _ZN6cppcms4http4fileC1Ev ]
file::file [not-in-charge] ( )
[ symbol: _ZN6cppcms4http4fileC2Ev ]
file::filename ( ) const
[ symbol: _ZNK6cppcms4http4file8filenameEv ]
file::filename ( std::string const& p1 )
[ symbol: _ZN6cppcms4http4file8filenameERKSs ]
file::mime ( ) const
[ symbol: _ZNK6cppcms4http4file4mimeEv ]
file::mime ( std::string const& p1 )
[ symbol: _ZN6cppcms4http4file4mimeERKSs ]
file::name ( ) const
[ symbol: _ZNK6cppcms4http4file4nameEv ]
file::name ( std::string const& p1 )
[ symbol: _ZN6cppcms4http4file4nameERKSs ]
file::save_to ( std::string const& filename )
[ symbol: _ZN6cppcms4http4file7save_toERKSs ]
file::set_memory_limit ( size_t size )
[ symbol: _ZN6cppcms4http4file16set_memory_limitEj ]
file::set_temporary_directory ( std::string const& dir )
[ symbol: _ZN6cppcms4http4file23set_temporary_directoryERKSs ]
file::size ( )
[ symbol: _ZN6cppcms4http4file4sizeEv ]
file::write_data ( )
[ symbol: _ZN6cppcms4http4file10write_dataEv ]
file::~file [in-charge] ( )
[ symbol: _ZN6cppcms4http4fileD1Ev ]
file::~file [not-in-charge] ( )
[ symbol: _ZN6cppcms4http4fileD2Ev ]
http_request.h,
libcppcms.so.1.0.0
namespace cppcms::http
request::auth_type ( )
[ symbol: _ZN6cppcms4http7request9auth_typeEv ]
request::content_length ( )
[ symbol: _ZN6cppcms4http7request14content_lengthEv ]
request::content_type ( )
[ symbol: _ZN6cppcms4http7request12content_typeEv ]
request::cookies ( )
[ symbol: _ZN6cppcms4http7request7cookiesEv ]
request::files ( )
[ symbol: _ZN6cppcms4http7request5filesEv ]
request::gateway_interface ( )
[ symbol: _ZN6cppcms4http7request17gateway_interfaceEv ]
request::get ( )
[ symbol: _ZN6cppcms4http7request3getEv ]
request::getenv ( )
[ symbol: _ZN6cppcms4http7request6getenvEv ]
request::getenv ( std::string const& p1 )
[ symbol: _ZN6cppcms4http7request6getenvERKSs ]
request::http_accept ( )
[ symbol: _ZN6cppcms4http7request11http_acceptEv ]
request::http_accept_charset ( )
[ symbol: _ZN6cppcms4http7request19http_accept_charsetEv ]
request::http_accept_encoding ( )
[ symbol: _ZN6cppcms4http7request20http_accept_encodingEv ]
request::http_accept_language ( )
[ symbol: _ZN6cppcms4http7request20http_accept_languageEv ]
request::http_accept_ranges ( )
[ symbol: _ZN6cppcms4http7request18http_accept_rangesEv ]
request::http_authorization ( )
[ symbol: _ZN6cppcms4http7request18http_authorizationEv ]
request::http_cache_control ( )
[ symbol: _ZN6cppcms4http7request18http_cache_controlEv ]
request::http_connection ( )
[ symbol: _ZN6cppcms4http7request15http_connectionEv ]
request::http_cookie ( )
[ symbol: _ZN6cppcms4http7request11http_cookieEv ]
request::http_expect ( )
[ symbol: _ZN6cppcms4http7request11http_expectEv ]
request::http_form ( )
[ symbol: _ZN6cppcms4http7request9http_formEv ]
request::http_host ( )
[ symbol: _ZN6cppcms4http7request9http_hostEv ]
request::http_if_match ( )
[ symbol: _ZN6cppcms4http7request13http_if_matchEv ]
request::http_if_none_match ( )
[ symbol: _ZN6cppcms4http7request18http_if_none_matchEv ]
request::http_max_forwards ( )
[ symbol: _ZN6cppcms4http7request17http_max_forwardsEv ]
request::http_pragma ( )
[ symbol: _ZN6cppcms4http7request11http_pragmaEv ]
request::http_proxy_authorization ( )
[ symbol: _ZN6cppcms4http7request24http_proxy_authorizationEv ]
request::http_range ( )
[ symbol: _ZN6cppcms4http7request10http_rangeEv ]
request::http_referer ( )
[ symbol: _ZN6cppcms4http7request12http_refererEv ]
request::http_te ( )
[ symbol: _ZN6cppcms4http7request7http_teEv ]
request::http_upgrade ( )
[ symbol: _ZN6cppcms4http7request12http_upgradeEv ]
request::http_user_agent ( )
[ symbol: _ZN6cppcms4http7request15http_user_agentEv ]
request::http_via ( )
[ symbol: _ZN6cppcms4http7request8http_viaEv ]
request::http_warn ( )
[ symbol: _ZN6cppcms4http7request9http_warnEv ]
request::path_info ( )
[ symbol: _ZN6cppcms4http7request9path_infoEv ]
request::path_translated ( )
[ symbol: _ZN6cppcms4http7request15path_translatedEv ]
request::post ( )
[ symbol: _ZN6cppcms4http7request4postEv ]
request::post_or_get ( )
[ symbol: _ZN6cppcms4http7request11post_or_getEv ]
request::query_string ( )
[ symbol: _ZN6cppcms4http7request12query_stringEv ]
request::raw_post_data ( )
[ symbol: _ZN6cppcms4http7request13raw_post_dataEv ]
request::remote_addr ( )
[ symbol: _ZN6cppcms4http7request11remote_addrEv ]
request::remote_host ( )
[ symbol: _ZN6cppcms4http7request11remote_hostEv ]
request::remote_ident ( )
[ symbol: _ZN6cppcms4http7request12remote_identEv ]
request::remote_user ( )
[ symbol: _ZN6cppcms4http7request11remote_userEv ]
request::request [in-charge] ( cppcms::impl::cgi::connection& p1 )
[ symbol: _ZN6cppcms4http7requestC1ERNS_4impl3cgi10connectionE ]
request::request [not-in-charge] ( cppcms::impl::cgi::connection& p1 )
[ symbol: _ZN6cppcms4http7requestC2ERNS_4impl3cgi10connectionE ]
request::request_method ( )
[ symbol: _ZN6cppcms4http7request14request_methodEv ]
request::script_name ( )
[ symbol: _ZN6cppcms4http7request11script_nameEv ]
request::server_name ( )
[ symbol: _ZN6cppcms4http7request11server_nameEv ]
request::server_port ( )
[ symbol: _ZN6cppcms4http7request11server_portEv ]
request::server_protocol ( )
[ symbol: _ZN6cppcms4http7request15server_protocolEv ]
request::server_software ( )
[ symbol: _ZN6cppcms4http7request15server_softwareEv ]
request::~request [in-charge] ( )
[ symbol: _ZN6cppcms4http7requestD1Ev ]
request::~request [not-in-charge] ( )
[ symbol: _ZN6cppcms4http7requestD2Ev ]
http_response.h,
libcppcms.so.1.0.0
namespace cppcms::http
response::accept_ranges ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response13accept_rangesERKSs ]
response::age ( unsigned int seconds )
[ symbol: _ZN6cppcms4http8response3ageEj ]
response::allow ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response5allowERKSs ]
response::cache_control ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response13cache_controlERKSs ]
response::content_encoding ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response16content_encodingERKSs ]
response::content_language ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response16content_languageERKSs ]
response::content_length ( unsigned long long len )
[ symbol: _ZN6cppcms4http8response14content_lengthEy ]
response::content_location ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response16content_locationERKSs ]
response::content_md5 ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response11content_md5ERKSs ]
response::content_range ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response13content_rangeERKSs ]
response::content_type ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response12content_typeERKSs ]
response::date ( time_t p1 )
[ symbol: _ZN6cppcms4http8response4dateEl ]
response::erase_header ( std::string const& h )
[ symbol: _ZN6cppcms4http8response12erase_headerERKSs ]
response::etag ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response4etagERKSs ]
response::expires ( time_t t )
[ symbol: _ZN6cppcms4http8response7expiresEl ]
response::finalize ( )
[ symbol: _ZN6cppcms4http8response8finalizeEv ]
response::get_header ( std::string const& name )
[ symbol: _ZN6cppcms4http8response10get_headerERKSs ]
response::io_mode ( )
[ symbol: _ZN6cppcms4http8response7io_modeEv ]
response::io_mode ( response::io_mode_type p1 )
[ symbol: _ZN6cppcms4http8response7io_modeENS1_12io_mode_typeE ]
response::last_modified ( time_t t )
[ symbol: _ZN6cppcms4http8response13last_modifiedEl ]
response::location ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response8locationERKSs ]
response::make_error_response ( int stat, std::string const& msg )
[ symbol: _ZN6cppcms4http8response19make_error_responseEiRKSs ]
response::make_http_time ( time_t p1 ) [static]
[ symbol: _ZN6cppcms4http8response14make_http_timeEl ]
response::out ( )
[ symbol: _ZN6cppcms4http8response3outEv ]
response::pragma ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response6pragmaERKSs ]
response::proxy_authenticate ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response18proxy_authenticateERKSs ]
response::response [in-charge] ( context& p1 )
[ symbol: _ZN6cppcms4http8responseC1ERNS0_7contextE ]
response::response [not-in-charge] ( context& p1 )
[ symbol: _ZN6cppcms4http8responseC2ERNS0_7contextE ]
response::retry_after ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response11retry_afterERKSs ]
response::retry_after ( unsigned int p1 )
[ symbol: _ZN6cppcms4http8response11retry_afterEj ]
response::set_content_header ( std::string const& content_type )
[ symbol: _ZN6cppcms4http8response18set_content_headerERKSs ]
response::set_cookie ( cookie const& p1 )
[ symbol: _ZN6cppcms4http8response10set_cookieERKNS0_6cookieE ]
response::set_header ( std::string const& name, std::string const& value )
[ symbol: _ZN6cppcms4http8response10set_headerERKSsS3_ ]
response::set_html_header ( )
[ symbol: _ZN6cppcms4http8response15set_html_headerEv ]
response::set_plain_text_header ( )
[ symbol: _ZN6cppcms4http8response21set_plain_text_headerEv ]
response::set_redirect_header ( std::string const& location, int status )
[ symbol: _ZN6cppcms4http8response19set_redirect_headerERKSsi ]
response::set_xhtml_header ( )
[ symbol: _ZN6cppcms4http8response16set_xhtml_headerEv ]
response::some_output_was_written ( )
[ symbol: _ZN6cppcms4http8response23some_output_was_writtenEv ]
response::status ( int code )
[ symbol: _ZN6cppcms4http8response6statusEi ]
response::status ( int code, std::string const& message )
[ symbol: _ZN6cppcms4http8response6statusEiRKSs ]
response::status_to_string ( int status ) [static]
[ symbol: _ZN6cppcms4http8response16status_to_stringEi ]
response::trailer ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response7trailerERKSs ]
response::transfer_encoding ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response17transfer_encodingERKSs ]
response::vary ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response4varyERKSs ]
response::via ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response3viaERKSs ]
response::warning ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response7warningERKSs ]
response::www_authenticate ( std::string const& p1 )
[ symbol: _ZN6cppcms4http8response16www_authenticateERKSs ]
response::~response [in-charge] ( )
[ symbol: _ZN6cppcms4http8responseD1Ev ]
response::~response [not-in-charge] ( )
[ symbol: _ZN6cppcms4http8responseD2Ev ]
info.h,
libbooster.so.0.0.0
namespace booster::locale
info::country ( ) const
[ symbol: _ZNK7booster6locale4info7countryEv ]
info::encoding ( ) const
[ symbol: _ZNK7booster6locale4info8encodingEv ]
info::id [data]
[ symbol: _ZN7booster6locale4info2idE ]
info::info [in-charge] ( std::string posix_id, size_t refs )
[ symbol: _ZN7booster6locale4infoC1ESsj ]
info::info [in-charge] ( std::string posix_id, std::string encoding, size_t refs )
[ symbol: _ZN7booster6locale4infoC1ESsSsj ]
info::info [not-in-charge] ( std::string posix_id, size_t refs )
[ symbol: _ZN7booster6locale4infoC2ESsj ]
info::info [not-in-charge] ( std::string posix_id, std::string encoding, size_t refs )
[ symbol: _ZN7booster6locale4infoC2ESsSsj ]
info::language ( ) const
[ symbol: _ZNK7booster6locale4info8languageEv ]
info::variant ( ) const
[ symbol: _ZNK7booster6locale4info7variantEv ]
info::~info [in-charge-deleting] ( )
[ symbol: _ZN7booster6locale4infoD0Ev ]
info::~info [in-charge] ( )
[ symbol: _ZN7booster6locale4infoD1Ev ]
info::~info [not-in-charge] ( )
[ symbol: _ZN7booster6locale4infoD2Ev ]
json.h,
libcppcms.so.1.0.0
namespace cppcms::json
bad_value_cast::bad_value_cast [in-charge] ( )
[ symbol: _ZN6cppcms4json14bad_value_castC1Ev ]
bad_value_cast::bad_value_cast [in-charge] ( std::string const& s )
[ symbol: _ZN6cppcms4json14bad_value_castC1ERKSs ]
bad_value_cast::bad_value_cast [in-charge] ( std::string const& s, json_type actual )
[ symbol: _ZN6cppcms4json14bad_value_castC1ERKSsNS0_9json_typeE ]
bad_value_cast::bad_value_cast [in-charge] ( std::string const& s, json_type expected, json_type actual )
[ symbol: _ZN6cppcms4json14bad_value_castC1ERKSsNS0_9json_typeES4_ ]
bad_value_cast::bad_value_cast [not-in-charge] ( )
[ symbol: _ZN6cppcms4json14bad_value_castC2Ev ]
bad_value_cast::bad_value_cast [not-in-charge] ( std::string const& s )
[ symbol: _ZN6cppcms4json14bad_value_castC2ERKSs ]
bad_value_cast::bad_value_cast [not-in-charge] ( std::string const& s, json_type actual )
[ symbol: _ZN6cppcms4json14bad_value_castC2ERKSsNS0_9json_typeE ]
bad_value_cast::bad_value_cast [not-in-charge] ( std::string const& s, json_type expected, json_type actual )
[ symbol: _ZN6cppcms4json14bad_value_castC2ERKSsNS0_9json_typeES4_ ]
bad_value_cast::what ( ) const
[ symbol: _ZNK6cppcms4json14bad_value_cast4whatEv ]
bad_value_cast::~bad_value_cast [in-charge-deleting] ( )
[ symbol: _ZN6cppcms4json14bad_value_castD0Ev ]
bad_value_cast::~bad_value_cast [in-charge] ( )
[ symbol: _ZN6cppcms4json14bad_value_castD1Ev ]
bad_value_cast::~bad_value_cast [not-in-charge] ( )
[ symbol: _ZN6cppcms4json14bad_value_castD2Ev ]
operator<< ( std::ostream& out, json_type p2 )
[ symbol: _ZN6cppcms4jsonlsERSoNS0_9json_typeE ]
operator<< ( std::ostream& out, value const& v )
[ symbol: _ZN6cppcms4jsonlsERSoRKNS0_5valueE ]
value::array ( )
[ symbol: _ZN6cppcms4json5value5arrayEv ]
value::array ( ) const
[ symbol: _ZNK6cppcms4json5value5arrayEv ]
value::array ( array const& p1 )
[ symbol: _ZN6cppcms4json5value5arrayERKSt6vectorIS1_SaIS1_EE ]
value::at ( std::string const& path )
[ symbol: _ZN6cppcms4json5value2atERKSs ]
value::at ( std::string const& path ) const
[ symbol: _ZNK6cppcms4json5value2atERKSs ]
value::at ( std::string const& path, value const& v )
[ symbol: _ZN6cppcms4json5value2atERKSsRKS1_ ]
value::boolean ( )
[ symbol: _ZN6cppcms4json5value7booleanEv ]
value::boolean ( ) const
[ symbol: _ZNK6cppcms4json5value7booleanEv ]
value::boolean ( bool p1 )
[ symbol: _ZN6cppcms4json5value7booleanEb ]
value::copyable::copyable [in-charge] ( )
[ symbol: _ZN6cppcms4json5value8copyableC1Ev ]
value::copyable::copyable [in-charge] ( value::copyable const& r )
[ symbol: _ZN6cppcms4json5value8copyableC1ERKS2_ ]
value::copyable::copyable [not-in-charge] ( )
[ symbol: _ZN6cppcms4json5value8copyableC2Ev ]
value::copyable::copyable [not-in-charge] ( value::copyable const& r )
[ symbol: _ZN6cppcms4json5value8copyableC2ERKS2_ ]
value::copyable::operator= ( value::copyable const& r )
[ symbol: _ZN6cppcms4json5value8copyableaSERKS2_ ]
value::copyable::~copyable [in-charge] ( )
[ symbol: _ZN6cppcms4json5value8copyableD1Ev ]
value::copyable::~copyable [not-in-charge] ( )
[ symbol: _ZN6cppcms4json5value8copyableD2Ev ]
value::find ( std::string const& path ) const
[ symbol: _ZNK6cppcms4json5value4findERKSs ]
value::is_null ( ) const
[ symbol: _ZNK6cppcms4json5value7is_nullEv ]
value::is_undefined ( ) const
[ symbol: _ZNK6cppcms4json5value12is_undefinedEv ]
value::load ( std::istream& in, bool full, int* line_number )
[ symbol: _ZN6cppcms4json5value4loadERSibPi ]
value::null ( )
[ symbol: _ZN6cppcms4json5value4nullEv ]
value::number ( )
[ symbol: _ZN6cppcms4json5value6numberEv ]
value::number ( ) const
[ symbol: _ZNK6cppcms4json5value6numberEv ]
value::number ( double p1 )
[ symbol: _ZN6cppcms4json5value6numberEd ]
value::object ( )
[ symbol: _ZN6cppcms4json5value6objectEv ]
value::object ( ) const
[ symbol: _ZNK6cppcms4json5value6objectEv ]
value::object ( object const& p1 )
[ symbol: _ZN6cppcms4json5value6objectERKSt3mapISsS1_St4lessISsESaISt4pairIKSsS1_EEE ]
value::operator!= ( value const& other ) const
[ symbol: _ZNK6cppcms4json5valueneERKS1_ ]
value::operator== ( value const& other ) const
[ symbol: _ZNK6cppcms4json5valueeqERKS1_ ]
value::operator[] ( size_t n )
[ symbol: _ZN6cppcms4json5valueixEj ]
value::operator[] ( size_t n ) const
[ symbol: _ZNK6cppcms4json5valueixEj ]
value::operator[] ( std::string const& name )
[ symbol: _ZN6cppcms4json5valueixERKSs ]
value::operator[] ( std::string const& name ) const
[ symbol: _ZNK6cppcms4json5valueixERKSs ]
value::save ( int how ) const
[ symbol: _ZNK6cppcms4json5value4saveEi ]
value::save ( std::ostream& out, int how ) const
[ symbol: _ZNK6cppcms4json5value4saveERSoi ]
value::str ( )
[ symbol: _ZN6cppcms4json5value3strEv ]
value::str ( ) const
[ symbol: _ZNK6cppcms4json5value3strEv ]
value::str ( std::string const& p1 )
[ symbol: _ZN6cppcms4json5value3strERKSs ]
value::type ( ) const
[ symbol: _ZNK6cppcms4json5value4typeEv ]
value::undefined ( )
[ symbol: _ZN6cppcms4json5value9undefinedEv ]
message.h,
libbooster.so.0.0.0
namespace booster::locale
base_message_format<char>::id [data]
[ symbol: _ZN7booster6locale19base_message_formatIcE2idE ]
base_message_format<char>::~base_message_format [in-charge-deleting] ( )
[ symbol: _ZN7booster6locale19base_message_formatIcED0Ev ]
base_message_format<char>::~base_message_format [in-charge] ( )
[ symbol: _ZN7booster6locale19base_message_formatIcED1Ev ]
base_message_format<wchar_t>::id [data]
[ symbol: _ZN7booster6locale19base_message_formatIwE2idE ]
base_message_format<wchar_t>::~base_message_format [in-charge-deleting] ( )
[ symbol: _ZN7booster6locale19base_message_formatIwED0Ev ]
base_message_format<wchar_t>::~base_message_format [in-charge] ( )
[ symbol: _ZN7booster6locale19base_message_formatIwED1Ev ]
message_format<char>::~message_format [in-charge-deleting] ( )
[ symbol: _ZN7booster6locale14message_formatIcED0Ev ]
message_format<char>::~message_format [in-charge] ( )
[ symbol: _ZN7booster6locale14message_formatIcED1Ev ]
message_format<wchar_t>::~message_format [in-charge-deleting] ( )
[ symbol: _ZN7booster6locale14message_formatIwED0Ev ]
message_format<wchar_t>::~message_format [in-charge] ( )
[ symbol: _ZN7booster6locale14message_formatIwED1Ev ]
mount_point.h,
libcppcms.so.1.0.0
namespace cppcms
mount_point::group ( ) const
[ symbol: _ZNK6cppcms11mount_point5groupEv ]
mount_point::group ( int p1 )
[ symbol: _ZN6cppcms11mount_point5groupEi ]
mount_point::host ( ) const
[ symbol: _ZNK6cppcms11mount_point4hostEv ]
mount_point::host ( booster::regex const& p1 )
[ symbol: _ZN6cppcms11mount_point4hostERKN7booster5regexE ]
mount_point::match ( std::string const& h, std::string const& s, std::string const& p ) const
[ symbol: _ZNK6cppcms11mount_point5matchERKSsS2_S2_ ]
mount_point::mount_point [in-charge] ( )
[ symbol: _ZN6cppcms11mount_pointC1Ev ]
mount_point::mount_point [in-charge] ( mount_point const& p1 )
[ symbol: _ZN6cppcms11mount_pointC1ERKS0_ ]
mount_point::mount_point [in-charge] ( mount_point::selection_type sel, booster::regex const& http_host, booster::regex const& script, booster::regex const& path, int group )
[ symbol: _ZN6cppcms11mount_pointC1ENS0_14selection_typeERKN7booster5regexES5_S5_i ]
mount_point::mount_point [in-charge] ( mount_point::selection_type sel, std::string const& non_selected_part )
[ symbol: _ZN6cppcms11mount_pointC1ENS0_14selection_typeERKSs ]
mount_point::mount_point [in-charge] ( mount_point::selection_type sel, std::string const& non_selected_part, std::string const& selected_part, int group )
[ symbol: _ZN6cppcms11mount_pointC1ENS0_14selection_typeERKSsS3_i ]
mount_point::mount_point [in-charge] ( mount_point::selection_type sel, std::string const& selected_part, int group )
[ symbol: _ZN6cppcms11mount_pointC1ENS0_14selection_typeERKSsi ]
mount_point::mount_point [in-charge] ( std::string const& path, int group )
[ symbol: _ZN6cppcms11mount_pointC1ERKSsi ]
mount_point::mount_point [in-charge] ( std::string const& script )
[ symbol: _ZN6cppcms11mount_pointC1ERKSs ]
mount_point::mount_point [in-charge] ( std::string const& script, std::string const& path, int group )
[ symbol: _ZN6cppcms11mount_pointC1ERKSsS2_i ]
mount_point::mount_point [not-in-charge] ( )
[ symbol: _ZN6cppcms11mount_pointC2Ev ]
mount_point::mount_point [not-in-charge] ( mount_point const& p1 )
[ symbol: _ZN6cppcms11mount_pointC2ERKS0_ ]
mount_point::mount_point [not-in-charge] ( mount_point::selection_type sel, booster::regex const& http_host, booster::regex const& script, booster::regex const& path, int group )
[ symbol: _ZN6cppcms11mount_pointC2ENS0_14selection_typeERKN7booster5regexES5_S5_i ]
mount_point::mount_point [not-in-charge] ( mount_point::selection_type sel, std::string const& non_selected_part )
[ symbol: _ZN6cppcms11mount_pointC2ENS0_14selection_typeERKSs ]
mount_point::mount_point [not-in-charge] ( mount_point::selection_type sel, std::string const& non_selected_part, std::string const& selected_part, int group )
[ symbol: _ZN6cppcms11mount_pointC2ENS0_14selection_typeERKSsS3_i ]
mount_point::mount_point [not-in-charge] ( mount_point::selection_type sel, std::string const& selected_part, int group )
[ symbol: _ZN6cppcms11mount_pointC2ENS0_14selection_typeERKSsi ]
mount_point::mount_point [not-in-charge] ( std::string const& path, int group )
[ symbol: _ZN6cppcms11mount_pointC2ERKSsi ]
mount_point::mount_point [not-in-charge] ( std::string const& script )
[ symbol: _ZN6cppcms11mount_pointC2ERKSs ]
mount_point::mount_point [not-in-charge] ( std::string const& script, std::string const& path, int group )
[ symbol: _ZN6cppcms11mount_pointC2ERKSsS2_i ]
mount_point::operator= ( mount_point const& p1 )
[ symbol: _ZN6cppcms11mount_pointaSERKS0_ ]
mount_point::path_info ( ) const
[ symbol: _ZNK6cppcms11mount_point9path_infoEv ]
mount_point::path_info ( booster::regex const& p1 )
[ symbol: _ZN6cppcms11mount_point9path_infoERKN7booster5regexE ]
mount_point::script_name ( ) const
[ symbol: _ZNK6cppcms11mount_point11script_nameEv ]
mount_point::script_name ( booster::regex const& p1 )
[ symbol: _ZN6cppcms11mount_point11script_nameERKN7booster5regexE ]
mount_point::selection ( ) const
[ symbol: _ZNK6cppcms11mount_point9selectionEv ]
mount_point::selection ( mount_point::selection_type p1 )
[ symbol: _ZN6cppcms11mount_point9selectionENS0_14selection_typeE ]
mount_point::~mount_point [in-charge] ( )
[ symbol: _ZN6cppcms11mount_pointD1Ev ]
mount_point::~mount_point [not-in-charge] ( )
[ symbol: _ZN6cppcms11mount_pointD2Ev ]
perl_regex.h,
libbooster.so.0.0.0
namespace booster
regex::assign ( std::string const& pattern, int flags )
[ symbol: _ZN7booster5regex6assignERKSsi ]
regex::empty ( ) const
[ symbol: _ZNK7booster5regex5emptyEv ]
regex::flags ( ) const
[ symbol: _ZNK7booster5regex5flagsEv ]
regex::mark_count ( ) const
[ symbol: _ZNK7booster5regex10mark_countEv ]
regex::match ( char const* begin, char const* end, int flags ) const
[ symbol: _ZNK7booster5regex5matchEPKcS2_i ]
regex::match ( char const* begin, char const* end, std::vector<std::pair<int, int> >& marks, int flags ) const
[ symbol: _ZNK7booster5regex5matchEPKcS2_RSt6vectorISt4pairIiiESaIS5_EEi ]
regex::operator= ( regex const& p1 )
[ symbol: _ZN7booster5regexaSERKS0_ ]
regex::regex [in-charge] ( )
[ symbol: _ZN7booster5regexC1Ev ]
regex::regex [in-charge] ( regex const& p1 )
[ symbol: _ZN7booster5regexC1ERKS0_ ]
regex::regex [in-charge] ( std::string const& pattern, int flags )
[ symbol: _ZN7booster5regexC1ERKSsi ]
regex::regex [not-in-charge] ( )
[ symbol: _ZN7booster5regexC2Ev ]
regex::regex [not-in-charge] ( regex const& p1 )
[ symbol: _ZN7booster5regexC2ERKS0_ ]
regex::regex [not-in-charge] ( std::string const& pattern, int flags )
[ symbol: _ZN7booster5regexC2ERKSsi ]
regex::search ( char const* begin, char const* end, int flags ) const
[ symbol: _ZNK7booster5regex6searchEPKcS2_i ]
regex::search ( char const* begin, char const* end, std::vector<std::pair<int, int> >& marks, int flags ) const
[ symbol: _ZNK7booster5regex6searchEPKcS2_RSt6vectorISt4pairIiiESaIS5_EEi ]
regex::str ( ) const
[ symbol: _ZNK7booster5regex3strEv ]
regex::~regex [in-charge] ( )
[ symbol: _ZN7booster5regexD1Ev ]
regex::~regex [not-in-charge] ( )
[ symbol: _ZN7booster5regexD2Ev ]
regex_error::~regex_error [in-charge-deleting] ( )
[ symbol: _ZN7booster11regex_errorD0Ev ]
regex_error::~regex_error [in-charge] ( )
[ symbol: _ZN7booster11regex_errorD1Ev ]
rpc_json.h,
libcppcms.so.1.0.0
namespace cppcms::rpc
call_error::call_error [in-charge] ( std::string const& message )
[ symbol: _ZN6cppcms3rpc10call_errorC1ERKSs ]
call_error::call_error [not-in-charge] ( std::string const& message )
[ symbol: _ZN6cppcms3rpc10call_errorC2ERKSs ]
call_error::~call_error [in-charge-deleting] ( )
[ symbol: _ZN6cppcms3rpc10call_errorD0Ev ]
call_error::~call_error [in-charge] ( )
[ symbol: _ZN6cppcms3rpc10call_errorD1Ev ]
json_call::context ( )
[ symbol: _ZN6cppcms3rpc9json_call7contextEv ]
json_call::method ( )
[ symbol: _ZN6cppcms3rpc9json_call6methodEv ]
json_call::notification ( )
[ symbol: _ZN6cppcms3rpc9json_call12notificationEv ]
json_call::params ( )
[ symbol: _ZN6cppcms3rpc9json_call6paramsEv ]
json_call::return_error ( cppcms::json::value const& p1 )
[ symbol: _ZN6cppcms3rpc9json_call12return_errorERKNS_4json5valueE ]
json_call::return_result ( cppcms::json::value const& p1 )
[ symbol: _ZN6cppcms3rpc9json_call13return_resultERKNS_4json5valueE ]
json_call::~json_call [in-charge] ( )
[ symbol: _ZN6cppcms3rpc9json_callD1Ev ]
json_call::~json_call [not-in-charge] ( )
[ symbol: _ZN6cppcms3rpc9json_callD2Ev ]
json_rpc_server::bind ( std::string const& name, json_rpc_server::method_type const& p2, json_rpc_server::role_type type )
[ symbol: _ZN6cppcms3rpc15json_rpc_server4bindERKSsRKN7booster8functionIFvRKSt6vectorINS_4json5valueESaIS8_EEEEENS1_9role_typeE ]
json_rpc_server::json_rpc_server [in-charge] ( cppcms::service& srv )
[ symbol: _ZN6cppcms3rpc15json_rpc_serverC1ERNS_7serviceE ]
json_rpc_server::json_rpc_server [not-in-charge] ( cppcms::service& srv )
[ symbol: _ZN6cppcms3rpc15json_rpc_serverC2ERNS_7serviceE ]
json_rpc_server::main ( std::string p1 )
[ symbol: _ZN6cppcms3rpc15json_rpc_server4mainESs ]
json_rpc_server::method ( )
[ symbol: _ZN6cppcms3rpc15json_rpc_server6methodEv ]
json_rpc_server::notification ( )
[ symbol: _ZN6cppcms3rpc15json_rpc_server12notificationEv ]
json_rpc_server::params ( )
[ symbol: _ZN6cppcms3rpc15json_rpc_server6paramsEv ]
json_rpc_server::release_call ( )
[ symbol: _ZN6cppcms3rpc15json_rpc_server12release_callEv ]
json_rpc_server::return_error ( cppcms::json::value const& p1 )
[ symbol: _ZN6cppcms3rpc15json_rpc_server12return_errorERKNS_4json5valueE ]
json_rpc_server::return_result ( cppcms::json::value const& p1 )
[ symbol: _ZN6cppcms3rpc15json_rpc_server13return_resultERKNS_4json5valueE ]
json_rpc_server::smd ( cppcms::json::value const& p1 )
[ symbol: _ZN6cppcms3rpc15json_rpc_server3smdERKNS_4json5valueE ]
json_rpc_server::smd_from_file ( std::string const& p1 )
[ symbol: _ZN6cppcms3rpc15json_rpc_server13smd_from_fileERKSs ]
json_rpc_server::smd_raw ( std::string const& p1 )
[ symbol: _ZN6cppcms3rpc15json_rpc_server7smd_rawERKSs ]
json_rpc_server::~json_rpc_server [in-charge-deleting] ( )
[ symbol: _ZN6cppcms3rpc15json_rpc_serverD0Ev ]
json_rpc_server::~json_rpc_server [in-charge] ( )
[ symbol: _ZN6cppcms3rpc15json_rpc_serverD1Ev ]
json_rpc_server::~json_rpc_server [not-in-charge] ( )
[ symbol: _ZN6cppcms3rpc15json_rpc_serverD2Ev ]
serialization_classes.h,
libcppcms.so.1.0.0
namespace cppcms
archive::archive [in-charge] ( )
[ symbol: _ZN6cppcms7archiveC1Ev ]
archive::archive [in-charge] ( archive const& p1 )
[ symbol: _ZN6cppcms7archiveC1ERKS0_ ]
archive::archive [not-in-charge] ( )
[ symbol: _ZN6cppcms7archiveC2Ev ]
archive::archive [not-in-charge] ( archive const& p1 )
[ symbol: _ZN6cppcms7archiveC2ERKS0_ ]
archive::eof ( )
[ symbol: _ZN6cppcms7archive3eofEv ]
archive::mode ( )
[ symbol: _ZN6cppcms7archive4modeEv ]
archive::mode ( archive::mode_type m )
[ symbol: _ZN6cppcms7archive4modeENS0_9mode_typeE ]
archive::next_chunk_size ( )
[ symbol: _ZN6cppcms7archive15next_chunk_sizeEv ]
archive::operator= ( archive const& p1 )
[ symbol: _ZN6cppcms7archiveaSERKS0_ ]
archive::read_chunk ( void* begin, size_t len )
[ symbol: _ZN6cppcms7archive10read_chunkEPvj ]
archive::read_chunk_as_string ( )
[ symbol: _ZN6cppcms7archive20read_chunk_as_stringEv ]
archive::reserve ( size_t size )
[ symbol: _ZN6cppcms7archive7reserveEj ]
archive::reset ( )
[ symbol: _ZN6cppcms7archive5resetEv ]
archive::str ( )
[ symbol: _ZN6cppcms7archive3strEv ]
archive::str ( std::string const& str )
[ symbol: _ZN6cppcms7archive3strERKSs ]
archive::write_chunk ( void const* begin, size_t len )
[ symbol: _ZN6cppcms7archive11write_chunkEPKvj ]
archive::~archive [in-charge] ( )
[ symbol: _ZN6cppcms7archiveD1Ev ]
archive::~archive [not-in-charge] ( )
[ symbol: _ZN6cppcms7archiveD2Ev ]
archive_error::~archive_error [in-charge-deleting] ( )
[ symbol: _ZN6cppcms13archive_errorD0Ev ]
archive_error::~archive_error [in-charge] ( )
[ symbol: _ZN6cppcms13archive_errorD1Ev ]
service.h,
libcppcms.so.1.0.0
namespace cppcms
service::after_fork ( booster::function<void()>const& handler )
[ symbol: _ZN6cppcms7service10after_forkERKN7booster8functionIFvvEEE ]
service::applications_pool ( )
[ symbol: _ZN6cppcms7service17applications_poolEv ]
service::cache_pool ( )
[ symbol: _ZN6cppcms7service10cache_poolEv ]
service::forwarder ( )
[ symbol: _ZN6cppcms7service9forwarderEv ]
service::generator ( )
[ symbol: _ZN6cppcms7service9generatorEv ]
service::get_io_service ( )
[ symbol: _ZN6cppcms7service14get_io_serviceEv ]
service::impl ( )
[ symbol: _ZN6cppcms7service4implEv ]
service::locale ( )
[ symbol: _ZN6cppcms7service6localeEv ]
service::locale ( std::string const& name )
[ symbol: _ZN6cppcms7service6localeERKSs ]
service::post ( booster::function<void()>const& handler )
[ symbol: _ZN6cppcms7service4postERKN7booster8functionIFvvEEE ]
service::process_id ( )
[ symbol: _ZN6cppcms7service10process_idEv ]
service::procs_no ( )
[ symbol: _ZN6cppcms7service8procs_noEv ]
service::run ( )
[ symbol: _ZN6cppcms7service3runEv ]
service::service [in-charge] ( json::value const& v )
[ symbol: _ZN6cppcms7serviceC1ERKNS_4json5valueE ]
service::service [in-charge] ( int argc, char** argv )
[ symbol: _ZN6cppcms7serviceC1EiPPc ]
service::service [not-in-charge] ( json::value const& v )
[ symbol: _ZN6cppcms7serviceC2ERKNS_4json5valueE ]
service::service [not-in-charge] ( int argc, char** argv )
[ symbol: _ZN6cppcms7serviceC2EiPPc ]
service::session_pool ( )
[ symbol: _ZN6cppcms7service12session_poolEv ]
service::settings ( )
[ symbol: _ZN6cppcms7service8settingsEv ]
service::shutdown ( )
[ symbol: _ZN6cppcms7service8shutdownEv ]
service::thread_pool ( )
[ symbol: _ZN6cppcms7service11thread_poolEv ]
service::threads_no ( )
[ symbol: _ZN6cppcms7service10threads_noEv ]
service::views_pool ( )
[ symbol: _ZN6cppcms7service10views_poolEv ]
service::~service [in-charge] ( )
[ symbol: _ZN6cppcms7serviceD1Ev ]
service::~service [not-in-charge] ( )
[ symbol: _ZN6cppcms7serviceD2Ev ]
session_api.h,
libcppcms.so.1.0.0
namespace cppcms
session_api_factory::~session_api_factory [in-charge-deleting] ( )
[ symbol: _ZN6cppcms19session_api_factoryD0Ev ]
session_api_factory::~session_api_factory [in-charge] ( )
[ symbol: _ZN6cppcms19session_api_factoryD1Ev ]
session_cookies.h,
libcppcms.so.1.0.0
namespace cppcms::sessions
encryptor::~encryptor [in-charge-deleting] ( )
[ symbol: _ZN6cppcms8sessions9encryptorD0Ev ]
encryptor::~encryptor [in-charge] ( )
[ symbol: _ZN6cppcms8sessions9encryptorD1Ev ]
encryptor_factory::~encryptor_factory [in-charge-deleting] ( )
[ symbol: _ZN6cppcms8sessions17encryptor_factoryD0Ev ]
encryptor_factory::~encryptor_factory [in-charge] ( )
[ symbol: _ZN6cppcms8sessions17encryptor_factoryD1Ev ]
session_cookies::clear ( cppcms::session_interface& p1 )
[ symbol: _ZN6cppcms8sessions15session_cookies5clearERNS_17session_interfaceE ]
session_cookies::load ( cppcms::session_interface& p1, std::string& data, time_t& timeout )
[ symbol: _ZN6cppcms8sessions15session_cookies4loadERNS_17session_interfaceERSsRl ]
session_cookies::save ( cppcms::session_interface& p1, std::string const& data, time_t timeout, bool newone, bool on_server )
[ symbol: _ZN6cppcms8sessions15session_cookies4saveERNS_17session_interfaceERKSslbb ]
session_cookies::session_cookies [in-charge] ( std::auto_ptr<encryptor> encryptor )
[ symbol: _ZN6cppcms8sessions15session_cookiesC1ESt8auto_ptrINS0_9encryptorEE ]
session_cookies::session_cookies [not-in-charge] ( std::auto_ptr<encryptor> encryptor )
[ symbol: _ZN6cppcms8sessions15session_cookiesC2ESt8auto_ptrINS0_9encryptorEE ]
session_cookies::~session_cookies [in-charge-deleting] ( )
[ symbol: _ZN6cppcms8sessions15session_cookiesD0Ev ]
session_cookies::~session_cookies [in-charge] ( )
[ symbol: _ZN6cppcms8sessions15session_cookiesD1Ev ]
session_cookies::~session_cookies [not-in-charge] ( )
[ symbol: _ZN6cppcms8sessions15session_cookiesD2Ev ]
session_dual.h,
libcppcms.so.1.0.0
namespace cppcms::sessions
session_dual::clear ( cppcms::session_interface& p1 )
[ symbol: _ZN6cppcms8sessions12session_dual5clearERNS_17session_interfaceE ]
session_dual::load ( cppcms::session_interface& p1, std::string& data, time_t& timeout )
[ symbol: _ZN6cppcms8sessions12session_dual4loadERNS_17session_interfaceERSsRl ]
session_dual::save ( cppcms::session_interface& p1, std::string const& data, time_t timeout, bool new_session, bool on_server )
[ symbol: _ZN6cppcms8sessions12session_dual4saveERNS_17session_interfaceERKSslbb ]
session_dual::session_dual [in-charge] ( std::auto_ptr<encryptor> enc, booster::shared_ptr<session_storage> storage, size_t data_size_limit )
[ symbol: _ZN6cppcms8sessions12session_dualC1ESt8auto_ptrINS0_9encryptorEEN7booster10shared_ptrINS0_15session_storageEEEj ]
session_dual::session_dual [not-in-charge] ( std::auto_ptr<encryptor> enc, booster::shared_ptr<session_storage> storage, size_t data_size_limit )
[ symbol: _ZN6cppcms8sessions12session_dualC2ESt8auto_ptrINS0_9encryptorEEN7booster10shared_ptrINS0_15session_storageEEEj ]
session_dual::~session_dual [in-charge-deleting] ( )
[ symbol: _ZN6cppcms8sessions12session_dualD0Ev ]
session_dual::~session_dual [in-charge] ( )
[ symbol: _ZN6cppcms8sessions12session_dualD1Ev ]
session_dual::~session_dual [not-in-charge] ( )
[ symbol: _ZN6cppcms8sessions12session_dualD2Ev ]
session_interface.h,
libcppcms.so.1.0.0
namespace cppcms
session_interface::age ( )
[ symbol: _ZN6cppcms17session_interface3ageEv ]
session_interface::age ( int t )
[ symbol: _ZN6cppcms17session_interface3ageEi ]
session_interface::default_age ( )
[ symbol: _ZN6cppcms17session_interface11default_ageEv ]
session_interface::default_expiration ( )
[ symbol: _ZN6cppcms17session_interface18default_expirationEv ]
session_interface::erase ( std::string const& key )
[ symbol: _ZN6cppcms17session_interface5eraseERKSs ]
session_interface::expiration ( )
[ symbol: _ZN6cppcms17session_interface10expirationEv ]
session_interface::expiration ( int h )
[ symbol: _ZN6cppcms17session_interface10expirationEi ]
session_interface::get ( std::string const& key )
[ symbol: _ZN6cppcms17session_interface3getERKSs ]
session_interface::on_server ( )
[ symbol: _ZN6cppcms17session_interface9on_serverEv ]
session_interface::on_server ( bool srv )
[ symbol: _ZN6cppcms17session_interface9on_serverEb ]
session_interface::session_interface [in-charge] ( http::context& p1 )
[ symbol: _ZN6cppcms17session_interfaceC1ERNS_4http7contextE ]
session_interface::session_interface [not-in-charge] ( http::context& p1 )
[ symbol: _ZN6cppcms17session_interfaceC2ERNS_4http7contextE ]
session_interface::set ( std::string const& key, std::string const& v )
[ symbol: _ZN6cppcms17session_interface3setERKSsS2_ ]
session_pool.h,
libcppcms.so.1.0.0
namespace cppcms
session_pool::backend ( std::auto_ptr<session_api_factory> b )
[ symbol: _ZN6cppcms12session_pool7backendESt8auto_ptrINS_19session_api_factoryEE ]
session_pool::encryptor ( std::auto_ptr<sessions::encryptor_factory> e )
[ symbol: _ZN6cppcms12session_pool9encryptorESt8auto_ptrINS_8sessions17encryptor_factoryEE ]
session_pool::get ( )
[ symbol: _ZN6cppcms12session_pool3getEv ]
session_pool::init ( )
[ symbol: _ZN6cppcms12session_pool4initEv ]
session_pool::session_pool [in-charge] ( service& srv )
[ symbol: _ZN6cppcms12session_poolC1ERNS_7serviceE ]
session_pool::session_pool [not-in-charge] ( service& srv )
[ symbol: _ZN6cppcms12session_poolC2ERNS_7serviceE ]
session_pool::storage ( std::auto_ptr<sessions::session_storage_factory> s )
[ symbol: _ZN6cppcms12session_pool7storageESt8auto_ptrINS_8sessions23session_storage_factoryEE ]
session_pool::~session_pool [in-charge] ( )
[ symbol: _ZN6cppcms12session_poolD1Ev ]
session_pool::~session_pool [not-in-charge] ( )
[ symbol: _ZN6cppcms12session_poolD2Ev ]
session_sid.h,
libcppcms.so.1.0.0
namespace cppcms::sessions
session_sid::clear ( cppcms::session_interface& p1 )
[ symbol: _ZN6cppcms8sessions11session_sid5clearERNS_17session_interfaceE ]
session_sid::load ( cppcms::session_interface& p1, std::string& data, time_t& timeout )
[ symbol: _ZN6cppcms8sessions11session_sid4loadERNS_17session_interfaceERSsRl ]
session_sid::save ( cppcms::session_interface& p1, std::string const& data, time_t timeout, bool p4, bool p5 )
[ symbol: _ZN6cppcms8sessions11session_sid4saveERNS_17session_interfaceERKSslbb ]
session_sid::session_sid [in-charge] ( booster::shared_ptr<session_storage> s )
[ symbol: _ZN6cppcms8sessions11session_sidC1EN7booster10shared_ptrINS0_15session_storageEEE ]
session_sid::session_sid [not-in-charge] ( booster::shared_ptr<session_storage> s )
[ symbol: _ZN6cppcms8sessions11session_sidC2EN7booster10shared_ptrINS0_15session_storageEEE ]
session_sid::~session_sid [in-charge-deleting] ( )
[ symbol: _ZN6cppcms8sessions11session_sidD0Ev ]
session_sid::~session_sid [in-charge] ( )
[ symbol: _ZN6cppcms8sessions11session_sidD1Ev ]
session_sid::~session_sid [not-in-charge] ( )
[ symbol: _ZN6cppcms8sessions11session_sidD2Ev ]
session_storage.h,
libcppcms.so.1.0.0
namespace cppcms::sessions
session_storage::~session_storage [in-charge-deleting] ( )
[ symbol: _ZN6cppcms8sessions15session_storageD0Ev ]
session_storage::~session_storage [in-charge] ( )
[ symbol: _ZN6cppcms8sessions15session_storageD1Ev ]
session_storage_factory::gc_job ( )
[ symbol: _ZN6cppcms8sessions23session_storage_factory6gc_jobEv ]
session_storage_factory::~session_storage_factory [in-charge-deleting] ( )
[ symbol: _ZN6cppcms8sessions23session_storage_factoryD0Ev ]
session_storage_factory::~session_storage_factory [in-charge] ( )
[ symbol: _ZN6cppcms8sessions23session_storage_factoryD1Ev ]
sp_counted_base.h,
libbooster.so.0.0.0
namespace booster::detail
sp_counted_base::add_ref_copy ( )
[ symbol: _ZN7booster6detail15sp_counted_base12add_ref_copyEv ]
sp_counted_base::add_ref_lock ( )
[ symbol: _ZN7booster6detail15sp_counted_base12add_ref_lockEv ]
sp_counted_base::destroy ( )
[ symbol: _ZN7booster6detail15sp_counted_base7destroyEv ]
sp_counted_base::release ( )
[ symbol: _ZN7booster6detail15sp_counted_base7releaseEv ]
sp_counted_base::sp_counted_base [in-charge] ( )
[ symbol: _ZN7booster6detail15sp_counted_baseC1Ev ]
sp_counted_base::sp_counted_base [not-in-charge] ( )
[ symbol: _ZN7booster6detail15sp_counted_baseC2Ev ]
sp_counted_base::use_count ( ) const
[ symbol: _ZNK7booster6detail15sp_counted_base9use_countEv ]
sp_counted_base::weak_add_ref ( )
[ symbol: _ZN7booster6detail15sp_counted_base12weak_add_refEv ]
sp_counted_base::weak_release ( )
[ symbol: _ZN7booster6detail15sp_counted_base12weak_releaseEv ]
sp_counted_base::~sp_counted_base [in-charge-deleting] ( )
[ symbol: _ZN7booster6detail15sp_counted_baseD0Ev ]
sp_counted_base::~sp_counted_base [in-charge] ( )
[ symbol: _ZN7booster6detail15sp_counted_baseD1Ev ]
sp_counted_base::~sp_counted_base [not-in-charge] ( )
[ symbol: _ZN7booster6detail15sp_counted_baseD2Ev ]
thread.h,
libbooster.so.0.0.0
booster_thread_func ( void* p1 )
namespace booster
condition_variable::condition_variable [in-charge] ( )
[ symbol: _ZN7booster18condition_variableC1Ev ]
condition_variable::condition_variable [not-in-charge] ( )
[ symbol: _ZN7booster18condition_variableC2Ev ]
condition_variable::notify_all ( )
[ symbol: _ZN7booster18condition_variable10notify_allEv ]
condition_variable::notify_one ( )
[ symbol: _ZN7booster18condition_variable10notify_oneEv ]
condition_variable::wait ( unique_lock<mutex>& m )
[ symbol: _ZN7booster18condition_variable4waitERNS_11unique_lockINS_5mutexEEE ]
condition_variable::~condition_variable [in-charge] ( )
[ symbol: _ZN7booster18condition_variableD1Ev ]
condition_variable::~condition_variable [not-in-charge] ( )
[ symbol: _ZN7booster18condition_variableD2Ev ]
fork_shared_mutex::fork_shared_mutex [in-charge] ( )
[ symbol: _ZN7booster17fork_shared_mutexC1Ev ]
fork_shared_mutex::fork_shared_mutex [not-in-charge] ( )
[ symbol: _ZN7booster17fork_shared_mutexC2Ev ]
fork_shared_mutex::shared_lock ( )
[ symbol: _ZN7booster17fork_shared_mutex11shared_lockEv ]
fork_shared_mutex::try_shared_lock ( )
[ symbol: _ZN7booster17fork_shared_mutex15try_shared_lockEv ]
fork_shared_mutex::try_unique_lock ( )
[ symbol: _ZN7booster17fork_shared_mutex15try_unique_lockEv ]
fork_shared_mutex::unique_lock ( )
[ symbol: _ZN7booster17fork_shared_mutex11unique_lockEv ]
fork_shared_mutex::unlock ( )
[ symbol: _ZN7booster17fork_shared_mutex6unlockEv ]
fork_shared_mutex::~fork_shared_mutex [in-charge] ( )
[ symbol: _ZN7booster17fork_shared_mutexD1Ev ]
fork_shared_mutex::~fork_shared_mutex [not-in-charge] ( )
[ symbol: _ZN7booster17fork_shared_mutexD2Ev ]
mutex::lock ( )
[ symbol: _ZN7booster5mutex4lockEv ]
mutex::mutex [in-charge] ( )
[ symbol: _ZN7booster5mutexC1Ev ]
mutex::mutex [not-in-charge] ( )
[ symbol: _ZN7booster5mutexC2Ev ]
mutex::unlock ( )
[ symbol: _ZN7booster5mutex6unlockEv ]
mutex::~mutex [in-charge] ( )
[ symbol: _ZN7booster5mutexD1Ev ]
mutex::~mutex [not-in-charge] ( )
[ symbol: _ZN7booster5mutexD2Ev ]
recursive_mutex::lock ( )
[ symbol: _ZN7booster15recursive_mutex4lockEv ]
recursive_mutex::recursive_mutex [in-charge] ( )
[ symbol: _ZN7booster15recursive_mutexC1Ev ]
recursive_mutex::recursive_mutex [not-in-charge] ( )
[ symbol: _ZN7booster15recursive_mutexC2Ev ]
recursive_mutex::unlock ( )
[ symbol: _ZN7booster15recursive_mutex6unlockEv ]
recursive_mutex::~recursive_mutex [in-charge] ( )
[ symbol: _ZN7booster15recursive_mutexD1Ev ]
recursive_mutex::~recursive_mutex [not-in-charge] ( )
[ symbol: _ZN7booster15recursive_mutexD2Ev ]
shared_mutex::shared_lock ( )
[ symbol: _ZN7booster12shared_mutex11shared_lockEv ]
shared_mutex::shared_mutex [in-charge] ( )
[ symbol: _ZN7booster12shared_mutexC1Ev ]
shared_mutex::shared_mutex [not-in-charge] ( )
[ symbol: _ZN7booster12shared_mutexC2Ev ]
shared_mutex::unique_lock ( )
[ symbol: _ZN7booster12shared_mutex11unique_lockEv ]
shared_mutex::unlock ( )
[ symbol: _ZN7booster12shared_mutex6unlockEv ]
shared_mutex::~shared_mutex [in-charge] ( )
[ symbol: _ZN7booster12shared_mutexD1Ev ]
shared_mutex::~shared_mutex [not-in-charge] ( )
[ symbol: _ZN7booster12shared_mutexD2Ev ]
thread::join ( )
[ symbol: _ZN7booster6thread4joinEv ]
thread::thread [in-charge] ( function<void()>const& cb )
[ symbol: _ZN7booster6threadC1ERKNS_8functionIFvvEEE ]
thread::thread [not-in-charge] ( function<void()>const& cb )
[ symbol: _ZN7booster6threadC2ERKNS_8functionIFvvEEE ]
thread::~thread [in-charge] ( )
[ symbol: _ZN7booster6threadD1Ev ]
thread::~thread [not-in-charge] ( )
[ symbol: _ZN7booster6threadD2Ev ]
namespace booster::details
thread_specific_impl::get_object ( ) const
[ symbol: _ZNK7booster7details20thread_specific_impl10get_objectEv ]
thread_specific_impl::thread_specific_impl [in-charge] ( thread_specific_impl::object* p )
[ symbol: _ZN7booster7details20thread_specific_implC1EPNS1_6objectE ]
thread_specific_impl::thread_specific_impl [not-in-charge] ( thread_specific_impl::object* p )
[ symbol: _ZN7booster7details20thread_specific_implC2EPNS1_6objectE ]
thread_specific_impl::~thread_specific_impl [in-charge] ( )
[ symbol: _ZN7booster7details20thread_specific_implD1Ev ]
thread_specific_impl::~thread_specific_impl [not-in-charge] ( )
[ symbol: _ZN7booster7details20thread_specific_implD2Ev ]
thread.h,
libcppcms.so.1.0.0
namespace booster::details
thread_specific_impl::object::~object [in-charge-deleting] ( )
[ symbol: _ZN7booster7details20thread_specific_impl6objectD0Ev ]
thread_specific_impl::object::~object [in-charge] ( )
[ symbol: _ZN7booster7details20thread_specific_impl6objectD1Ev ]
thread_pool.h,
libcppcms.so.1.0.0
namespace cppcms
thread_pool::cancel ( int id )
[ symbol: _ZN6cppcms11thread_pool6cancelEi ]
thread_pool::post ( booster::function<void()>const& job )
[ symbol: _ZN6cppcms11thread_pool4postERKN7booster8functionIFvvEEE ]
thread_pool::stop ( )
[ symbol: _ZN6cppcms11thread_pool4stopEv ]
thread_pool::thread_pool [in-charge] ( int threads )
[ symbol: _ZN6cppcms11thread_poolC1Ei ]
thread_pool::thread_pool [not-in-charge] ( int threads )
[ symbol: _ZN6cppcms11thread_poolC2Ei ]
thread_pool::~thread_pool [in-charge] ( )
[ symbol: _ZN6cppcms11thread_poolD1Ev ]
thread_pool::~thread_pool [not-in-charge] ( )
[ symbol: _ZN6cppcms11thread_poolD2Ev ]
time_zone.h,
libbooster.so.0.0.0
namespace booster::locale
operator<< <char> ( std::basic_ostream<char>& out, time_zone const& tz )
[ symbol: _ZN7booster6localelsIcEERSt13basic_ostreamIT_St11char_traitsIS3_EES7_RKNS0_9time_zoneE ]
operator<< <wchar_t> ( std::basic_ostream<wchar_t>& out, time_zone const& tz )
[ symbol: _ZN7booster6localelsIwEERSt13basic_ostreamIT_St11char_traitsIS3_EES7_RKNS0_9time_zoneE ]
time_zone::all_zones ( ) [static]
[ symbol: _ZN7booster6locale9time_zone9all_zonesEv ]
time_zone::global ( time_zone const& zone ) [static]
[ symbol: _ZN7booster6locale9time_zone6globalERKS1_ ]
time_zone::id ( ) const
[ symbol: _ZNK7booster6locale9time_zone2idEv ]
time_zone::offset_from_gmt ( double time, bool is_local_time ) const
[ symbol: _ZNK7booster6locale9time_zone15offset_from_gmtEdb ]
time_zone::operator= ( time_zone const& other )
[ symbol: _ZN7booster6locale9time_zoneaSERKS1_ ]
time_zone::operator== ( time_zone const& other ) const
[ symbol: _ZNK7booster6locale9time_zoneeqERKS1_ ]
time_zone::time_zone [in-charge] ( )
[ symbol: _ZN7booster6locale9time_zoneC1Ev ]
time_zone::time_zone [in-charge] ( time_zone const& other )
[ symbol: _ZN7booster6locale9time_zoneC1ERKS1_ ]
time_zone::time_zone [in-charge] ( std::string const& id )
[ symbol: _ZN7booster6locale9time_zoneC1ERKSs ]
time_zone::time_zone [not-in-charge] ( )
[ symbol: _ZN7booster6locale9time_zoneC2Ev ]
time_zone::time_zone [not-in-charge] ( time_zone const& other )
[ symbol: _ZN7booster6locale9time_zoneC2ERKS1_ ]
time_zone::time_zone [not-in-charge] ( std::string const& id )
[ symbol: _ZN7booster6locale9time_zoneC2ERKSs ]
time_zone::~time_zone [in-charge] ( )
[ symbol: _ZN7booster6locale9time_zoneD1Ev ]
time_zone::~time_zone [not-in-charge] ( )
[ symbol: _ZN7booster6locale9time_zoneD2Ev ]
urandom.h,
libcppcms.so.1.0.0
namespace cppcms
urandom_device::generate ( void* ptr, unsigned int n )
[ symbol: _ZN6cppcms14urandom_device8generateEPvj ]
urandom_device::urandom_device [in-charge] ( )
[ symbol: _ZN6cppcms14urandom_deviceC1Ev ]
urandom_device::urandom_device [not-in-charge] ( )
[ symbol: _ZN6cppcms14urandom_deviceC2Ev ]
urandom_device::~urandom_device [in-charge] ( )
[ symbol: _ZN6cppcms14urandom_deviceD1Ev ]
urandom_device::~urandom_device [not-in-charge] ( )
[ symbol: _ZN6cppcms14urandom_deviceD2Ev ]
url_dispatcher.h,
libcppcms.so.1.0.0
namespace cppcms
url_dispatcher::assign ( std::string regex, url_dispatcher::handler handler )
[ symbol: _ZN6cppcms14url_dispatcher6assignESsN7booster8functionIFvvEEE ]
url_dispatcher::assign ( std::string regex, url_dispatcher::handler1 handler, int exp1 )
[ symbol: _ZN6cppcms14url_dispatcher6assignESsN7booster8functionIFvSsEEEi ]
url_dispatcher::assign ( std::string regex, url_dispatcher::handler2 handler, int exp1, int exp2 )
[ symbol: _ZN6cppcms14url_dispatcher6assignESsN7booster8functionIFvSsSsEEEii ]
url_dispatcher::assign ( std::string regex, url_dispatcher::handler3 handler, int exp1, int exp2, int exp3 )
[ symbol: _ZN6cppcms14url_dispatcher6assignESsN7booster8functionIFvSsSsSsEEEiii ]
url_dispatcher::assign ( std::string regex, url_dispatcher::handler4 handler, int exp1, int exp2, int exp3, int exp4 )
[ symbol: _ZN6cppcms14url_dispatcher6assignESsN7booster8functionIFvSsSsSsSsEEEiiii ]
url_dispatcher::dispatch ( std::string url )
[ symbol: _ZN6cppcms14url_dispatcher8dispatchESs ]
url_dispatcher::url_dispatcher [in-charge] ( )
[ symbol: _ZN6cppcms14url_dispatcherC1Ev ]
url_dispatcher::url_dispatcher [not-in-charge] ( )
[ symbol: _ZN6cppcms14url_dispatcherC2Ev ]
url_dispatcher::~url_dispatcher [in-charge] ( )
[ symbol: _ZN6cppcms14url_dispatcherD1Ev ]
url_dispatcher::~url_dispatcher [not-in-charge] ( )
[ symbol: _ZN6cppcms14url_dispatcherD2Ev ]
util.h,
libcppcms.so.1.0.0
namespace cppcms::util
escape ( std::string const& s )
[ symbol: _ZN6cppcms4util6escapeERKSs ]
md5 ( std::string const& input )
[ symbol: _ZN6cppcms4util3md5ERKSs ]
md5hex ( std::string const& input )
[ symbol: _ZN6cppcms4util6md5hexERKSs ]
urldecode ( char const* begin, char const* end )
[ symbol: _ZN6cppcms4util9urldecodeEPKcS2_ ]
urldecode ( std::string const& s )
[ symbol: _ZN6cppcms4util9urldecodeERKSs ]
urlencode ( std::string const& s )
[ symbol: _ZN6cppcms4util9urlencodeERKSs ]
views_pool.h,
libcppcms.so.1.0.0
namespace cppcms
views_pool::add_view ( std::string skin, views_pool::mapping_type const& mapping )
[ symbol: _ZN6cppcms10views_pool8add_viewESsRKSt3mapISsPFSt8auto_ptrINS_9base_viewEERSoPNS_12base_contentEESt4lessISsESaISt4pairIKSsS9_EEE ]
views_pool::default_skin ( ) const
[ symbol: _ZNK6cppcms10views_pool12default_skinEv ]
views_pool::remove_view ( std::string skin )
[ symbol: _ZN6cppcms10views_pool11remove_viewESs ]
views_pool::render ( std::string skin, std::string template_name, std::ostream& out, base_content& content )
[ symbol: _ZN6cppcms10views_pool6renderESsSsRSoRNS_12base_contentE ]
views_pool::static_instance ( ) [static]
[ symbol: _ZN6cppcms10views_pool15static_instanceEv ]
views_pool::views_pool [in-charge] ( )
[ symbol: _ZN6cppcms10views_poolC1Ev ]
views_pool::views_pool [in-charge] ( json::value const& settings )
[ symbol: _ZN6cppcms10views_poolC1ERKNS_4json5valueE ]
views_pool::views_pool [not-in-charge] ( )
[ symbol: _ZN6cppcms10views_poolC2Ev ]
views_pool::views_pool [not-in-charge] ( json::value const& settings )
[ symbol: _ZN6cppcms10views_poolC2ERKNS_4json5valueE ]
views_pool::~views_pool [in-charge] ( )
[ symbol: _ZN6cppcms10views_poolD1Ev ]
views_pool::~views_pool [not-in-charge] ( )
[ symbol: _ZN6cppcms10views_poolD2Ev ]
to the top
Removed Symbols (584)
aes_encryptor.h,
libcppcms.so.0.0.0
namespace cppcms::aes
cipher::cipher [in-charge] ( std::string key )
[ symbol: _ZN6cppcms3aes6cipherC1ESs ]
cipher::cipher [not-in-charge] ( std::string key )
[ symbol: _ZN6cppcms3aes6cipherC2ESs ]
cipher::decrypt ( std::string const& cipher, std::string& plain, time_t* timeout )
[ symbol: _ZN6cppcms3aes6cipher7decryptERKSsRSsPl ]
cipher::encrypt ( std::string const& plain, time_t timeout )
[ symbol: _ZN6cppcms3aes6cipher7encryptERKSsl ]
cipher::~cipher [in-charge-deleting] ( )
[ symbol: _ZN6cppcms3aes6cipherD0Ev ]
cipher::~cipher [in-charge] ( )
[ symbol: _ZN6cppcms3aes6cipherD1Ev ]
cipher::~cipher [not-in-charge] ( )
[ symbol: _ZN6cppcms3aes6cipherD2Ev ]
vtable for cipher [data]
[ symbol: _ZTVN6cppcms3aes6cipherE ]
any.hpp,
libcppcms.so.0.0.0
namespace boost
any::holder<double>::clone ( ) const
[ symbol: _ZNK5boost3any6holderIdE5cloneEv ]
any::holder<double>::type ( ) const
[ symbol: _ZNK5boost3any6holderIdE4typeEv ]
any::holder<double>::~holder [in-charge-deleting] ( )
[ symbol: _ZN5boost3any6holderIdED0Ev ]
any::holder<double>::~holder [in-charge] ( )
[ symbol: _ZN5boost3any6holderIdED1Ev ]
any::holder<int>::clone ( ) const
[ symbol: _ZNK5boost3any6holderIiE5cloneEv ]
any::holder<int>::type ( ) const
[ symbol: _ZNK5boost3any6holderIiE4typeEv ]
any::holder<int>::~holder [in-charge-deleting] ( )
[ symbol: _ZN5boost3any6holderIiED0Ev ]
any::holder<int>::~holder [in-charge] ( )
[ symbol: _ZN5boost3any6holderIiED1Ev ]
any::holder<std::string>::clone ( ) const
[ symbol: _ZNK5boost3any6holderISsE5cloneEv ]
any::holder<std::string>::type ( ) const
[ symbol: _ZNK5boost3any6holderISsE4typeEv ]
any::holder<std::string>::~holder [in-charge-deleting] ( )
[ symbol: _ZN5boost3any6holderISsED0Ev ]
any::holder<std::string>::~holder [in-charge] ( )
[ symbol: _ZN5boost3any6holderISsED1Ev ]
any::holder<std::vector<double> >::clone ( ) const
[ symbol: _ZNK5boost3any6holderISt6vectorIdSaIdEEE5cloneEv ]
any::holder<std::vector<double> >::type ( ) const
[ symbol: _ZNK5boost3any6holderISt6vectorIdSaIdEEE4typeEv ]
any::holder<std::vector<double> >::~holder [in-charge-deleting] ( )
[ symbol: _ZN5boost3any6holderISt6vectorIdSaIdEEED0Ev ]
any::holder<std::vector<double> >::~holder [in-charge] ( )
[ symbol: _ZN5boost3any6holderISt6vectorIdSaIdEEED1Ev ]
any::holder<std::vector<int> >::clone ( ) const
[ symbol: _ZNK5boost3any6holderISt6vectorIiSaIiEEE5cloneEv ]
any::holder<std::vector<int> >::type ( ) const
[ symbol: _ZNK5boost3any6holderISt6vectorIiSaIiEEE4typeEv ]
any::holder<std::vector<int> >::~holder [in-charge-deleting] ( )
[ symbol: _ZN5boost3any6holderISt6vectorIiSaIiEEED0Ev ]
any::holder<std::vector<int> >::~holder [in-charge] ( )
[ symbol: _ZN5boost3any6holderISt6vectorIiSaIiEEED1Ev ]
any::holder<std::vector<std::string> >::clone ( ) const
[ symbol: _ZNK5boost3any6holderISt6vectorISsSaISsEEE5cloneEv ]
any::holder<std::vector<std::string> >::type ( ) const
[ symbol: _ZNK5boost3any6holderISt6vectorISsSaISsEEE4typeEv ]
any::holder<std::vector<std::string> >::~holder [in-charge-deleting] ( )
[ symbol: _ZN5boost3any6holderISt6vectorISsSaISsEEED0Ev ]
any::holder<std::vector<std::string> >::~holder [in-charge] ( )
[ symbol: _ZN5boost3any6holderISt6vectorISsSaISsEEED1Ev ]
any::placeholder::~placeholder [in-charge-deleting] ( )
[ symbol: _ZN5boost3any11placeholderD0Ev ]
any::placeholder::~placeholder [in-charge] ( )
[ symbol: _ZN5boost3any11placeholderD1Ev ]
vtable for any::placeholder [data]
[ symbol: _ZTVN5boost3any11placeholderE ]
application.h,
libcppcms.so.0.0.0
namespace cppcms
application::application [in-charge] ( worker_thread& w )
[ symbol: _ZN6cppcms11applicationC1ERNS_13worker_threadE ]
application::application [not-in-charge] ( worker_thread& w )
[ symbol: _ZN6cppcms11applicationC2ERNS_13worker_threadE ]
application::main ( )
[ symbol: _ZN6cppcms11application4mainEv ]
application::on_404 ( )
[ symbol: _ZN6cppcms11application6on_404Ev ]
archive.h,
libcppcms.so.0.0.0
namespace cppcms
serializable::~serializable [in-charge-deleting] ( )
[ symbol: _ZN6cppcms12serializableD0Ev ]
serializable::~serializable [in-charge] ( )
[ symbol: _ZN6cppcms12serializableD1Ev ]
vtable for serializable [data]
[ symbol: _ZTVN6cppcms12serializableE ]
base_cache.h,
libcppcms.so.0.0.0
namespace cppcms
base_cache::clear ( )
[ symbol: _ZN6cppcms10base_cache5clearEv ]
base_cache::fetch ( std::string const& key, archive& a, std::set<std::string>& tags )
[ symbol: _ZN6cppcms10base_cache5fetchERKSsRNS_7archiveERSt3setISsSt4lessISsESaISsEE ]
base_cache::fetch_page ( std::string const& key, std::string& output, bool gzip )
[ symbol: _ZN6cppcms10base_cache10fetch_pageERKSsRSsb ]
base_cache::rise ( std::string const& trigger )
[ symbol: _ZN6cppcms10base_cache4riseERKSs ]
base_cache::stats ( unsigned int& keys, unsigned int& triggers )
[ symbol: _ZN6cppcms10base_cache5statsERjS1_ ]
base_cache::store ( std::string const& key, std::set<std::string>const& triggers, time_t timeout, archive const& a )
[ symbol: _ZN6cppcms10base_cache5storeERKSsRKSt3setISsSt4lessISsESaISsEElRKNS_7archiveE ]
base_cache::~base_cache [in-charge-deleting] ( )
[ symbol: _ZN6cppcms10base_cacheD0Ev ]
base_cache::~base_cache [in-charge] ( )
[ symbol: _ZN6cppcms10base_cacheD1Ev ]
base_cache::~base_cache [not-in-charge] ( )
[ symbol: _ZN6cppcms10base_cacheD2Ev ]
vtable for base_cache [data]
[ symbol: _ZTVN6cppcms10base_cacheE ]
base_view.h,
libcppcms.so.0.0.0
namespace cppcms
base_view::escape ( std::string const& s )
[ symbol: _ZN6cppcms9base_view6escapeERKSs ]
base_view::gettext ( char const* p1 )
[ symbol: _ZN6cppcms9base_view7gettextEPKc ]
base_view::intf ( int val, std::string f )
[ symbol: _ZN6cppcms9base_view4intfEiSs ]
base_view::ngettext ( char const* p1, char const* p2, int n )
[ symbol: _ZN6cppcms9base_view8ngettextEPKcS2_i ]
base_view::set_domain ( char const* p1 )
[ symbol: _ZN6cppcms9base_view10set_domainEPKc ]
base_view::settings::settings [in-charge] ( worker_thread* w )
[ symbol: _ZN6cppcms9base_view8settingsC1EPNS_13worker_threadE ]
base_view::settings::settings [in-charge] ( worker_thread* w, std::ostream* o )
[ symbol: _ZN6cppcms9base_view8settingsC1EPNS_13worker_threadEPSo ]
base_view::settings::settings [not-in-charge] ( worker_thread* w )
[ symbol: _ZN6cppcms9base_view8settingsC2EPNS_13worker_threadE ]
base_view::settings::settings [not-in-charge] ( worker_thread* w, std::ostream* o )
[ symbol: _ZN6cppcms9base_view8settingsC2EPNS_13worker_threadEPSo ]
base_view::strftime ( tm const& t, std::string f )
[ symbol: _ZN6cppcms9base_view8strftimeERK2tmSs ]
base_view::urlencode ( std::string const& s )
[ symbol: _ZN6cppcms9base_view9urlencodeERKSs ]
format::format [in-charge] ( format const& f )
[ symbol: _ZN6cppcms6formatC1ERKS0_ ]
format::format [in-charge] ( std::string const& s )
[ symbol: _ZN6cppcms6formatC1ERKSs ]
format::format [not-in-charge] ( format const& f )
[ symbol: _ZN6cppcms6formatC2ERKS0_ ]
format::format [not-in-charge] ( std::string const& s )
[ symbol: _ZN6cppcms6formatC2ERKSs ]
format::operator% ( char const* p1 )
[ symbol: _ZN6cppcms6formatrmEPKc ]
format::operator% ( int n )
[ symbol: _ZN6cppcms6formatrmEi ]
format::operator% ( std::string const& p1 )
[ symbol: _ZN6cppcms6formatrmERKSs ]
format::str ( )
[ symbol: _ZN6cppcms6format3strEv ]
format::~format [in-charge] ( )
[ symbol: _ZN6cppcms6formatD1Ev ]
format::~format [not-in-charge] ( )
[ symbol: _ZN6cppcms6formatD2Ev ]
operator<< ( std::ostream& p1, format& p2 )
[ symbol: _ZN6cppcmslsERSoRNS_6formatE ]
namespace cppcms::details
views_storage::add_view ( std::string template_name, std::string view_name, views_storage::view_factory_t p3 )
[ symbol: _ZN6cppcms7details13views_storage8add_viewESsSsPFPNS_9base_viewENS2_8settingsEPNS_12base_contentEE ]
views_storage::fetch_view ( std::string template_name, std::string view_name, cppcms::base_view::settings p3, cppcms::base_content* c )
[ symbol: _ZN6cppcms7details13views_storage10fetch_viewESsSsNS_9base_view8settingsEPNS_12base_contentE ]
views_storage::instance ( ) [static]
[ symbol: _ZN6cppcms7details13views_storage8instanceEv ]
views_storage::remove_views ( std::string template_name )
[ symbol: _ZN6cppcms7details13views_storage12remove_viewsESs ]
cache_interface.h,
libcppcms.so.0.0.0
namespace cppcms
cache_factory::del ( base_cache* p ) const
[ symbol: _ZNK6cppcms13cache_factory3delEPNS_10base_cacheE ]
cache_factory::get ( ) const
[ symbol: _ZNK6cppcms13cache_factory3getEv ]
cache_factory::~cache_factory [in-charge-deleting] ( )
[ symbol: _ZN6cppcms13cache_factoryD0Ev ]
cache_factory::~cache_factory [in-charge] ( )
[ symbol: _ZN6cppcms13cache_factoryD1Ev ]
cache_iface::add_trigger ( std::string const& trigger )
[ symbol: _ZN6cppcms11cache_iface11add_triggerERKSs ]
cache_iface::clear ( )
[ symbol: _ZN6cppcms11cache_iface5clearEv ]
cache_iface::fetch_data ( std::string const& key, serializable& data, bool notriggers )
[ symbol: _ZN6cppcms11cache_iface10fetch_dataERKSsRNS_12serializableEb ]
cache_iface::fetch_frame ( std::string const& key, std::string& result, bool notriggers )
[ symbol: _ZN6cppcms11cache_iface11fetch_frameERKSsRSsb ]
cache_iface::fetch_page ( std::string const& key )
[ symbol: _ZN6cppcms11cache_iface10fetch_pageERKSs ]
cache_iface::rise ( std::string const& trigger )
[ symbol: _ZN6cppcms11cache_iface4riseERKSs ]
cache_iface::stats ( unsigned int& keys, unsigned int& triggers )
[ symbol: _ZN6cppcms11cache_iface5statsERjS1_ ]
cache_iface::store_data ( std::string const& key, serializable const& data, std::set<std::string>const& triggers, int timeout, bool notriggers )
[ symbol: _ZN6cppcms11cache_iface10store_dataERKSsRKNS_12serializableERKSt3setISsSt4lessISsESaISsEEib ]
cache_iface::store_frame ( std::string const& key, std::string const& frame, std::set<std::string>const& triggers, int timeout, bool notriggers )
[ symbol: _ZN6cppcms11cache_iface11store_frameERKSsS2_RKSt3setISsSt4lessISsESaISsEEib ]
cache_iface::store_page ( std::string const& key, int timeout )
[ symbol: _ZN6cppcms11cache_iface10store_pageERKSsi ]
deflate ( std::string const& text, long level, long length )
[ symbol: _ZN6cppcms7deflateERKSsll ]
deflate ( std::string const& text, std::ostream& stream, long level, long length )
[ symbol: _ZN6cppcms7deflateERKSsRSoll ]
vtable for cache_factory [data]
[ symbol: _ZTVN6cppcms13cache_factoryE ]
cgi.h,
libcppcms.so.0.0.0
namespace cppcms
cgi_cgi_api::accept_session ( )
[ symbol: _ZN6cppcms11cgi_cgi_api14accept_sessionEv ]
cgi_cgi_api::get_socket ( )
[ symbol: _ZN6cppcms11cgi_cgi_api10get_socketEv ]
cgi_cgi_api::~cgi_cgi_api [in-charge-deleting] ( )
[ symbol: _ZN6cppcms11cgi_cgi_apiD0Ev ]
cgi_cgi_api::~cgi_cgi_api [in-charge] ( )
[ symbol: _ZN6cppcms11cgi_cgi_apiD1Ev ]
cgi_cgi_session::get_connection ( )
[ symbol: _ZN6cppcms15cgi_cgi_session14get_connectionEv ]
cgi_cgi_session::prepare ( )
[ symbol: _ZN6cppcms15cgi_cgi_session7prepareEv ]
cgi_cgi_session::~cgi_cgi_session [in-charge-deleting] ( )
[ symbol: _ZN6cppcms15cgi_cgi_sessionD0Ev ]
cgi_cgi_session::~cgi_cgi_session [in-charge] ( )
[ symbol: _ZN6cppcms15cgi_cgi_sessionD1Ev ]
vtable for cgi_cgi_api [data]
[ symbol: _ZTVN6cppcms11cgi_cgi_apiE ]
vtable for cgi_cgi_session [data]
[ symbol: _ZTVN6cppcms15cgi_cgi_sessionE ]
cgi_api.h,
libcppcms.so.0.0.0
namespace cppcms
cgi_api::~cgi_api [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7cgi_apiD0Ev ]
cgi_api::~cgi_api [in-charge] ( )
[ symbol: _ZN6cppcms7cgi_apiD1Ev ]
cgi_session::~cgi_session [in-charge-deleting] ( )
[ symbol: _ZN6cppcms11cgi_sessionD0Ev ]
cgi_session::~cgi_session [in-charge] ( )
[ symbol: _ZN6cppcms11cgi_sessionD1Ev ]
vtable for cgi_api [data]
[ symbol: _ZTVN6cppcms7cgi_apiE ]
vtable for cgi_session [data]
[ symbol: _ZTVN6cppcms11cgi_sessionE ]
cgicc_connection.h,
libcppcms.so.0.0.0
namespace cppcms
cgicc_connection::~cgicc_connection [in-charge-deleting] ( )
[ symbol: _ZN6cppcms16cgicc_connectionD0Ev ]
cgicc_connection::~cgicc_connection [in-charge] ( )
[ symbol: _ZN6cppcms16cgicc_connectionD1Ev ]
cgicc_connection_cgi::cgi ( )
[ symbol: _ZN6cppcms20cgicc_connection_cgi3cgiEv ]
cgicc_connection_cgi::cout ( )
[ symbol: _ZN6cppcms20cgicc_connection_cgi4coutEv ]
cgicc_connection_cgi::env ( char const* var )
[ symbol: _ZN6cppcms20cgicc_connection_cgi3envEPKc ]
cgicc_connection_cgi::~cgicc_connection_cgi [in-charge-deleting] ( )
[ symbol: _ZN6cppcms20cgicc_connection_cgiD0Ev ]
cgicc_connection_cgi::~cgicc_connection_cgi [in-charge] ( )
[ symbol: _ZN6cppcms20cgicc_connection_cgiD1Ev ]
vtable for cgicc_connection [data]
[ symbol: _ZTVN6cppcms16cgicc_connectionE ]
vtable for cgicc_connection_cgi [data]
[ symbol: _ZTVN6cppcms20cgicc_connection_cgiE ]
encryptor.h,
libcppcms.so.0.0.0
namespace cppcms
encryptor::base64_dec ( std::string const& p1, std::vector<unsigned char>& data )
[ symbol: _ZN6cppcms9encryptor10base64_decERKSsRSt6vectorIhSaIhEE ]
encryptor::base64_enc ( std::vector<unsigned char>const& data )
[ symbol: _ZN6cppcms9encryptor10base64_encERKSt6vectorIhSaIhEE ]
encryptor::encryptor [in-charge] ( std::string key )
[ symbol: _ZN6cppcms9encryptorC1ESs ]
encryptor::encryptor [not-in-charge] ( std::string key )
[ symbol: _ZN6cppcms9encryptorC2ESs ]
encryptor::rand ( unsigned int p1 )
[ symbol: _ZN6cppcms9encryptor4randEj ]
encryptor::salt ( char* s )
[ symbol: _ZN6cppcms9encryptor4saltEPc ]
encryptor::~encryptor [in-charge-deleting] ( )
[ symbol: _ZN6cppcms9encryptorD0Ev ]
encryptor::~encryptor [in-charge] ( )
[ symbol: _ZN6cppcms9encryptorD1Ev ]
encryptor::~encryptor [not-in-charge] ( )
[ symbol: _ZN6cppcms9encryptorD2Ev ]
vtable for encryptor [data]
[ symbol: _ZTVN6cppcms9encryptorE ]
epoll_reactor.hpp,
libcppcms.so.0.0.0
namespace asio::detail
epoll_reactor<(bool)false>::shutdown_service ( )
[ symbol: _ZN4asio6detail13epoll_reactorILb0EE16shutdown_serviceEv ]
epoll_reactor<(bool)false>::~epoll_reactor [in-charge-deleting] ( )
[ symbol: _ZN4asio6detail13epoll_reactorILb0EED0Ev ]
epoll_reactor<(bool)false>::~epoll_reactor [in-charge] ( )
[ symbol: _ZN4asio6detail13epoll_reactorILb0EED1Ev ]
exception.hpp,
libcppcms.so.0.0.0
namespace boost
vtable for exception [data]
[ symbol: _ZTVN5boost9exceptionE ]
namespace boost::exception_detail
clone_base::~clone_base [in-charge-deleting] ( )
[ symbol: _ZN5boost16exception_detail10clone_baseD0Ev ]
clone_base::~clone_base [in-charge] ( )
[ symbol: _ZN5boost16exception_detail10clone_baseD1Ev ]
clone_impl<error_info_injector<asio::system_error> >::~clone_impl [in-charge-deleting] ( )
[ symbol: _ZN5boost16exception_detail10clone_implINS0_19error_info_injectorIN4asio12system_errorEEEED0Ev ]
clone_impl<error_info_injector<asio::system_error> >::~clone_impl [in-charge] ( )
[ symbol: _ZN5boost16exception_detail10clone_implINS0_19error_info_injectorIN4asio12system_errorEEEED1Ev ]
error_info_injector<asio::system_error>::~error_info_injector [in-charge-deleting] ( )
[ symbol: _ZN5boost16exception_detail19error_info_injectorIN4asio12system_errorEED0Ev ]
error_info_injector<asio::system_error>::~error_info_injector [in-charge] ( )
[ symbol: _ZN5boost16exception_detail19error_info_injectorIN4asio12system_errorEED1Ev ]
vtable for clone_base [data]
[ symbol: _ZTVN5boost16exception_detail10clone_baseE ]
fcgi.h,
libcppcms.so.0.0.0
namespace cppcms
cgicc_connection_fast_cgi::cgi ( )
[ symbol: _ZN6cppcms25cgicc_connection_fast_cgi3cgiEv ]
cgicc_connection_fast_cgi::cout ( )
[ symbol: _ZN6cppcms25cgicc_connection_fast_cgi4coutEv ]
cgicc_connection_fast_cgi::env ( char const* var )
[ symbol: _ZN6cppcms25cgicc_connection_fast_cgi3envEPKc ]
cgicc_connection_fast_cgi::~cgicc_connection_fast_cgi [in-charge-deleting] ( )
[ symbol: _ZN6cppcms25cgicc_connection_fast_cgiD0Ev ]
cgicc_connection_fast_cgi::~cgicc_connection_fast_cgi [in-charge] ( )
[ symbol: _ZN6cppcms25cgicc_connection_fast_cgiD1Ev ]
fcgi_api::accept_session ( )
[ symbol: _ZN6cppcms8fcgi_api14accept_sessionEv ]
fcgi_api::fcgi_api [in-charge] ( char const* socket, int backlog, long long limit )
[ symbol: _ZN6cppcms8fcgi_apiC1EPKcix ]
fcgi_api::fcgi_api [not-in-charge] ( char const* socket, int backlog, long long limit )
[ symbol: _ZN6cppcms8fcgi_apiC2EPKcix ]
fcgi_api::get_socket ( )
[ symbol: _ZN6cppcms8fcgi_api10get_socketEv ]
fcgi_api::~fcgi_api [in-charge-deleting] ( )
[ symbol: _ZN6cppcms8fcgi_apiD0Ev ]
fcgi_api::~fcgi_api [in-charge] ( )
[ symbol: _ZN6cppcms8fcgi_apiD1Ev ]
fcgi_api::~fcgi_api [not-in-charge] ( )
[ symbol: _ZN6cppcms8fcgi_apiD2Ev ]
fcgi_session::get_connection ( )
[ symbol: _ZN6cppcms12fcgi_session14get_connectionEv ]
fcgi_session::prepare ( )
[ symbol: _ZN6cppcms12fcgi_session7prepareEv ]
fcgi_session::~fcgi_session [in-charge-deleting] ( )
[ symbol: _ZN6cppcms12fcgi_sessionD0Ev ]
fcgi_session::~fcgi_session [in-charge] ( )
[ symbol: _ZN6cppcms12fcgi_sessionD1Ev ]
fcgi_stream::err ( )
[ symbol: _ZN6cppcms11fcgi_stream3errEv ]
fcgi_stream::fcgi_stream [in-charge] ( FCGX_Request& req )
[ symbol: _ZN6cppcms11fcgi_streamC1ER12FCGX_Request ]
fcgi_stream::fcgi_stream [not-in-charge] ( FCGX_Request& req )
[ symbol: _ZN6cppcms11fcgi_streamC2ER12FCGX_Request ]
fcgi_stream::getenv ( char const* variable )
[ symbol: _ZN6cppcms11fcgi_stream6getenvEPKc ]
fcgi_stream::read ( char* d, size_t len )
[ symbol: _ZN6cppcms11fcgi_stream4readEPcj ]
fcgi_stream::~fcgi_stream [in-charge-deleting] ( )
[ symbol: _ZN6cppcms11fcgi_streamD0Ev ]
fcgi_stream::~fcgi_stream [in-charge] ( )
[ symbol: _ZN6cppcms11fcgi_streamD1Ev ]
fcgi_stream::~fcgi_stream [not-in-charge] ( )
[ symbol: _ZN6cppcms11fcgi_streamD2Ev ]
vtable for cgicc_connection_fast_cgi [data]
[ symbol: _ZTVN6cppcms25cgicc_connection_fast_cgiE ]
vtable for fcgi_api [data]
[ symbol: _ZTVN6cppcms8fcgi_apiE ]
vtable for fcgi_session [data]
[ symbol: _ZTVN6cppcms12fcgi_sessionE ]
vtable for fcgi_stream [data]
[ symbol: _ZTVN6cppcms11fcgi_streamE ]
form.h,
libcppcms.so.0.0.0
namespace cppcms
form::append ( base_form* ptr )
[ symbol: _ZN6cppcms4form6appendEPNS_9base_formE ]
form::load ( cgicc::Cgicc const& cgi )
[ symbol: _ZN6cppcms4form4loadERKN5cgicc5CgiccE ]
form::render ( int how )
[ symbol: _ZN6cppcms4form6renderEi ]
widgetset::render ( int how )
[ symbol: _ZN6cppcms9widgetset6renderEi ]
widgetset::widgetset [in-charge] ( )
[ symbol: _ZN6cppcms9widgetsetC1Ev ]
widgetset::widgetset [not-in-charge] ( )
[ symbol: _ZN6cppcms9widgetsetC2Ev ]
widgetset::~widgetset [in-charge-deleting] ( )
[ symbol: _ZN6cppcms9widgetsetD0Ev ]
widgetset::~widgetset [in-charge] ( )
[ symbol: _ZN6cppcms9widgetsetD1Ev ]
widgetset::~widgetset [not-in-charge] ( )
[ symbol: _ZN6cppcms9widgetsetD2Ev ]
vtable for widgetset [data]
[ symbol: _ZTVN6cppcms9widgetsetE ]
namespace cppcms::widgets
base_widget::base_widget [in-charge] ( std::string name, std::string msg )
[ symbol: _ZN6cppcms7widgets11base_widgetC1ESsSs ]
base_widget::base_widget [not-in-charge] ( std::string name, std::string msg )
[ symbol: _ZN6cppcms7widgets11base_widgetC2ESsSs ]
base_widget::render ( int how )
[ symbol: _ZN6cppcms7widgets11base_widget6renderEi ]
base_widget::render_error ( )
[ symbol: _ZN6cppcms7widgets11base_widget12render_errorEv ]
checkbox::load ( cgicc::Cgicc const& cgi )
[ symbol: _ZN6cppcms7widgets8checkbox4loadERKN5cgicc5CgiccE ]
checkbox::render_input ( int how )
[ symbol: _ZN6cppcms7widgets8checkbox12render_inputEi ]
email::email [in-charge] ( std::string name, std::string msg )
[ symbol: _ZN6cppcms7widgets5emailC1ESsSs ]
email::email [not-in-charge] ( std::string name, std::string msg )
[ symbol: _ZN6cppcms7widgets5emailC2ESsSs ]
hidden::render ( int how )
[ symbol: _ZN6cppcms7widgets6hidden6renderEi ]
password::render_input ( int how )
[ symbol: _ZN6cppcms7widgets8password12render_inputEi ]
radio::render_input ( int how )
[ symbol: _ZN6cppcms7widgets5radio12render_inputEi ]
select::render_input ( int how )
[ symbol: _ZN6cppcms7widgets6select12render_inputEi ]
select_base::add ( int value, std::string option )
[ symbol: _ZN6cppcms7widgets11select_base3addEiSs ]
select_base::add ( std::string value, std::string option )
[ symbol: _ZN6cppcms7widgets11select_base3addESsSs ]
select_base::get ( )
[ symbol: _ZN6cppcms7widgets11select_base3getEv ]
select_base::geti ( )
[ symbol: _ZN6cppcms7widgets11select_base4getiEv ]
select_base::load ( cgicc::Cgicc const& cgi )
[ symbol: _ZN6cppcms7widgets11select_base4loadERKN5cgicc5CgiccE ]
select_base::set ( int value )
[ symbol: _ZN6cppcms7widgets11select_base3setEi ]
select_base::set ( std::string value )
[ symbol: _ZN6cppcms7widgets11select_base3setESs ]
select_multiple::add ( int val, std::string opt, bool selected )
[ symbol: _ZN6cppcms7widgets15select_multiple3addEiSsb ]
select_multiple::add ( std::string val, std::string opt, bool selected )
[ symbol: _ZN6cppcms7widgets15select_multiple3addESsSsb ]
select_multiple::geti ( )
[ symbol: _ZN6cppcms7widgets15select_multiple4getiEv ]
select_multiple::load ( cgicc::Cgicc const& cgi )
[ symbol: _ZN6cppcms7widgets15select_multiple4loadERKN5cgicc5CgiccE ]
select_multiple::render_input ( int how )
[ symbol: _ZN6cppcms7widgets15select_multiple12render_inputEi ]
submit::load ( cgicc::Cgicc const& cgi )
[ symbol: _ZN6cppcms7widgets6submit4loadERKN5cgicc5CgiccE ]
submit::render_input ( int p1 )
[ symbol: _ZN6cppcms7widgets6submit12render_inputEi ]
text::get ( )
[ symbol: _ZN6cppcms7widgets4text3getEv ]
text::load ( cgicc::Cgicc const& cgi )
[ symbol: _ZN6cppcms7widgets4text4loadERKN5cgicc5CgiccE ]
text::render_input ( int how )
[ symbol: _ZN6cppcms7widgets4text12render_inputEi ]
text::set ( std::string const& s )
[ symbol: _ZN6cppcms7widgets4text3setERKSs ]
text::str ( )
[ symbol: _ZN6cppcms7widgets4text3strEv ]
text::validate ( )
[ symbol: _ZN6cppcms7widgets4text8validateEv ]
textarea::render_input ( int how )
[ symbol: _ZN6cppcms7widgets8textarea12render_inputEi ]
function_base.hpp,
libcppcms.so.0.0.0
namespace boost
bad_function_call::~bad_function_call [in-charge-deleting] ( )
[ symbol: _ZN5boost17bad_function_callD0Ev ]
bad_function_call::~bad_function_call [in-charge] ( )
[ symbol: _ZN5boost17bad_function_callD1Ev ]
vtable for bad_function_call [data]
[ symbol: _ZTVN5boost17bad_function_callE ]
global_config.h,
libcppcms.so.0.0.0
namespace cppcms
cppcms_config::load ( char const* filename )
[ symbol: _ZN6cppcms13cppcms_config4loadEPKc ]
cppcms_config::load ( int argc, char** argv, char const* def )
[ symbol: _ZN6cppcms13cppcms_config4loadEiPPcPKc ]
hmac_encryptor.h,
libcppcms.so.0.0.0
namespace cppcms::hmac
cipher::cipher [in-charge] ( std::string key )
[ symbol: _ZN6cppcms4hmac6cipherC1ESs ]
cipher::cipher [not-in-charge] ( std::string key )
[ symbol: _ZN6cppcms4hmac6cipherC2ESs ]
cipher::decrypt ( std::string const& cipher, std::string& plain, time_t* timeout )
[ symbol: _ZN6cppcms4hmac6cipher7decryptERKSsRSsPl ]
cipher::encrypt ( std::string const& plain, time_t timeout )
[ symbol: _ZN6cppcms4hmac6cipher7encryptERKSsl ]
cipher::~cipher [in-charge-deleting] ( )
[ symbol: _ZN6cppcms4hmac6cipherD0Ev ]
cipher::~cipher [in-charge] ( )
[ symbol: _ZN6cppcms4hmac6cipherD1Ev ]
vtable for cipher [data]
[ symbol: _ZTVN6cppcms4hmac6cipherE ]
io_service.hpp,
libcppcms.so.0.0.0
namespace asio
vtable for io_service::service [data]
[ symbol: _ZTVN4asio10io_service7serviceE ]
io_service.ipp,
libcppcms.so.0.0.0
namespace asio
io_service::service::~service [in-charge-deleting] ( )
[ symbol: _ZN4asio10io_service7serviceD0Ev ]
io_service::service::~service [in-charge] ( )
[ symbol: _ZN4asio10io_service7serviceD1Ev ]
lexical_cast.hpp,
libcppcms.so.0.0.0
namespace boost
bad_lexical_cast::what ( ) const
[ symbol: _ZNK5boost16bad_lexical_cast4whatEv ]
bad_lexical_cast::~bad_lexical_cast [in-charge-deleting] ( )
[ symbol: _ZN5boost16bad_lexical_castD0Ev ]
bad_lexical_cast::~bad_lexical_cast [in-charge] ( )
[ symbol: _ZN5boost16bad_lexical_castD1Ev ]
vtable for bad_lexical_cast [data]
[ symbol: _ZTVN5boost16bad_lexical_castE ]
manager.h,
libcppcms.so.0.0.0
namespace cppcms
manager::execute ( )
[ symbol: _ZN6cppcms7manager7executeEv ]
manager::manager [in-charge] ( char const* file )
[ symbol: _ZN6cppcms7managerC1EPKc ]
manager::manager [in-charge] ( int argc, char** argv )
[ symbol: _ZN6cppcms7managerC1EiPPc ]
manager::manager [in-charge] ( int argc, char** argv, char const* file )
[ symbol: _ZN6cppcms7managerC1EiPPcPKc ]
manager::manager [not-in-charge] ( char const* file )
[ symbol: _ZN6cppcms7managerC2EPKc ]
manager::manager [not-in-charge] ( int argc, char** argv )
[ symbol: _ZN6cppcms7managerC2EiPPc ]
manager::manager [not-in-charge] ( int argc, char** argv, char const* file )
[ symbol: _ZN6cppcms7managerC2EiPPcPKc ]
manager::set_api ( cgi_api* a )
[ symbol: _ZN6cppcms7manager7set_apiEPNS_7cgi_apiE ]
manager::set_cache ( cache_factory* c )
[ symbol: _ZN6cppcms7manager9set_cacheEPNS_13cache_factoryE ]
manager::set_gettext ( transtext::trans_factory* p1 )
[ symbol: _ZN6cppcms7manager11set_gettextEPNS_9transtext13trans_factoryE ]
manager::set_mod ( web_application* m )
[ symbol: _ZN6cppcms7manager7set_modEPNS_15web_applicationE ]
manager::set_sessions ( session_backend_factory p1 )
[ symbol: _ZN6cppcms7manager12set_sessionsEN5boost8functionIFNS1_10shared_ptrINS_11session_apiEEERNS_13worker_threadEEEE ]
manager::set_worker ( base_factory* w )
[ symbol: _ZN6cppcms7manager10set_workerEPNS_12base_factoryE ]
manager::~manager [in-charge] ( )
[ symbol: _ZN6cppcms7managerD1Ev ]
manager::~manager [not-in-charge] ( )
[ symbol: _ZN6cppcms7managerD2Ev ]
web_application::~web_application [in-charge-deleting] ( )
[ symbol: _ZN6cppcms15web_applicationD0Ev ]
web_application::~web_application [in-charge] ( )
[ symbol: _ZN6cppcms15web_applicationD1Ev ]
vtable for web_application [data]
[ symbol: _ZTVN6cppcms15web_applicationE ]
namespace cppcms::details
fast_cgi_application::execute ( )
[ symbol: _ZN6cppcms7details20fast_cgi_application7executeEv ]
fast_cgi_application::handler ( int id ) [static]
[ symbol: _ZN6cppcms7details20fast_cgi_application7handlerEi ]
fast_cgi_application::run ( )
[ symbol: _ZN6cppcms7details20fast_cgi_application3runEv ]
fast_cgi_application::set_signal_handlers ( )
[ symbol: _ZN6cppcms7details20fast_cgi_application19set_signal_handlersEv ]
fast_cgi_application::shutdown ( )
[ symbol: _ZN6cppcms7details20fast_cgi_application8shutdownEv ]
fast_cgi_application::wait ( )
[ symbol: _ZN6cppcms7details20fast_cgi_application4waitEv ]
fast_cgi_application::~fast_cgi_application [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7details20fast_cgi_applicationD0Ev ]
fast_cgi_application::~fast_cgi_application [in-charge] ( )
[ symbol: _ZN6cppcms7details20fast_cgi_applicationD1Ev ]
fast_cgi_multiple_threaded_app::fast_cgi_multiple_threaded_app [in-charge] ( cppcms::manager& m )
[ symbol: _ZN6cppcms7details30fast_cgi_multiple_threaded_appC1ERNS_7managerE ]
fast_cgi_multiple_threaded_app::fast_cgi_multiple_threaded_app [not-in-charge] ( cppcms::manager& m )
[ symbol: _ZN6cppcms7details30fast_cgi_multiple_threaded_appC2ERNS_7managerE ]
fast_cgi_multiple_threaded_app::run ( )
[ symbol: _ZN6cppcms7details30fast_cgi_multiple_threaded_app3runEv ]
fast_cgi_multiple_threaded_app::~fast_cgi_multiple_threaded_app [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7details30fast_cgi_multiple_threaded_appD0Ev ]
fast_cgi_multiple_threaded_app::~fast_cgi_multiple_threaded_app [in-charge] ( )
[ symbol: _ZN6cppcms7details30fast_cgi_multiple_threaded_appD1Ev ]
fast_cgi_single_threaded_app::fast_cgi_single_threaded_app [in-charge] ( cppcms::manager& m )
[ symbol: _ZN6cppcms7details28fast_cgi_single_threaded_appC1ERNS_7managerE ]
fast_cgi_single_threaded_app::fast_cgi_single_threaded_app [not-in-charge] ( cppcms::manager& m )
[ symbol: _ZN6cppcms7details28fast_cgi_single_threaded_appC2ERNS_7managerE ]
fast_cgi_single_threaded_app::run ( )
[ symbol: _ZN6cppcms7details28fast_cgi_single_threaded_app3runEv ]
fast_cgi_single_threaded_app::~fast_cgi_single_threaded_app [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7details28fast_cgi_single_threaded_appD0Ev ]
fast_cgi_single_threaded_app::~fast_cgi_single_threaded_app [in-charge] ( )
[ symbol: _ZN6cppcms7details28fast_cgi_single_threaded_appD1Ev ]
prefork::execute ( )
[ symbol: _ZN6cppcms7details7prefork7executeEv ]
prefork::prefork [in-charge] ( cppcms::manager& m )
[ symbol: _ZN6cppcms7details7preforkC1ERNS_7managerE ]
prefork::prefork [not-in-charge] ( cppcms::manager& m )
[ symbol: _ZN6cppcms7details7preforkC2ERNS_7managerE ]
prefork::~prefork [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7details7preforkD0Ev ]
prefork::~prefork [in-charge] ( )
[ symbol: _ZN6cppcms7details7preforkD1Ev ]
sefe_queue<cppcms::cgi_session*>::get_int ( )
[ symbol: _ZN6cppcms7details10sefe_queueIPNS_11cgi_sessionEE7get_intEv ]
sefe_queue<cppcms::cgi_session*>::put_int ( cppcms::cgi_session*& val )
[ symbol: _ZN6cppcms7details10sefe_queueIPNS_11cgi_sessionEE7put_intERS3_ ]
sefe_queue<cppcms::cgi_session*>::~sefe_queue [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7details10sefe_queueIPNS_11cgi_sessionEED0Ev ]
sefe_queue<cppcms::cgi_session*>::~sefe_queue [in-charge] ( )
[ symbol: _ZN6cppcms7details10sefe_queueIPNS_11cgi_sessionEED1Ev ]
sefe_set<cppcms::cgi_session*>::push ( cppcms::cgi_session* val )
[ symbol: _ZN6cppcms7details8sefe_setIPNS_11cgi_sessionEE4pushES3_ ]
sefe_set<cppcms::cgi_session*>::~sefe_set [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7details8sefe_setIPNS_11cgi_sessionEED0Ev ]
sefe_set<cppcms::cgi_session*>::~sefe_set [in-charge] ( )
[ symbol: _ZN6cppcms7details8sefe_setIPNS_11cgi_sessionEED1Ev ]
vtable for fast_cgi_application [data]
[ symbol: _ZTVN6cppcms7details20fast_cgi_applicationE ]
vtable for fast_cgi_multiple_threaded_app [data]
[ symbol: _ZTVN6cppcms7details30fast_cgi_multiple_threaded_appE ]
vtable for fast_cgi_single_threaded_app [data]
[ symbol: _ZTVN6cppcms7details28fast_cgi_single_threaded_appE ]
vtable for prefork [data]
[ symbol: _ZTVN6cppcms7details7preforkE ]
md5.h,
libcppcms.so.0.0.0
md5_append ( md5_state_t* pms, md5_byte_t const* data, int nbytes )
md5_finish ( md5_state_t* pms, md5_byte_t* digest )
md5_init ( md5_state_t* pms )
process_cache.h,
libcppcms.so.0.0.0
namespace cppcms
process_cache::clear ( )
[ symbol: _ZN6cppcms13process_cache5clearEv ]
process_cache::fetch ( std::string const& key, archive& a, std::set<std::string>& tags )
[ symbol: _ZN6cppcms13process_cache5fetchERKSsRNS_7archiveERSt3setISsSt4lessISsESaISsEE ]
process_cache::fetch_page ( std::string const& key, std::string& output, bool gzip )
[ symbol: _ZN6cppcms13process_cache10fetch_pageERKSsRSsb ]
process_cache::operator delete ( void* p ) [static]
[ symbol: _ZN6cppcms13process_cachedlEPv ]
process_cache::operator new ( size_t n ) [static]
[ symbol: _ZN6cppcms13process_cachenwEj ]
process_cache::process_cache [in-charge] ( size_t memsize )
[ symbol: _ZN6cppcms13process_cacheC1Ej ]
process_cache::process_cache [not-in-charge] ( size_t memsize )
[ symbol: _ZN6cppcms13process_cacheC2Ej ]
process_cache::rise ( std::string const& trigger )
[ symbol: _ZN6cppcms13process_cache4riseERKSs ]
process_cache::stats ( unsigned int& keys, unsigned int& triggers )
[ symbol: _ZN6cppcms13process_cache5statsERjS1_ ]
process_cache::store ( std::string const& key, std::set<std::string>const& triggers, time_t timeout, archive const& a )
[ symbol: _ZN6cppcms13process_cache5storeERKSsRKSt3setISsSt4lessISsESaISsEElRKNS_7archiveE ]
process_cache::~process_cache [in-charge-deleting] ( )
[ symbol: _ZN6cppcms13process_cacheD0Ev ]
process_cache::~process_cache [in-charge] ( )
[ symbol: _ZN6cppcms13process_cacheD1Ev ]
process_cache::~process_cache [not-in-charge] ( )
[ symbol: _ZN6cppcms13process_cacheD2Ev ]
process_cache_factory::del ( base_cache* p ) const
[ symbol: _ZNK6cppcms21process_cache_factory3delEPNS_10base_cacheE ]
process_cache_factory::get ( ) const
[ symbol: _ZNK6cppcms21process_cache_factory3getEv ]
process_cache_factory::mem [data]
[ symbol: _ZN6cppcms21process_cache_factory3memE ]
process_cache_factory::process_cache_factory [in-charge] ( size_t memsize, char const* file )
[ symbol: _ZN6cppcms21process_cache_factoryC1EjPKc ]
process_cache_factory::process_cache_factory [not-in-charge] ( size_t memsize, char const* file )
[ symbol: _ZN6cppcms21process_cache_factoryC2EjPKc ]
process_cache_factory::~process_cache_factory [in-charge-deleting] ( )
[ symbol: _ZN6cppcms21process_cache_factoryD0Ev ]
process_cache_factory::~process_cache_factory [in-charge] ( )
[ symbol: _ZN6cppcms21process_cache_factoryD1Ev ]
process_cache_factory::~process_cache_factory [not-in-charge] ( )
[ symbol: _ZN6cppcms21process_cache_factoryD2Ev ]
vtable for process_cache [data]
[ symbol: _ZTVN6cppcms13process_cacheE ]
vtable for process_cache_factory [data]
[ symbol: _ZTVN6cppcms21process_cache_factoryE ]
reactive_socket_service.hpp,
libcppcms.so.0.0.0
namespace asio::detail
reactive_socket_service<asio::ip::tcp,epoll_reactor<(bool)false> >::shutdown_service ( )
[ symbol: _ZN4asio6detail23reactive_socket_serviceINS_2ip3tcpENS0_13epoll_reactorILb0EEEE16shutdown_serviceEv ]
reactive_socket_service<asio::ip::tcp,epoll_reactor<(bool)false> >::~reactive_socket_service [in-charge-deleting] ( )
[ symbol: _ZN4asio6detail23reactive_socket_serviceINS_2ip3tcpENS0_13epoll_reactorILb0EEEED0Ev ]
reactive_socket_service<asio::ip::tcp,epoll_reactor<(bool)false> >::~reactive_socket_service [in-charge] ( )
[ symbol: _ZN4asio6detail23reactive_socket_serviceINS_2ip3tcpENS0_13epoll_reactorILb0EEEED1Ev ]
scgi.h,
libcppcms.so.0.0.0
namespace cppcms
scgi_api::accept_session ( )
[ symbol: _ZN6cppcms8scgi_api14accept_sessionEv ]
scgi_api::get_socket ( )
[ symbol: _ZN6cppcms8scgi_api10get_socketEv ]
scgi_api::scgi_api [in-charge] ( std::string socket, int backlog, long long limit )
[ symbol: _ZN6cppcms8scgi_apiC1ESsix ]
scgi_api::scgi_api [not-in-charge] ( std::string socket, int backlog, long long limit )
[ symbol: _ZN6cppcms8scgi_apiC2ESsix ]
scgi_api::~scgi_api [in-charge-deleting] ( )
[ symbol: _ZN6cppcms8scgi_apiD0Ev ]
scgi_api::~scgi_api [in-charge] ( )
[ symbol: _ZN6cppcms8scgi_apiD1Ev ]
scgi_api::~scgi_api [not-in-charge] ( )
[ symbol: _ZN6cppcms8scgi_apiD2Ev ]
scgi_session::cgi ( )
[ symbol: _ZN6cppcms12scgi_session3cgiEv ]
scgi_session::cout ( )
[ symbol: _ZN6cppcms12scgi_session4coutEv ]
scgi_session::env ( char const* variable )
[ symbol: _ZN6cppcms12scgi_session3envEPKc ]
scgi_session::get_connection ( )
[ symbol: _ZN6cppcms12scgi_session14get_connectionEv ]
scgi_session::getenv ( char const* var )
[ symbol: _ZN6cppcms12scgi_session6getenvEPKc ]
scgi_session::prepare ( )
[ symbol: _ZN6cppcms12scgi_session7prepareEv ]
scgi_session::read ( char* data, size_t length )
[ symbol: _ZN6cppcms12scgi_session4readEPcj ]
scgi_session::~scgi_session [in-charge-deleting] ( )
[ symbol: _ZN6cppcms12scgi_sessionD0Ev ]
scgi_session::~scgi_session [in-charge] ( )
[ symbol: _ZN6cppcms12scgi_sessionD1Ev ]
scgi_session::~scgi_session [not-in-charge] ( )
[ symbol: _ZN6cppcms12scgi_sessionD2Ev ]
vtable for scgi_api [data]
[ symbol: _ZTVN6cppcms8scgi_apiE ]
vtable for scgi_session [data]
[ symbol: _ZTVN6cppcms12scgi_sessionE ]
namespace cppcms::scgi
scgi_outbuffer::overflow ( int c )
[ symbol: _ZN6cppcms4scgi14scgi_outbuffer8overflowEi ]
scgi_outbuffer::xsputn ( char const* s, std::streamsize n )
[ symbol: _ZN6cppcms4scgi14scgi_outbuffer6xsputnEPKci ]
scgi_outbuffer::~scgi_outbuffer [in-charge-deleting] ( )
[ symbol: _ZN6cppcms4scgi14scgi_outbufferD0Ev ]
scgi_outbuffer::~scgi_outbuffer [in-charge] ( )
[ symbol: _ZN6cppcms4scgi14scgi_outbufferD1Ev ]
scgi_outbuffer::~scgi_outbuffer [not-in-charge] ( )
[ symbol: _ZN6cppcms4scgi14scgi_outbufferD2Ev ]
vtable for scgi_outbuffer [data]
[ symbol: _ZTVN6cppcms4scgi14scgi_outbufferE ]
service_base.hpp,
libcppcms.so.0.0.0
namespace asio::detail
service_base<epoll_reactor<(bool)false> >::~service_base [in-charge-deleting] ( )
[ symbol: _ZN4asio6detail12service_baseINS0_13epoll_reactorILb0EEEED0Ev ]
service_base<epoll_reactor<(bool)false> >::~service_base [in-charge] ( )
[ symbol: _ZN4asio6detail12service_baseINS0_13epoll_reactorILb0EEEED1Ev ]
service_base<reactive_socket_service<asio::ip::tcp,epoll_reactor<(bool)false> > >::~service_base [in-charge-deleting] ( )
[ symbol: _ZN4asio6detail12service_baseINS0_23reactive_socket_serviceINS_2ip3tcpENS0_13epoll_reactorILb0EEEEEED0Ev ]
service_base<reactive_socket_service<asio::ip::tcp,epoll_reactor<(bool)false> > >::~service_base [in-charge] ( )
[ symbol: _ZN4asio6detail12service_baseINS0_23reactive_socket_serviceINS_2ip3tcpENS0_13epoll_reactorILb0EEEEEED1Ev ]
service_base<asio::io_service::impl_type>::~service_base [in-charge-deleting] ( )
[ symbol: _ZN4asio6detail12service_baseINS0_15task_io_serviceINS0_13epoll_reactorILb0EEEEEED0Ev ]
service_base<asio::io_service::impl_type>::~service_base [in-charge] ( )
[ symbol: _ZN4asio6detail12service_baseINS0_15task_io_serviceINS0_13epoll_reactorILb0EEEEEED1Ev ]
service_base<asio::stream_socket_service<asio::ip::tcp> >::~service_base [in-charge-deleting] ( )
[ symbol: _ZN4asio6detail12service_baseINS_21stream_socket_serviceINS_2ip3tcpEEEED0Ev ]
service_base<asio::stream_socket_service<asio::ip::tcp> >::~service_base [in-charge] ( )
[ symbol: _ZN4asio6detail12service_baseINS_21stream_socket_serviceINS_2ip3tcpEEEED1Ev ]
session_cookies.h,
libcppcms.so.0.0.0
namespace cppcms
session_cookies::clear ( session_interface* p1 )
[ symbol: _ZN6cppcms15session_cookies5clearEPNS_17session_interfaceE ]
session_cookies::factory ( ) [static]
[ symbol: _ZN6cppcms15session_cookies7factoryEv ]
session_cookies::load ( session_interface* p1, std::string& data, time_t& timeout )
[ symbol: _ZN6cppcms15session_cookies4loadEPNS_17session_interfaceERSsRl ]
session_cookies::save ( session_interface* p1, std::string const& data, time_t timeout, bool p4 )
[ symbol: _ZN6cppcms15session_cookies4saveEPNS_17session_interfaceERKSslb ]
session_cookies::session_cookies [in-charge] ( worker_thread& w )
[ symbol: _ZN6cppcms15session_cookiesC1ERNS_13worker_threadE ]
session_cookies::session_cookies [in-charge] ( worker_thread& w, std::auto_ptr<encryptor> p2 )
[ symbol: _ZN6cppcms15session_cookiesC1ERNS_13worker_threadESt8auto_ptrINS_9encryptorEE ]
session_cookies::session_cookies [not-in-charge] ( worker_thread& w )
[ symbol: _ZN6cppcms15session_cookiesC2ERNS_13worker_threadE ]
session_cookies::session_cookies [not-in-charge] ( worker_thread& w, std::auto_ptr<encryptor> p2 )
[ symbol: _ZN6cppcms15session_cookiesC2ERNS_13worker_threadESt8auto_ptrINS_9encryptorEE ]
session_cookies::~session_cookies [in-charge-deleting] ( )
[ symbol: _ZN6cppcms15session_cookiesD0Ev ]
session_cookies::~session_cookies [in-charge] ( )
[ symbol: _ZN6cppcms15session_cookiesD1Ev ]
vtable for session_cookies [data]
[ symbol: _ZTVN6cppcms15session_cookiesE ]
session_dual.h,
libcppcms.so.0.0.0
namespace cppcms
session_dual::clear ( session_interface* p1 )
[ symbol: _ZN6cppcms12session_dual5clearEPNS_17session_interfaceE ]
session_dual::factory ( session_backend_factory c, session_backend_factory s, size_t l ) [static]
[ symbol: _ZN6cppcms12session_dual7factoryEN5boost8functionIFNS1_10shared_ptrINS_11session_apiEEERNS_13worker_threadEEEES9_j ]
session_dual::load ( session_interface* p1, std::string& data, time_t& timeout )
[ symbol: _ZN6cppcms12session_dual4loadEPNS_17session_interfaceERSsRl ]
session_dual::save ( session_interface* p1, std::string const& data, time_t timeout, bool new_session )
[ symbol: _ZN6cppcms12session_dual4saveEPNS_17session_interfaceERKSslb ]
session_dual::~session_dual [in-charge-deleting] ( )
[ symbol: _ZN6cppcms12session_dualD0Ev ]
session_dual::~session_dual [in-charge] ( )
[ symbol: _ZN6cppcms12session_dualD1Ev ]
vtable for session_dual [data]
[ symbol: _ZTVN6cppcms12session_dualE ]
session_file_storage.h,
libcppcms.so.0.0.0
namespace cppcms
session_file_storage::factory ( cppcms_config const& p1 ) [static]
[ symbol: _ZN6cppcms20session_file_storage7factoryERKNS_13cppcms_configE ]
session_file_storage::gc ( boost::shared_ptr<storage::io> p1 ) [static]
[ symbol: _ZN6cppcms20session_file_storage2gcEN5boost10shared_ptrINS_7storage2ioEEE ]
session_file_storage::load ( std::string const& sid, time_t* timeout, std::string& out )
[ symbol: _ZN6cppcms20session_file_storage4loadERKSsPlRSs ]
session_file_storage::remove ( std::string const& sid )
[ symbol: _ZN6cppcms20session_file_storage6removeERKSs ]
session_file_storage::save ( std::string const& sid, time_t timeout, std::string const& in )
[ symbol: _ZN6cppcms20session_file_storage4saveERKSslS2_ ]
session_file_storage::~session_file_storage [in-charge-deleting] ( )
[ symbol: _ZN6cppcms20session_file_storageD0Ev ]
session_file_storage::~session_file_storage [in-charge] ( )
[ symbol: _ZN6cppcms20session_file_storageD1Ev ]
vtable for session_file_storage [data]
[ symbol: _ZTVN6cppcms20session_file_storageE ]
namespace cppcms::storage
io::close ( int fid ) const
[ symbol: _ZNK6cppcms7storage2io5closeEi ]
io::lock_id ( std::string const& sid ) const
[ symbol: _ZNK6cppcms7storage2io7lock_idERKSs ]
io::mkname ( std::string const& sid ) const
[ symbol: _ZNK6cppcms7storage2io6mknameERKSs ]
io::read ( std::string const& sid, time_t& timestamp, std::vector<unsigned char>* out ) const
[ symbol: _ZNK6cppcms7storage2io4readERKSsRlPSt6vectorIhSaIhEE ]
io::unlink ( std::string const& sid ) const
[ symbol: _ZNK6cppcms7storage2io6unlinkERKSs ]
io::write ( std::string const& sid, time_t timestamp, void const* buf, size_t len ) const
[ symbol: _ZNK6cppcms7storage2io5writeERKSslPKvj ]
io::~io [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7storage2ioD0Ev ]
io::~io [in-charge] ( )
[ symbol: _ZN6cppcms7storage2ioD1Ev ]
local_io::local_io [in-charge] ( std::string dir, pthread_rwlock_t* l )
[ symbol: _ZN6cppcms7storage8local_ioC1ESsP16pthread_rwlock_t ]
local_io::local_io [not-in-charge] ( std::string dir, pthread_rwlock_t* l )
[ symbol: _ZN6cppcms7storage8local_ioC2ESsP16pthread_rwlock_t ]
local_io::rdlock ( std::string const& sid ) const
[ symbol: _ZNK6cppcms7storage8local_io6rdlockERKSs ]
local_io::unlock ( std::string const& sid ) const
[ symbol: _ZNK6cppcms7storage8local_io6unlockERKSs ]
local_io::wrlock ( std::string const& sid ) const
[ symbol: _ZNK6cppcms7storage8local_io6wrlockERKSs ]
local_io::~local_io [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7storage8local_ioD0Ev ]
local_io::~local_io [in-charge] ( )
[ symbol: _ZN6cppcms7storage8local_ioD1Ev ]
nfs_io::close ( int fid ) const
[ symbol: _ZNK6cppcms7storage6nfs_io5closeEi ]
nfs_io::nfs_io [in-charge] ( std::string dir )
[ symbol: _ZN6cppcms7storage6nfs_ioC1ESs ]
nfs_io::nfs_io [not-in-charge] ( std::string dir )
[ symbol: _ZN6cppcms7storage6nfs_ioC2ESs ]
nfs_io::rdlock ( std::string const& sid ) const
[ symbol: _ZNK6cppcms7storage6nfs_io6rdlockERKSs ]
nfs_io::unlock ( std::string const& sid ) const
[ symbol: _ZNK6cppcms7storage6nfs_io6unlockERKSs ]
nfs_io::wrlock ( std::string const& sid ) const
[ symbol: _ZNK6cppcms7storage6nfs_io6wrlockERKSs ]
nfs_io::~nfs_io [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7storage6nfs_ioD0Ev ]
nfs_io::~nfs_io [in-charge] ( )
[ symbol: _ZN6cppcms7storage6nfs_ioD1Ev ]
nfs_io::~nfs_io [not-in-charge] ( )
[ symbol: _ZN6cppcms7storage6nfs_ioD2Ev ]
shmem_io::shmem_io [in-charge] ( std::string dir )
[ symbol: _ZN6cppcms7storage8shmem_ioC1ESs ]
shmem_io::shmem_io [not-in-charge] ( std::string dir )
[ symbol: _ZN6cppcms7storage8shmem_ioC2ESs ]
shmem_io::~shmem_io [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7storage8shmem_ioD0Ev ]
shmem_io::~shmem_io [in-charge] ( )
[ symbol: _ZN6cppcms7storage8shmem_ioD1Ev ]
shmem_io::~shmem_io [not-in-charge] ( )
[ symbol: _ZN6cppcms7storage8shmem_ioD2Ev ]
thread_io::thread_io [in-charge] ( std::string dir )
[ symbol: _ZN6cppcms7storage9thread_ioC1ESs ]
thread_io::thread_io [not-in-charge] ( std::string dir )
[ symbol: _ZN6cppcms7storage9thread_ioC2ESs ]
thread_io::~thread_io [in-charge-deleting] ( )
[ symbol: _ZN6cppcms7storage9thread_ioD0Ev ]
thread_io::~thread_io [in-charge] ( )
[ symbol: _ZN6cppcms7storage9thread_ioD1Ev ]
thread_io::~thread_io [not-in-charge] ( )
[ symbol: _ZN6cppcms7storage9thread_ioD2Ev ]
vtable for io [data]
[ symbol: _ZTVN6cppcms7storage2ioE ]
vtable for local_io [data]
[ symbol: _ZTVN6cppcms7storage8local_ioE ]
vtable for nfs_io [data]
[ symbol: _ZTVN6cppcms7storage6nfs_ioE ]
vtable for shmem_io [data]
[ symbol: _ZTVN6cppcms7storage8shmem_ioE ]
vtable for thread_io [data]
[ symbol: _ZTVN6cppcms7storage9thread_ioE ]
session_interface.h,
libcppcms.so.0.0.0
namespace cppcms
session_interface::del ( std::string const& key )
[ symbol: _ZN6cppcms17session_interface3delERKSs ]
session_interface::get ( std::string const& key, serializable& p2 )
[ symbol: _ZN6cppcms17session_interface3getERKSsRNS_12serializableE ]
session_interface::get_worker ( )
[ symbol: _ZN6cppcms17session_interface10get_workerEv ]
session_interface::on_end ( )
[ symbol: _ZN6cppcms17session_interface6on_endEv ]
session_interface::on_start ( )
[ symbol: _ZN6cppcms17session_interface8on_startEv ]
session_interface::session_interface [in-charge] ( worker_thread& w )
[ symbol: _ZN6cppcms17session_interfaceC1ERNS_13worker_threadE ]
session_interface::session_interface [not-in-charge] ( worker_thread& w )
[ symbol: _ZN6cppcms17session_interfaceC2ERNS_13worker_threadE ]
session_interface::set ( std::string const& key, serializable const& p2 )
[ symbol: _ZN6cppcms17session_interface3setERKSsRKNS_12serializableE ]
session_interface::set_age ( )
[ symbol: _ZN6cppcms17session_interface7set_ageEv ]
session_interface::set_age ( int t )
[ symbol: _ZN6cppcms17session_interface7set_ageEi ]
session_interface::set_api ( boost::shared_ptr<session_api> p1 )
[ symbol: _ZN6cppcms17session_interface7set_apiEN5boost10shared_ptrINS_11session_apiEEE ]
session_interface::set_expiration ( )
[ symbol: _ZN6cppcms17session_interface14set_expirationEv ]
session_interface::set_expiration ( int h )
[ symbol: _ZN6cppcms17session_interface14set_expirationEi ]
session_sid.h,
libcppcms.so.0.0.0
namespace cppcms
session_sid::clear ( session_interface* p1 )
[ symbol: _ZN6cppcms11session_sid5clearEPNS_17session_interfaceE ]
session_sid::load ( session_interface* p1, std::string& data, time_t& timeout )
[ symbol: _ZN6cppcms11session_sid4loadEPNS_17session_interfaceERSsRl ]
session_sid::save ( session_interface* p1, std::string const& data, time_t timeout, bool p4 )
[ symbol: _ZN6cppcms11session_sid4saveEPNS_17session_interfaceERKSslb ]
session_sid::valid_sid ( std::string const& str )
[ symbol: _ZN6cppcms11session_sid9valid_sidERKSs ]
session_sid::~session_sid [in-charge-deleting] ( )
[ symbol: _ZN6cppcms11session_sidD0Ev ]
session_sid::~session_sid [in-charge] ( )
[ symbol: _ZN6cppcms11session_sidD1Ev ]
vtable for session_sid [data]
[ symbol: _ZTVN6cppcms11session_sidE ]
namespace cppcms::details
sid_generator::operator() ( )
[ symbol: _ZN6cppcms7details13sid_generatorclEv ]
sid_generator::sid_generator [in-charge] ( )
[ symbol: _ZN6cppcms7details13sid_generatorC1Ev ]
sid_generator::sid_generator [not-in-charge] ( )
[ symbol: _ZN6cppcms7details13sid_generatorC2Ev ]
session_sqlite_storage.h,
libcppcms.so.0.0.0
namespace cppcms
session_sqlite_storage::factory ( cppcms_config const& p1 ) [static]
[ symbol: _ZN6cppcms22session_sqlite_storage7factoryERKNS_13cppcms_configE ]
session_sqlite_storage::load ( std::string const& sid, time_t* timeout, std::string& out )
[ symbol: _ZN6cppcms22session_sqlite_storage4loadERKSsPlRSs ]
session_sqlite_storage::remove ( std::string const& sid )
[ symbol: _ZN6cppcms22session_sqlite_storage6removeERKSs ]
session_sqlite_storage::save ( std::string const& sid, time_t timeout, std::string const& in )
[ symbol: _ZN6cppcms22session_sqlite_storage4saveERKSslS2_ ]
session_sqlite_storage::session_sqlite_storage [in-charge] ( boost::shared_ptr<storage::sqlite_N> p1 )
[ symbol: _ZN6cppcms22session_sqlite_storageC1EN5boost10shared_ptrINS_7storage8sqlite_NEEE ]
session_sqlite_storage::session_sqlite_storage [not-in-charge] ( boost::shared_ptr<storage::sqlite_N> p1 )
[ symbol: _ZN6cppcms22session_sqlite_storageC2EN5boost10shared_ptrINS_7storage8sqlite_NEEE ]
session_sqlite_storage::~session_sqlite_storage [in-charge-deleting] ( )
[ symbol: _ZN6cppcms22session_sqlite_storageD0Ev ]
session_sqlite_storage::~session_sqlite_storage [in-charge] ( )
[ symbol: _ZN6cppcms22session_sqlite_storageD1Ev ]
vtable for session_sqlite_storage [data]
[ symbol: _ZTVN6cppcms22session_sqlite_storageE ]
namespace cppcms::storage
sqlite_N::load ( std::string const& sid, time_t* timeout, std::string& out )
[ symbol: _ZN6cppcms7storage8sqlite_N4loadERKSsPlRSs ]
sqlite_N::remove ( std::string const& sid )
[ symbol: _ZN6cppcms7storage8sqlite_N6removeERKSs ]
sqlite_N::save ( std::string const& sid, time_t timeout, std::string const& data )
[ symbol: _ZN6cppcms7storage8sqlite_N4saveERKSslS3_ ]
sqlite_N::sqlite_N [in-charge] ( std::string db, int n, bool sync, int def_commits, int def_timeout )
[ symbol: _ZN6cppcms7storage8sqlite_NC1ESsibii ]
sqlite_N::sqlite_N [not-in-charge] ( std::string db, int n, bool sync, int def_commits, int def_timeout )
[ symbol: _ZN6cppcms7storage8sqlite_NC2ESsibii ]
session_storage.h,
libcppcms.so.0.0.0
namespace cppcms
empty_session_server_storage::load ( std::string const& sid, time_t* timeout, std::string& out )
[ symbol: _ZN6cppcms28empty_session_server_storage4loadERKSsPlRSs ]
empty_session_server_storage::remove ( std::string const& sid )
[ symbol: _ZN6cppcms28empty_session_server_storage6removeERKSs ]
empty_session_server_storage::save ( std::string const& sid, time_t timeout, std::string const& in )
[ symbol: _ZN6cppcms28empty_session_server_storage4saveERKSslS2_ ]
empty_session_server_storage::~empty_session_server_storage [in-charge-deleting] ( )
[ symbol: _ZN6cppcms28empty_session_server_storageD0Ev ]
empty_session_server_storage::~empty_session_server_storage [in-charge] ( )
[ symbol: _ZN6cppcms28empty_session_server_storageD1Ev ]
session_server_storage::~session_server_storage [in-charge-deleting] ( )
[ symbol: _ZN6cppcms22session_server_storageD0Ev ]
session_server_storage::~session_server_storage [in-charge] ( )
[ symbol: _ZN6cppcms22session_server_storageD1Ev ]
vtable for empty_session_server_storage [data]
[ symbol: _ZTVN6cppcms28empty_session_server_storageE ]
vtable for session_server_storage [data]
[ symbol: _ZTVN6cppcms22session_server_storageE ]
session_tcp_storage.h,
libcppcms.so.0.0.0
namespace cppcms
session_tcp_storage::factory ( cppcms_config const& p1 ) [static]
[ symbol: _ZN6cppcms19session_tcp_storage7factoryERKNS_13cppcms_configE ]
session_tcp_storage::hash ( std::string const& key )
[ symbol: _ZN6cppcms19session_tcp_storage4hashERKSs ]
session_tcp_storage::load ( std::string const& sid, time_t* timeout, std::string& out )
[ symbol: _ZN6cppcms19session_tcp_storage4loadERKSsPlRSs ]
session_tcp_storage::remove ( std::string const& sid )
[ symbol: _ZN6cppcms19session_tcp_storage6removeERKSs ]
session_tcp_storage::save ( std::string const& sid, time_t timeout, std::string const& in )
[ symbol: _ZN6cppcms19session_tcp_storage4saveERKSslS2_ ]
session_tcp_storage::~session_tcp_storage [in-charge-deleting] ( )
[ symbol: _ZN6cppcms19session_tcp_storageD0Ev ]
session_tcp_storage::~session_tcp_storage [in-charge] ( )
[ symbol: _ZN6cppcms19session_tcp_storageD1Ev ]
vtable for session_tcp_storage [data]
[ symbol: _ZTVN6cppcms19session_tcp_storageE ]
sp_counted_base_gcc_x86.hpp,
libcppcmstranstext.so.0.0.0
namespace boost::detail
sp_counted_base::destroy ( )
[ symbol: _ZN5boost6detail15sp_counted_base7destroyEv ]
sp_counted_base::~sp_counted_base [in-charge-deleting] ( )
[ symbol: _ZN5boost6detail15sp_counted_baseD0Ev ]
sp_counted_base::~sp_counted_base [in-charge] ( )
[ symbol: _ZN5boost6detail15sp_counted_baseD1Ev ]
vtable for sp_counted_base [data]
[ symbol: _ZTVN5boost6detail15sp_counted_baseE ]
sp_counted_impl.hpp,
libcppcms.so.0.0.0
namespace boost::detail
sp_counted_impl_p<cppcms::empty_session_server_storage>::dispose ( )
[ symbol: _ZN5boost6detail17sp_counted_impl_pIN6cppcms28empty_session_server_storageEE7disposeEv ]
sp_counted_impl_p<cppcms::empty_session_server_storage>::get_deleter ( sp_typeinfo const& p1 )
[ symbol: _ZN5boost6detail17sp_counted_impl_pIN6cppcms28empty_session_server_storageEE11get_deleterERKSt9type_info ]
sp_counted_impl_p<cppcms::empty_session_server_storage>::~sp_counted_impl_p [in-charge-deleting] ( )
[ symbol: _ZN5boost6detail17sp_counted_impl_pIN6cppcms28empty_session_server_storageEED0Ev ]
sp_counted_impl_p<cppcms::empty_session_server_storage>::~sp_counted_impl_p [in-charge] ( )
[ symbol: _ZN5boost6detail17sp_counted_impl_pIN6cppcms28empty_session_server_storageEED1Ev ]
sp_counted_impl_p<cppcms::session_sid>::dispose ( )
[ symbol: _ZN5boost6detail17sp_counted_impl_pIN6cppcms11session_sidEE7disposeEv ]
sp_counted_impl_p<cppcms::session_sid>::get_deleter ( sp_typeinfo const& p1 )
[ symbol: _ZN5boost6detail17sp_counted_impl_pIN6cppcms11session_sidEE11get_deleterERKSt9type_info ]
sp_counted_impl_p<cppcms::session_sid>::~sp_counted_impl_p [in-charge-deleting] ( )
[ symbol: _ZN5boost6detail17sp_counted_impl_pIN6cppcms11session_sidEED0Ev ]
sp_counted_impl_p<cppcms::session_sid>::~sp_counted_impl_p [in-charge] ( )
[ symbol: _ZN5boost6detail17sp_counted_impl_pIN6cppcms11session_sidEED1Ev ]
stream_socket_service.hpp,
libcppcms.so.0.0.0
namespace asio
stream_socket_service<ip::tcp>::shutdown_service ( )
[ symbol: _ZN4asio21stream_socket_serviceINS_2ip3tcpEE16shutdown_serviceEv ]
stream_socket_service<ip::tcp>::~stream_socket_service [in-charge-deleting] ( )
[ symbol: _ZN4asio21stream_socket_serviceINS_2ip3tcpEED0Ev ]
stream_socket_service<ip::tcp>::~stream_socket_service [in-charge] ( )
[ symbol: _ZN4asio21stream_socket_serviceINS_2ip3tcpEED1Ev ]
system_error.hpp,
libcppcms.so.0.0.0
namespace asio
system_error::what ( ) const
[ symbol: _ZNK4asio12system_error4whatEv ]
system_error::~system_error [in-charge-deleting] ( )
[ symbol: _ZN4asio12system_errorD0Ev ]
system_error::~system_error [in-charge] ( )
[ symbol: _ZN4asio12system_errorD1Ev ]
vtable for system_error [data]
[ symbol: _ZTVN4asio12system_errorE ]
task_io_service.hpp,
libcppcms.so.0.0.0
namespace asio::detail
task_io_service<epoll_reactor<(bool)false> >::shutdown_service ( )
[ symbol: _ZN4asio6detail15task_io_serviceINS0_13epoll_reactorILb0EEEE16shutdown_serviceEv ]
task_io_service_fwd.hpp,
libcppcms.so.0.0.0
namespace asio::detail
task_io_service<epoll_reactor<(bool)false> >::~task_io_service [in-charge-deleting] ( )
[ symbol: _ZN4asio6detail15task_io_serviceINS0_13epoll_reactorILb0EEEED0Ev ]
task_io_service<epoll_reactor<(bool)false> >::~task_io_service [in-charge] ( )
[ symbol: _ZN4asio6detail15task_io_serviceINS0_13epoll_reactorILb0EEEED1Ev ]
tcp_cache.h,
libcppcms.so.0.0.0
namespace cppcms
tcp_cache::clear ( )
[ symbol: _ZN6cppcms9tcp_cache5clearEv ]
tcp_cache::fetch ( std::string const& key, archive& a, std::set<std::string>& tags )
[ symbol: _ZN6cppcms9tcp_cache5fetchERKSsRNS_7archiveERSt3setISsSt4lessISsESaISsEE ]
tcp_cache::fetch_page ( std::string const& key, std::string& output, bool gzip )
[ symbol: _ZN6cppcms9tcp_cache10fetch_pageERKSsRSsb ]
tcp_cache::rise ( std::string const& trigger )
[ symbol: _ZN6cppcms9tcp_cache4riseERKSs ]
tcp_cache::stats ( unsigned int& keys, unsigned int& triggers )
[ symbol: _ZN6cppcms9tcp_cache5statsERjS1_ ]
tcp_cache::store ( std::string const& key, std::set<std::string>const& triggers, time_t timeout, archive const& a )
[ symbol: _ZN6cppcms9tcp_cache5storeERKSsRKSt3setISsSt4lessISsESaISsEElRKNS_7archiveE ]
tcp_cache::~tcp_cache [in-charge-deleting] ( )
[ symbol: _ZN6cppcms9tcp_cacheD0Ev ]
tcp_cache::~tcp_cache [in-charge] ( )
[ symbol: _ZN6cppcms9tcp_cacheD1Ev ]
tcp_cache::~tcp_cache [not-in-charge] ( )
[ symbol: _ZN6cppcms9tcp_cacheD2Ev ]
tcp_cache_factory::del ( base_cache* p ) const
[ symbol: _ZNK6cppcms17tcp_cache_factory3delEPNS_10base_cacheE ]
tcp_cache_factory::get ( ) const
[ symbol: _ZNK6cppcms17tcp_cache_factory3getEv ]
tcp_cache_factory::~tcp_cache_factory [in-charge-deleting] ( )
[ symbol: _ZN6cppcms17tcp_cache_factoryD0Ev ]
tcp_cache_factory::~tcp_cache_factory [in-charge] ( )
[ symbol: _ZN6cppcms17tcp_cache_factoryD1Ev ]
vtable for tcp_cache [data]
[ symbol: _ZTVN6cppcms9tcp_cacheE ]
vtable for tcp_cache_factory [data]
[ symbol: _ZTVN6cppcms17tcp_cache_factoryE ]
tcp_connector.h,
libcppcms.so.0.0.0
namespace cppcms
tcp_connector::broadcast ( tcp_operation_header& h, std::string& data )
[ symbol: _ZN6cppcms13tcp_connector9broadcastERNS_20tcp_operation_headerERSs ]
tcp_connector::get ( std::string const& key )
[ symbol: _ZN6cppcms13tcp_connector3getERKSs ]
tcp_connector::hash ( std::string const& key )
[ symbol: _ZN6cppcms13tcp_connector4hashERKSs ]
tcp_connector::tcp_connector [in-charge] ( std::vector<std::string>const& ip_list, std::vector<int>const& port_list )
[ symbol: _ZN6cppcms13tcp_connectorC1ERKSt6vectorISsSaISsEERKS1_IiSaIiEE ]
tcp_connector::tcp_connector [not-in-charge] ( std::vector<std::string>const& ip_list, std::vector<int>const& port_list )
[ symbol: _ZN6cppcms13tcp_connectorC2ERKSt6vectorISsSaISsEERKS1_IiSaIiEE ]
tcp_connector::~tcp_connector [in-charge-deleting] ( )
[ symbol: _ZN6cppcms13tcp_connectorD0Ev ]
tcp_connector::~tcp_connector [in-charge] ( )
[ symbol: _ZN6cppcms13tcp_connectorD1Ev ]
tcp_connector::~tcp_connector [not-in-charge] ( )
[ symbol: _ZN6cppcms13tcp_connectorD2Ev ]
vtable for tcp_connector [data]
[ symbol: _ZTVN6cppcms13tcp_connectorE ]
tcp_messenger.h,
libcppcms.so.0.0.0
namespace cppcms
messenger::connect ( std::string ip, int port )
[ symbol: _ZN6cppcms9messenger7connectESsi ]
messenger::messenger [in-charge] ( )
[ symbol: _ZN6cppcms9messengerC1Ev ]
messenger::messenger [in-charge] ( std::string ip, int port )
[ symbol: _ZN6cppcms9messengerC1ESsi ]
messenger::messenger [not-in-charge] ( )
[ symbol: _ZN6cppcms9messengerC2Ev ]
messenger::messenger [not-in-charge] ( std::string ip, int port )
[ symbol: _ZN6cppcms9messengerC2ESsi ]
messenger::transmit ( tcp_operation_header& h, std::string& data )
[ symbol: _ZN6cppcms9messenger8transmitERNS_20tcp_operation_headerERSs ]
thread_cache.h,
libcppcms.so.0.0.0
namespace cppcms
thread_cache::clear ( )
[ symbol: _ZN6cppcms12thread_cache5clearEv ]
thread_cache::fetch ( std::string const& key, archive& a, std::set<std::string>& tags )
[ symbol: _ZN6cppcms12thread_cache5fetchERKSsRNS_7archiveERSt3setISsSt4lessISsESaISsEE ]
thread_cache::fetch_page ( std::string const& key, std::string& output, bool gzip )
[ symbol: _ZN6cppcms12thread_cache10fetch_pageERKSsRSsb ]
thread_cache::rise ( std::string const& trigger )
[ symbol: _ZN6cppcms12thread_cache4riseERKSs ]
thread_cache::stats ( unsigned int& keys, unsigned int& triggers )
[ symbol: _ZN6cppcms12thread_cache5statsERjS1_ ]
thread_cache::store ( std::string const& key, std::set<std::string>const& triggers, time_t timeout, archive const& a )
[ symbol: _ZN6cppcms12thread_cache5storeERKSsRKSt3setISsSt4lessISsESaISsEElRKNS_7archiveE ]
thread_cache::~thread_cache [in-charge-deleting] ( )
[ symbol: _ZN6cppcms12thread_cacheD0Ev ]
thread_cache::~thread_cache [in-charge] ( )
[ symbol: _ZN6cppcms12thread_cacheD1Ev ]
thread_cache::~thread_cache [not-in-charge] ( )
[ symbol: _ZN6cppcms12thread_cacheD2Ev ]
thread_cache_factory::del ( base_cache* p ) const
[ symbol: _ZNK6cppcms20thread_cache_factory3delEPNS_10base_cacheE ]
thread_cache_factory::get ( ) const
[ symbol: _ZNK6cppcms20thread_cache_factory3getEv ]
thread_cache_factory::~thread_cache_factory [in-charge-deleting] ( )
[ symbol: _ZN6cppcms20thread_cache_factoryD0Ev ]
thread_cache_factory::~thread_cache_factory [in-charge] ( )
[ symbol: _ZN6cppcms20thread_cache_factoryD1Ev ]
vtable for thread_cache [data]
[ symbol: _ZTVN6cppcms12thread_cacheE ]
vtable for thread_cache_factory [data]
[ symbol: _ZTVN6cppcms20thread_cache_factoryE ]
transtext.h,
libcppcmstranstext.so.0.0.0
namespace cppcms::transtext
trans::gettext ( char const* s ) const
[ symbol: _ZNK6cppcms9transtext5trans7gettextEPKc ]
trans::load ( char const* locale, char const* domain_name, char const* dirname )
[ symbol: _ZN6cppcms9transtext5trans4loadEPKcS3_S3_ ]
trans::ngettext ( char const* s, char const* p, int n ) const
[ symbol: _ZNK6cppcms9transtext5trans8ngettextEPKcS3_i ]
trans::~trans [in-charge-deleting] ( )
[ symbol: _ZN6cppcms9transtext5transD0Ev ]
trans::~trans [in-charge] ( )
[ symbol: _ZN6cppcms9transtext5transD1Ev ]
trans_factory::get ( std::string lang, std::string domain ) const
[ symbol: _ZNK6cppcms9transtext13trans_factory3getESsSs ]
trans_factory::load ( std::string const& locale_dir, std::vector<std::string>const& lang_list, std::string const& lang_def, std::vector<std::string>const& domain_list, std::string const& domain_def )
[ symbol: _ZN6cppcms9transtext13trans_factory4loadERKSsRKSt6vectorISsSaISsEES3_S8_S3_ ]
trans_factory::~trans_factory [in-charge] ( )
[ symbol: _ZN6cppcms9transtext13trans_factoryD1Ev ]
trans_factory::~trans_factory [not-in-charge] ( )
[ symbol: _ZN6cppcms9transtext13trans_factoryD2Ev ]
trans_thread_safe::gettext ( char const* s ) const
[ symbol: _ZNK6cppcms9transtext17trans_thread_safe7gettextEPKc ]
trans_thread_safe::load ( char const* locale, char const* domain_name, char const* dirname )
[ symbol: _ZN6cppcms9transtext17trans_thread_safe4loadEPKcS3_S3_ ]
trans_thread_safe::ngettext ( char const* single, char const* plural, int n ) const
[ symbol: _ZNK6cppcms9transtext17trans_thread_safe8ngettextEPKcS3_i ]
trans_thread_safe::trans_thread_safe [in-charge] ( )
[ symbol: _ZN6cppcms9transtext17trans_thread_safeC1Ev ]
trans_thread_safe::trans_thread_safe [not-in-charge] ( )
[ symbol: _ZN6cppcms9transtext17trans_thread_safeC2Ev ]
trans_thread_safe::~trans_thread_safe [in-charge-deleting] ( )
[ symbol: _ZN6cppcms9transtext17trans_thread_safeD0Ev ]
trans_thread_safe::~trans_thread_safe [in-charge] ( )
[ symbol: _ZN6cppcms9transtext17trans_thread_safeD1Ev ]
trans_thread_safe::~trans_thread_safe [not-in-charge] ( )
[ symbol: _ZN6cppcms9transtext17trans_thread_safeD2Ev ]
vtable for trans [data]
[ symbol: _ZTVN6cppcms9transtext5transE ]
vtable for trans_thread_safe [data]
[ symbol: _ZTVN6cppcms9transtext17trans_thread_safeE ]
namespace cppcms::transtext::lambda
compile ( char const* expr )
[ symbol: _ZN6cppcms9transtext6lambda7compileEPKc ]
plural::~plural [in-charge-deleting] ( )
[ symbol: _ZN6cppcms9transtext6lambda6pluralD0Ev ]
plural::~plural [in-charge] ( )
[ symbol: _ZN6cppcms9transtext6lambda6pluralD1Ev ]
vtable for plural [data]
[ symbol: _ZTVN6cppcms9transtext6lambda6pluralE ]
url.h,
libcppcms.so.0.0.0
namespace cppcms
url_parser::add ( char const* exp, callback_t callback )
[ symbol: _ZN6cppcms10url_parser3addEPKcN5boost8functionIFvSsSsSsSsSsSsSsSsSsEEE ]
url_parser::add ( char const* exp, url_parser& url )
[ symbol: _ZN6cppcms10url_parser3addEPKcRS0_ ]
url_parser::add ( char const* exp, int id )
[ symbol: _ZN6cppcms10url_parser3addEPKci ]
url_parser::operator[] ( int p1 )
[ symbol: _ZN6cppcms10url_parserixEi ]
url_parser::parse ( )
[ symbol: _ZN6cppcms10url_parser5parseEv ]
url_parser::parse ( std::string& s )
[ symbol: _ZN6cppcms10url_parser5parseERSs ]
url_parser::~url_parser [in-charge] ( )
[ symbol: _ZN6cppcms10url_parserD1Ev ]
url_parser::~url_parser [not-in-charge] ( )
[ symbol: _ZN6cppcms10url_parserD2Ev ]
util.h,
libcppcms.so.0.0.0
namespace cppcms
escape ( std::string const& s )
[ symbol: _ZN6cppcms6escapeERKSs ]
urlencode ( std::string const& s )
[ symbol: _ZN6cppcms9urlencodeERKSs ]
worker_thread.h,
libcppcms.so.0.0.0
namespace cppcms
worker_thread::add_header ( std::string s )
[ symbol: _ZN6cppcms13worker_thread10add_headerESs ]
worker_thread::domain_gettext ( std::string const& domain )
[ symbol: _ZN6cppcms13worker_thread14domain_gettextERKSs ]
worker_thread::header ( )
[ symbol: _ZN6cppcms13worker_thread6headerEv ]
worker_thread::main ( )
[ symbol: _ZN6cppcms13worker_thread4mainEv ]
worker_thread::no_gzip ( )
[ symbol: _ZN6cppcms13worker_thread7no_gzipEv ]
worker_thread::render ( std::string name, base_content& content )
[ symbol: _ZN6cppcms13worker_thread6renderESsRNS_12base_contentE ]
worker_thread::render ( std::string name, base_content& content, std::ostream& p3 )
[ symbol: _ZN6cppcms13worker_thread6renderESsRNS_12base_contentERSo ]
worker_thread::render ( std::string templ, std::string name, base_content& content )
[ symbol: _ZN6cppcms13worker_thread6renderESsSsRNS_12base_contentE ]
worker_thread::render ( std::string templ, std::string name, base_content& content, std::ostream& p4 )
[ symbol: _ZN6cppcms13worker_thread6renderESsSsRNS_12base_contentERSo ]
worker_thread::run ( cgicc_connection& p1 )
[ symbol: _ZN6cppcms13worker_thread3runERNS_16cgicc_connectionE ]
worker_thread::set_cookie ( cgicc::HTTPCookie const& c )
[ symbol: _ZN6cppcms13worker_thread10set_cookieERKN5cgicc10HTTPCookieE ]
worker_thread::set_header ( cgicc::HTTPHeader* h )
[ symbol: _ZN6cppcms13worker_thread10set_headerEPN5cgicc10HTTPHeaderE ]
worker_thread::set_lang ( std::string const& s )
[ symbol: _ZN6cppcms13worker_thread8set_langERKSs ]
worker_thread::set_user_io ( )
[ symbol: _ZN6cppcms13worker_thread11set_user_ioEv ]
worker_thread::worker_thread [in-charge] ( manager const& s )
[ symbol: _ZN6cppcms13worker_threadC1ERKNS_7managerE ]
worker_thread::worker_thread [not-in-charge] ( manager const& s )
[ symbol: _ZN6cppcms13worker_threadC2ERKNS_7managerE ]
worker_thread::~worker_thread [in-charge-deleting] ( )
[ symbol: _ZN6cppcms13worker_threadD0Ev ]
worker_thread::~worker_thread [in-charge] ( )
[ symbol: _ZN6cppcms13worker_threadD1Ev ]
worker_thread::~worker_thread [not-in-charge] ( )
[ symbol: _ZN6cppcms13worker_threadD2Ev ]
vtable for worker_thread [data]
[ symbol: _ZTVN6cppcms13worker_threadE ]
to the top
Problems with Data Types, High Severity (35)
form.h
namespace cppcms
[+] class base_form (9)
| Change |
Effect |
1 | Pure virtual method base_form::load ( http::context& context ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of virtual table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Pure virtual method base_form::parent ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of virtual table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Pure virtual method base_form::parent ( base_form* subform ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of virtual table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Pure virtual method base_form::render ( form_context& context ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of virtual table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | The relative position of pure virtual method base_form::clear ( ) has been changed from 3 to 1. | The layout of virtual table has been changed. Call of this pure virtual method implementation may result in crash or incorrect behavior of applications. |
6 | The relative position of pure virtual method base_form::validate ( ) has been changed from 2 to 0. | The layout of virtual table has been changed. Call of this pure virtual method implementation may result in crash or incorrect behavior of applications. |
7 | Virtual method base_form::load ( cgicc::Cgicc const& cgi ) has been removed from this class. | The layout of virtual table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Virtual method base_form::render ( int how ) has been removed from this class. | The layout of virtual table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | The relative position of virtual method base_form::~base_form [in-charge] ( ) has been changed from 1 to 3. | The layout of virtual table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 10 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | base_form::~base_form | __cxa_pure_virtual |
12 | base_form::~base_form | __cxa_pure_virtual |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | | base_form::~base_form |
36 | | base_form::~base_form |
[+] affected symbols (14)
base_form::clear ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
base_form::validate ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
base_form::~base_form [in-charge] ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
form::clear ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
form::validate ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
form::~form [in-charge] ( )Call of this pure virtual method implementation may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
widgets::base_widget::clear ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
widgets::base_widget::validate ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
widgets::base_widget::~base_widget [in-charge] ( )Call of this pure virtual method implementation may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
widgets::select_base::validate ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
widgets::select_base::~select_base [in-charge] ( )Call of this pure virtual method implementation may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
widgets::submit::~submit [in-charge] ( )Call of this pure virtual method implementation may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
widgets::text::validate ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
widgets::text::~text [in-charge] ( )Call of this pure virtual method implementation may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
[+] class form (1)
| Change |
Effect |
1 | Size of this class has been changed from 12 bytes to 24 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
form::clear ( )This method is from 'form' class.
form::validate ( )This method is from 'form' class.
form::~form [in-charge] ( )This method is from 'form' class.
namespace cppcms::widgets
[+] class base_widget (3)
| Change |
Effect |
1 | Field error_msg has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field msg has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Size of this class has been increased from 32 bytes to 112 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed.. |
[+] affected symbols (20)
base_widget::clear ( )This method is from 'base_widget' class.
base_widget::validate ( )This method is from 'base_widget' class.
base_widget::~base_widget [in-charge] ( )This method is from 'base_widget' class.
select_base::add ( int value, std::string option )This method is from derived class 'select_base'.
select_base::add ( std::string value, std::string option )This method is from derived class 'select_base'.
select_base::get ( )This method is from derived class 'select_base'.
select_base::geti ( )This method is from derived class 'select_base'.
select_base::load ( cgicc::Cgicc const& cgi )This method is from derived class 'select_base'.
select_base::set ( int value )This method is from derived class 'select_base'.
select_base::set ( std::string value )This method is from derived class 'select_base'.
select_base::validate ( )This method is from derived class 'select_base'.
select_base::~select_base [in-charge] ( )This method is from derived class 'select_base'.
select_multiple::add ( int val, std::string opt, bool selected )This method is from derived class 'select_multiple'.
select_multiple::add ( std::string val, std::string opt, bool selected )This method is from derived class 'select_multiple'.
select_multiple::clear ( )This method is from derived class 'select_multiple'.
select_multiple::geti ( )This method is from derived class 'select_multiple'.
select_multiple::load ( cgicc::Cgicc const& cgi )This method is from derived class 'select_multiple'.
select_multiple::render_input ( int how )This method is from derived class 'select_multiple'.
select_multiple::validate ( )This method is from derived class 'select_multiple'.
select_multiple::~select_multiple [in-charge] ( )This method is from derived class 'select_multiple'.
[+] class checkbox (3)
| Change |
Effect |
1 | Size of this class has been changed from 40 bytes to 136 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Base class base_html_input has been added. | The memory layout in this class has been shifted by 92 bytes. |
3 | Base class base_widget has been removed. | The memory layout in this class has been shifted by 92 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 29 entries |
---|
0 | (int (*)(...))0 | 24u |
4 | (int (*)(...))(& _ZTIN6cppcms7widgets8checkboxE) | (int (*)(...))0 |
8 | checkbox::~checkbox | (int (*)(...))(& _ZTIN6cppcms7widgets8checkboxE) |
12 | checkbox::~checkbox | checkbox::~checkbox |
16 | base_widget::render | checkbox::~checkbox |
20 | checkbox::load | base_html_input::render_input |
24 | base_widget::validate | checkbox::render_value |
28 | base_widget::clear | checkbox::load |
32 | checkbox::render_input | 0u |
36 | base_widget::render_error | -24u |
40 | | -24u |
44 | | 0u |
48 | | 0u |
52 | | 0u |
56 | | 0u |
60 | | -24u |
64 | | 0u |
68 | | (int (*)(...))-0x000000018 |
72 | | (int (*)(...))(& _ZTIN6cppcms7widgets8checkboxE) |
76 | | base_widget::render |
80 | | checkbox::_ZTv0_n16_N6cppcms7widgets8checkbox4loadERNS_4http7contextE |
84 | | base_widget::validate |
88 | | base_widget::clear |
92 | | base_widget::parent |
96 | | base_widget::parent |
100 | | checkbox::_ZTv0_n36_N6cppcms7widgets8checkboxD1Ev |
104 | | checkbox::_ZTv0_n36_N6cppcms7widgets8checkboxD0Ev |
108 | | base_html_input::_ZTv0_n40_N6cppcms7widgets15base_html_input12render_inputERNS_12form_contextE |
112 | | base_widget::render_attributes |
[+] affected symbols (3)
checkbox::load ( cgicc::Cgicc const& cgi )This method is from 'checkbox' class.
checkbox::render_input ( int how )This method is from 'checkbox' class.
checkbox::~checkbox [in-charge] ( )This method is from 'checkbox' class.
[+] class email (1)
| Change |
Effect |
1 | Size of this class has been increased from 52 bytes to 172 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed.. |
[+] affected symbols (1)
email::~email [in-charge] ( )This method is from 'email' class.
[+] class hidden (1)
| Change |
Effect |
1 | Size of this class has been changed from 48 bytes to 164 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (1)
hidden::~hidden [in-charge] ( )This method is from 'hidden' class.
[+] class password (1)
| Change |
Effect |
1 | Size of this class has been changed from 52 bytes to 168 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
password::validate ( )This method is from 'password' class.
password::~password [in-charge] ( )This method is from 'password' class.
[+] class radio (1)
| Change |
Effect |
1 | Size of this class has been changed from 48 bytes to 152 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (1)
radio::~radio [in-charge] ( )This method is from 'radio' class.
[+] class regex_field (1)
| Change |
Effect |
1 | Size of this class has been changed from 52 bytes to 168 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
email::email [in-charge] ( std::string name, std::string msg )This constructor is from derived class 'email'.
email::~email [in-charge] ( )This method is from derived class 'email'.
regex_field::validate ( )This method is from 'regex_field' class.
regex_field::~regex_field [in-charge] ( )This method is from 'regex_field' class.
[+] class select (1)
| Change |
Effect |
1 | Size of this class has been changed from 48 bytes to 148 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (1)
select::~select [in-charge] ( )This method is from 'select' class.
[+] class select_base (2)
| Change |
Effect |
1 | Size of this class has been changed from 44 bytes to 144 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Pure virtual method select_base::render_input ( cppcms::form_context& context ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of virtual table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 12 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | select_base::~select_base | base_widget::render |
12 | select_base::~select_base | select_base::load |
16 | base_widget::render | select_base::validate |
20 | select_base::load | select_base::clear |
24 | select_base::validate | base_widget::parent |
28 | base_widget::clear | base_widget::parent |
32 | __cxa_pure_virtual | select_base::~select_base |
36 | base_widget::render_error | select_base::~select_base |
40 | | __cxa_pure_virtual |
44 | | base_widget::render_attributes |
[+] affected symbols (6)
radio::render_input ( int how )This method is from derived class 'radio'.
radio::~radio [in-charge] ( )This method is from derived class 'radio'.
select::render_input ( int how )This method is from derived class 'select'.
select::~select [in-charge] ( )This method is from derived class 'select'.
select_base::validate ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
select_base::~select_base [in-charge] ( )Call of this virtual method may result in crash or incorrect behavior of applications because the layout of virtual table has been changed.
[+] class select_multiple (1)
| Change |
Effect |
1 | Size of this class has been changed from 88 bytes to 140 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (3)
select_multiple::clear ( )This method is from 'select_multiple' class.
select_multiple::validate ( )This method is from 'select_multiple' class.
select_multiple::~select_multiple [in-charge] ( )This method is from 'select_multiple' class.
[+] class submit (3)
| Change |
Effect |
1 | Size of this class has been changed from 40 bytes to 160 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Base class base_html_input has been added. | The memory layout in this class has been shifted by 92 bytes. |
3 | Base class base_widget has been removed. | The memory layout in this class has been shifted by 92 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 29 entries |
---|
0 | (int (*)(...))0 | 48u |
4 | (int (*)(...))(& _ZTIN6cppcms7widgets6submitE) | (int (*)(...))0 |
8 | submit::~submit | (int (*)(...))(& _ZTIN6cppcms7widgets6submitE) |
12 | submit::~submit | submit::~submit |
16 | base_widget::render | submit::~submit |
20 | submit::load | base_html_input::render_input |
24 | base_widget::validate | submit::render_value |
28 | base_widget::clear | submit::load |
32 | submit::render_input | 0u |
36 | base_widget::render_error | -48u |
40 | | -48u |
44 | | 0u |
48 | | 0u |
52 | | 0u |
56 | | 0u |
60 | | -48u |
64 | | 0u |
68 | | (int (*)(...))-0x000000030 |
72 | | (int (*)(...))(& _ZTIN6cppcms7widgets6submitE) |
76 | | base_widget::render |
80 | | submit::_ZTv0_n16_N6cppcms7widgets6submit4loadERNS_4http7contextE |
84 | | base_widget::validate |
88 | | base_widget::clear |
92 | | base_widget::parent |
96 | | base_widget::parent |
100 | | submit::_ZTv0_n36_N6cppcms7widgets6submitD1Ev |
104 | | submit::_ZTv0_n36_N6cppcms7widgets6submitD0Ev |
108 | | base_html_input::_ZTv0_n40_N6cppcms7widgets15base_html_input12render_inputERNS_12form_contextE |
112 | | base_widget::render_attributes |
[+] affected symbols (3)
submit::load ( cgicc::Cgicc const& cgi )This method is from 'submit' class.
submit::render_input ( int p1 )This method is from 'submit' class.
submit::~submit [in-charge] ( )This method is from 'submit' class.
[+] class text (3)
| Change |
Effect |
1 | Size of this class has been changed from 48 bytes to 160 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Base class base_text has been added. | The memory layout in this class has been shifted by 232 bytes. |
3 | Base class base_widget has been removed. | The memory layout in this class has been shifted by 232 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 36 entries |
---|
0 | (int (*)(...))0 | 48u |
4 | (int (*)(...))(& _ZTIN6cppcms7widgets4textE) | (int (*)(...))0 |
8 | text::~text | (int (*)(...))(& _ZTIN6cppcms7widgets4textE) |
12 | text::~text | text::~text |
16 | base_widget::render | text::~text |
20 | text::load | base_html_input::render_input |
24 | text::validate | text::render_value |
28 | base_widget::clear | text::render_attributes |
32 | text::render_input | 36u |
36 | base_widget::render_error | (int (*)(...))-0x00000000c |
40 | | (int (*)(...))(& _ZTIN6cppcms7widgets4textE) |
44 | | text::_ZThn12_N6cppcms7widgets4textD1Ev |
48 | | text::_ZThn12_N6cppcms7widgets4textD0Ev |
52 | | base_text::validate |
56 | | base_text::load |
60 | | -48u |
64 | | -48u |
68 | | -48u |
72 | | 0u |
76 | | 0u |
80 | | 0u |
84 | | -36u |
88 | | -36u |
92 | | 0u |
96 | | (int (*)(...))-0x000000030 |
100 | | (int (*)(...))(& _ZTIN6cppcms7widgets4textE) |
104 | | base_widget::render |
108 | | base_text::_ZTv0_n16_N6cppcms7widgets9base_text4loadERNS_4http7contextE |
112 | | base_text::_ZTv0_n20_N6cppcms7widgets9base_text8validateEv |
116 | | base_widget::clear |
120 | | base_widget::parent |
124 | | base_widget::parent |
128 | | text::_ZTv0_n36_N6cppcms7widgets4textD1Ev |
132 | | text::_ZTv0_n36_N6cppcms7widgets4textD0Ev |
136 | | base_html_input::_ZTv0_n40_N6cppcms7widgets15base_html_input12render_inputERNS_12form_contextE |
140 | | text::_ZTv0_n44_N6cppcms7widgets4text17render_attributesERNS_12form_contextE |
[+] affected symbols (14)
hidden::render ( int how )This method is from derived class 'hidden'.
hidden::~hidden [in-charge] ( )This method is from derived class 'hidden'.
password::render_input ( int how )This method is from derived class 'password'.
password::validate ( )This method is from derived class 'password'.
password::~password [in-charge] ( )This method is from derived class 'password'.
regex_field::validate ( )This method is from derived class 'regex_field'.
regex_field::~regex_field [in-charge] ( )This method is from derived class 'regex_field'.
text::get ( )This method is from 'text' class.
text::load ( cgicc::Cgicc const& cgi )This method is from 'text' class.
text::render_input ( int how )This method is from 'text' class.
text::set ( std::string const& s )This method is from 'text' class.
text::str ( )This method is from 'text' class.
text::validate ( )This method is from 'text' class.
text::~text [in-charge] ( )This method is from 'text' class.
[+] class textarea (3)
| Change |
Effect |
1 | Size of this class has been changed from 56 bytes to 152 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Base class base_text has been added. | The memory layout in this class has been shifted by 92 bytes. |
3 | Base class text has been removed. | The memory layout in this class has been shifted by 92 bytes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 29 entries |
---|
0 | (int (*)(...))0 | 40u |
4 | (int (*)(...))(& _ZTIN6cppcms7widgets8textareaE) | (int (*)(...))0 |
8 | textarea::~textarea | (int (*)(...))(& _ZTIN6cppcms7widgets8textareaE) |
12 | textarea::~textarea | textarea::~textarea |
16 | base_widget::render | textarea::~textarea |
20 | text::load | base_text::validate |
24 | text::validate | base_text::load |
28 | base_widget::clear | textarea::render_input |
32 | textarea::render_input | 0u |
36 | base_widget::render_error | -40u |
40 | | -40u |
44 | | 0u |
48 | | 0u |
52 | | 0u |
56 | | -40u |
60 | | -40u |
64 | | 0u |
68 | | (int (*)(...))-0x000000028 |
72 | | (int (*)(...))(& _ZTIN6cppcms7widgets8textareaE) |
76 | | base_widget::render |
80 | | base_text::_ZTv0_n16_N6cppcms7widgets9base_text4loadERNS_4http7contextE |
84 | | base_text::_ZTv0_n20_N6cppcms7widgets9base_text8validateEv |
88 | | base_widget::clear |
92 | | base_widget::parent |
96 | | base_widget::parent |
100 | | textarea::_ZTv0_n36_N6cppcms7widgets8textareaD1Ev |
104 | | textarea::_ZTv0_n36_N6cppcms7widgets8textareaD0Ev |
108 | | textarea::_ZTv0_n40_N6cppcms7widgets8textarea12render_inputERNS_12form_contextE |
112 | | base_widget::render_attributes |
[+] affected symbols (2)
textarea::render_input ( int how )This method is from 'textarea' class.
textarea::~textarea [in-charge] ( )This method is from 'textarea' class.
session_interface.h
namespace cppcms
[+] class session_interface (1)
| Change |
Effect |
1 | Size of this class has been increased from 88 bytes to 92 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed.. |
[+] affected symbols (10)
session_interface::clear ( )This method is from 'session_interface' class.
session_interface::clear_session_cookie ( )This method is from 'session_interface' class.
session_interface::expose ( std::string const& key, bool val )This method is from 'session_interface' class.
session_interface::get_session_cookie ( )This method is from 'session_interface' class.
session_interface::hide ( std::string const& key )This method is from 'session_interface' class.
session_interface::is_exposed ( std::string const& key )This method is from 'session_interface' class.
session_interface::is_set ( std::string const& key )This method is from 'session_interface' class.
session_interface::operator[] ( std::string const& p1 )This method is from 'session_interface' class.
session_interface::save ( )This method is from 'session_interface' class.
session_interface::set_session_cookie ( std::string const& data )This method is from 'session_interface' class.
to the top
Problems with Symbols, High Severity (28)
application.h,
libcppcms.so.0.0.0
namespace cppcms
[+] application::application [not-in-charge] ( worker_thread& w ) (1)
changed to:application::application [not-in-charge] ( service& srv )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms11applicationC2ERNS_13worker_threadE to _ZN6cppcms11applicationC2ERNS_7serviceE. This may cause "undefined reference" linker error in old client applications. |
[+] application::application [in-charge] ( worker_thread& w ) (1)
changed to:application::application [in-charge] ( service& srv )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms11applicationC1ERNS_13worker_threadE to _ZN6cppcms11applicationC1ERNS_7serviceE. This may cause "undefined reference" linker error in old client applications. |
[+] application::main ( ) (1)
changed to:application::main ( std::string url )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms11application4mainEv to _ZN6cppcms11application4mainESs. This may cause "undefined reference" linker error in old client applications. |
base_view.h,
libcppcms.so.0.0.0
namespace cppcms
[+] operator<< ( std::ostream& p1, format& p2 ) (1)
changed to:http::operator<< ( std::ostream& p1, http::cookie const& p2 )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcmslsERSoRNS_6formatE to _ZN6cppcms4httplsERSoRKNS0_6cookieE. This may cause "undefined reference" linker error in old client applications. |
form.h,
libcppcms.so.0.0.0
namespace cppcms
[+] form::load ( cgicc::Cgicc const& cgi ) (1)
changed to:form::load ( http::context& cont )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms4form4loadERKN5cgicc5CgiccE to _ZN6cppcms4form4loadERNS_4http7contextE. This may cause "undefined reference" linker error in old client applications. |
[+] form::render ( int how ) (1)
changed to:form::render ( form_context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms4form6renderEi to _ZN6cppcms4form6renderERNS_12form_contextE. This may cause "undefined reference" linker error in old client applications. |
namespace cppcms::widgets
[+] base_widget::base_widget [in-charge] ( std::string name, std::string msg ) (1)
changed to:base_widget::base_widget [in-charge] ( )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets11base_widgetC1ESsSs to _ZN6cppcms7widgets11base_widgetC1Ev. This may cause "undefined reference" linker error in old client applications. |
[+] base_widget::base_widget [not-in-charge] ( std::string name, std::string msg ) (1)
changed to:base_widget::base_widget [not-in-charge] ( )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets11base_widgetC2ESsSs to _ZN6cppcms7widgets11base_widgetC2Ev. This may cause "undefined reference" linker error in old client applications. |
[+] base_widget::render ( int how ) (1)
changed to:base_widget::render ( cppcms::form_context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets11base_widget6renderEi to _ZN6cppcms7widgets11base_widget6renderERNS_12form_contextE. This may cause "undefined reference" linker error in old client applications. |
[+] checkbox::load ( cgicc::Cgicc const& cgi ) (1)
changed to:checkbox::load ( cppcms::http::context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets8checkbox4loadERKN5cgicc5CgiccE to _ZN6cppcms7widgets8checkbox4loadERNS_4http7contextE. This may cause "undefined reference" linker error in old client applications. |
[+] email::email [not-in-charge] ( std::string name, std::string msg ) (1)
changed to:email::email [not-in-charge] ( )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets5emailC2ESsSs to _ZN6cppcms7widgets5emailC2Ev. This may cause "undefined reference" linker error in old client applications. |
[+] email::email [in-charge] ( std::string name, std::string msg ) (1)
changed to:email::email [in-charge] ( )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets5emailC1ESsSs to _ZN6cppcms7widgets5emailC1Ev. This may cause "undefined reference" linker error in old client applications. |
[+] hidden::render ( int how ) (1)
changed to:hidden::render ( cppcms::form_context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets6hidden6renderEi to _ZN6cppcms7widgets6hidden6renderERNS_12form_contextE. This may cause "undefined reference" linker error in old client applications. |
[+] radio::render_input ( int how ) (1)
changed to:radio::render_input ( cppcms::form_context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets5radio12render_inputEi to _ZN6cppcms7widgets5radio12render_inputERNS_12form_contextE. This may cause "undefined reference" linker error in old client applications. |
[+] select::render_input ( int how ) (1)
changed to:select::render_input ( cppcms::form_context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets6select12render_inputEi to _ZN6cppcms7widgets6select12render_inputERNS_12form_contextE. This may cause "undefined reference" linker error in old client applications. |
[+] select_base::add ( int value, std::string option ) (1)
changed to:select_base::add ( booster::locale::message const& msg )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets11select_base3addEiSs to _ZN6cppcms7widgets11select_base3addERKN7booster6locale7messageE. This may cause "undefined reference" linker error in old client applications. |
[+] select_base::add ( std::string value, std::string option ) (1)
changed to:select_base::add ( booster::locale::message const& msg )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets11select_base3addESsSs to _ZN6cppcms7widgets11select_base3addERKN7booster6locale7messageE. This may cause "undefined reference" linker error in old client applications. |
[+] select_base::load ( cgicc::Cgicc const& cgi ) (1)
changed to:select_base::load ( cppcms::http::context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets11select_base4loadERKN5cgicc5CgiccE to _ZN6cppcms7widgets11select_base4loadERNS_4http7contextE. This may cause "undefined reference" linker error in old client applications. |
[+] select_multiple::add ( int val, std::string opt, bool selected ) (1)
changed to:select_multiple::add ( booster::locale::message const& msg, bool selected )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets15select_multiple3addEiSsb to _ZN6cppcms7widgets15select_multiple3addERKN7booster6locale7messageEb. This may cause "undefined reference" linker error in old client applications. |
[+] select_multiple::add ( std::string val, std::string opt, bool selected ) (1)
changed to:select_multiple::add ( booster::locale::message const& msg, bool selected )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets15select_multiple3addESsSsb to _ZN6cppcms7widgets15select_multiple3addERKN7booster6locale7messageEb. This may cause "undefined reference" linker error in old client applications. |
[+] select_multiple::load ( cgicc::Cgicc const& cgi ) (1)
changed to:select_multiple::load ( cppcms::http::context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets15select_multiple4loadERKN5cgicc5CgiccE to _ZN6cppcms7widgets15select_multiple4loadERNS_4http7contextE. This may cause "undefined reference" linker error in old client applications. |
[+] select_multiple::render_input ( int how ) (1)
changed to:select_multiple::render_input ( cppcms::form_context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets15select_multiple12render_inputEi to _ZN6cppcms7widgets15select_multiple12render_inputERNS_12form_contextE. This may cause "undefined reference" linker error in old client applications. |
[+] submit::load ( cgicc::Cgicc const& cgi ) (1)
changed to:submit::load ( cppcms::http::context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets6submit4loadERKN5cgicc5CgiccE to _ZN6cppcms7widgets6submit4loadERNS_4http7contextE. This may cause "undefined reference" linker error in old client applications. |
[+] textarea::render_input ( int how ) (1)
changed to:textarea::render_input ( cppcms::form_context& context )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms7widgets8textarea12render_inputEi to _ZN6cppcms7widgets8textarea12render_inputERNS_12form_contextE. This may cause "undefined reference" linker error in old client applications. |
session_interface.h,
libcppcms.so.0.0.0
namespace cppcms
[+] session_interface::get ( std::string const& key, serializable& p2 ) (1)
changed to:session_interface::get ( std::string const& key )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms17session_interface3getERKSsRNS_12serializableE to _ZN6cppcms17session_interface3getERKSs. This may cause "undefined reference" linker error in old client applications. |
[+] session_interface::session_interface [in-charge] ( worker_thread& w ) (1)
changed to:session_interface::session_interface [in-charge] ( http::context& p1 )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms17session_interfaceC1ERNS_13worker_threadE to _ZN6cppcms17session_interfaceC1ERNS_4http7contextE. This may cause "undefined reference" linker error in old client applications. |
[+] session_interface::session_interface [not-in-charge] ( worker_thread& w ) (1)
changed to:session_interface::session_interface [not-in-charge] ( http::context& p1 )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms17session_interfaceC2ERNS_13worker_threadE to _ZN6cppcms17session_interfaceC2ERNS_4http7contextE. This may cause "undefined reference" linker error in old client applications. |
[+] session_interface::set ( std::string const& key, serializable const& p2 ) (1)
changed to:session_interface::set ( std::string const& key, std::string const& v )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN6cppcms17session_interface3setERKSsRKNS_12serializableE to _ZN6cppcms17session_interface3setERKSsS2_. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Medium Severity (28)
application.h
namespace cppcms
[+] class application (12)
| Change |
Effect |
1 | Field app has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | Field cache has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | Field cgi has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
4 | Field cgi_conn has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
5 | Field cout has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
6 | Field env has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
7 | Field on_end has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
8 | Field on_start has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
9 | Field session has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
10 | Field url has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
11 | Field worker has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
12 | Virtual method application::main ( std::string url ) has been added to this class instead of application::on_404 ( ). | Applications will pass parameters of older replaced method to newly added virtual method. It may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 5 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | application::~application | application::~application |
12 | application::~application | application::~application |
16 | application::on_404 | application::main |
20 | application::main | |
[+] affected symbols (2)
application::on_404 ( )Call of this method may result in crash or incorrect behavior of applications because it has been replaced by other virtual method.
application::~application [in-charge] ( )This method is from 'application' class.
archive.h
namespace cppcms
[+] class serializable (1)
| Change |
Effect |
1 | Virtual method serializable::serialize ( archive& a ) has been added to this class instead of serializable::~serializable [in-charge-deleting] ( ). | Applications will pass parameters of older replaced method to newly added virtual method. It may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 7 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | __cxa_pure_virtual | serializable::load |
12 | __cxa_pure_virtual | serializable::save |
16 | serializable::~serializable | serializable::~serializable |
20 | serializable::~serializable | serializable::~serializable |
24 | | __cxa_pure_virtual |
[+] affected symbols (0)
form.h
namespace cppcms
[+] class form (1)
| Change |
Effect |
1 | Type of field elements has been changed from std::list<base_form*> (8 bytes) to std::vector<form::widget_type> (12 bytes). | 1) This field may be incorrectly initialized or accessed by applications. 2) Size of the inclusive type has changed. |
[+] affected symbols (3)
form::clear ( )This method is from 'form' class.
form::validate ( )This method is from 'form' class.
form::~form [in-charge] ( )This method is from 'form' class.
namespace cppcms::widgets
[+] class base_widget (3)
| Change |
Effect |
1 | Type of field help has been changed from std::string (4 bytes) to booster::locale::message (28 bytes). | 1) Size of the inclusive type has changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
2 | Pure virtual method base_widget::render_input ( cppcms::form_context& context ) has been added to this class instead of base_widget::render_input ( int p1 ). | Applications will provide an older method to the library instead of expected newely added virtual method. It may result in crash or incorrect behavior of applications. |
3 | Virtual method base_widget::render_attributes ( cppcms::form_context& context ) has been added to this class instead of base_widget::render_error ( ). | Applications will pass parameters of older replaced method to newly added virtual method. It may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 12 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | base_widget::~base_widget | base_widget::render |
12 | base_widget::~base_widget | __cxa_pure_virtual |
16 | base_widget::render | base_widget::validate |
20 | __cxa_pure_virtual | base_widget::clear |
24 | base_widget::validate | base_widget::parent |
28 | base_widget::clear | base_widget::parent |
32 | __cxa_pure_virtual | base_widget::~base_widget |
36 | base_widget::render_error | base_widget::~base_widget |
40 | | __cxa_pure_virtual |
44 | | base_widget::render_attributes |
[+] affected symbols (6)
base_widget::base_widget [in-charge] ( std::string name, std::string msg )Call of this method may result in crash or incorrect behavior of applications because some pure virtual method in v-table has been replaced by other.
base_widget::clear ( )Call of this method may result in crash or incorrect behavior of applications because some pure virtual method in v-table has been replaced by other.
base_widget::render ( int how )Call of this method may result in crash or incorrect behavior of applications because some pure virtual method in v-table has been replaced by other.
base_widget::render_error ( )Call of this method may result in crash or incorrect behavior of applications because some pure virtual method in v-table has been replaced by other.
base_widget::validate ( )Call of this method may result in crash or incorrect behavior of applications because some pure virtual method in v-table has been replaced by other.
base_widget::~base_widget [in-charge] ( )Call of this method may result in crash or incorrect behavior of applications because some pure virtual method in v-table has been replaced by other.
[+] class select_base (2)
| Change |
Effect |
1 | Field select_list has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | Field value has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (2)
select_base::validate ( )This method is from 'select_base' class.
select_base::~select_base [in-charge] ( )This method is from 'select_base' class.
[+] class select_multiple (3)
| Change |
Effect |
1 | Field available has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | Field chosen has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
3 | Field size has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (3)
select_multiple::clear ( )This method is from 'select_multiple' class.
select_multiple::validate ( )This method is from 'select_multiple' class.
select_multiple::~select_multiple [in-charge] ( )This method is from 'select_multiple' class.
[+] class submit (1)
| Change |
Effect |
1 | Type of field value has been changed from std::string (4 bytes) to booster::locale::message (28 bytes). | 1) This field may be incorrectly initialized or accessed by applications. 2) Size of the inclusive type has changed. |
[+] affected symbols (1)
submit::~submit [in-charge] ( )This method is from 'submit' class.
[+] class text (2)
| Change |
Effect |
1 | Field high has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | Field value has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
[+] affected symbols (1)
text::~text [in-charge] ( )This method is from 'text' class.
session_api.h
namespace cppcms
[+] class session_api (3)
| Change |
Effect |
1 | Pure virtual method session_api::clear ( session_interface& iface ) has been added to this class instead of session_api::clear ( session_interface* p1 ). | Applications will provide an older method to the library instead of expected newely added virtual method. It may result in crash or incorrect behavior of applications. |
2 | Pure virtual method session_api::load ( session_interface& iface, std::string& data, time_t& timeout ) has been added to this class instead of session_api::load ( session_interface* p1, std::string& data, time_t& timeout ). | Applications will provide an older method to the library instead of expected newely added virtual method. It may result in crash or incorrect behavior of applications. |
3 | Pure virtual method session_api::save ( session_interface& iface, std::string const& data, time_t timeout, bool new_data, bool on_server ) has been added to this class instead of session_api::save ( session_interface* p1, std::string const& data, time_t timeout, bool new_data ). | Applications will provide an older method to the library instead of expected newely added virtual method. It may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 7 entries | Virtual Table (New) - 7 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | __cxa_pure_virtual | __cxa_pure_virtual |
12 | __cxa_pure_virtual | __cxa_pure_virtual |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | session_api::~session_api | session_api::~session_api |
24 | session_api::~session_api | session_api::~session_api |
[+] affected symbols (1)
session_api::~session_api [in-charge] ( )Call of this method may result in crash or incorrect behavior of applications because some pure virtual method in v-table has been replaced by other.
to the top
Problems with Data Types, Low Severity (48)
application.h
namespace cppcms
[+] class application (6)
| Change |
Effect |
1 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field parent_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field refs_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field root_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Size of this type has been changed from 48 bytes to 28 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
6 | Base class booster::noncopyable has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 5 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | application::~application | application::~application |
12 | application::~application | application::~application |
16 | application::on_404 | application::main |
20 | application::main | |
[+] affected symbols (4)
application::application [in-charge] ( worker_thread& w )This constructor is from 'application' class.
application::main ( )This method is from 'application' class.
application::on_404 ( )This method is from 'application' class.
application::~application [in-charge] ( )This method is from 'application' class.
archive.h
namespace cppcms
[+] class serializable (1)
| Change |
Effect |
1 | Base class serializable_base has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 7 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | __cxa_pure_virtual | serializable::load |
12 | __cxa_pure_virtual | serializable::save |
16 | serializable::~serializable | serializable::~serializable |
20 | serializable::~serializable | serializable::~serializable |
24 | | __cxa_pure_virtual |
[+] affected symbols (1)
serializable::~serializable [in-charge] ( )This method is from 'serializable' class.
base_view.h
namespace cppcms
[+] class base_view (1)
| Change |
Effect |
1 | Base class booster::noncopyable has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 5 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | base_view::render | base_view::render |
12 | base_view::~base_view | base_view::~base_view |
16 | base_view::~base_view | base_view::~base_view |
[+] affected symbols (7)
base_view::escape ( std::string const& s )This method is from 'base_view' class.
base_view::gettext ( char const* p1 )This method is from 'base_view' class.
base_view::intf ( int val, std::string f )This method is from 'base_view' class.
base_view::ngettext ( char const* p1, char const* p2, int n )This method is from 'base_view' class.
base_view::set_domain ( char const* p1 )This method is from 'base_view' class.
base_view::strftime ( tm const& t, std::string f )This method is from 'base_view' class.
base_view::urlencode ( std::string const& s )This method is from 'base_view' class.
form.h
namespace cppcms
[+] class base_form (1)
| Change |
Effect |
1 | Base class form_flags has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 10 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | base_form::~base_form | __cxa_pure_virtual |
12 | base_form::~base_form | __cxa_pure_virtual |
16 | __cxa_pure_virtual | __cxa_pure_virtual |
20 | __cxa_pure_virtual | __cxa_pure_virtual |
24 | __cxa_pure_virtual | __cxa_pure_virtual |
28 | __cxa_pure_virtual | __cxa_pure_virtual |
32 | | base_form::~base_form |
36 | | base_form::~base_form |
[+] affected symbols (1)
base_form::~base_form [in-charge] ( )This method is from 'base_form' class.
[+] class form (2)
| Change |
Effect |
1 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field parent_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (3)
form::clear ( )This method is from 'form' class.
form::validate ( )This method is from 'form' class.
form::~form [in-charge] ( )This method is from 'form' class.
namespace cppcms::widgets
[+] class base_widget (12)
| Change |
Effect |
1 | Field attr_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field error_message_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field has_error_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field has_help_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field has_message_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field is_disabled_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Field is_generation_done_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
9 | Field message_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
10 | Field parent_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
11 | Field reserverd_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
12 | Base class booster::noncopyable has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 10 entries | Virtual Table (New) - 12 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | base_widget::~base_widget | base_widget::render |
12 | base_widget::~base_widget | __cxa_pure_virtual |
16 | base_widget::render | base_widget::validate |
20 | __cxa_pure_virtual | base_widget::clear |
24 | base_widget::validate | base_widget::parent |
28 | base_widget::clear | base_widget::parent |
32 | __cxa_pure_virtual | base_widget::~base_widget |
36 | base_widget::render_error | base_widget::~base_widget |
40 | | __cxa_pure_virtual |
44 | | base_widget::render_attributes |
[+] affected symbols (6)
base_widget::base_widget [in-charge] ( std::string name, std::string msg )This constructor is from 'base_widget' class.
base_widget::clear ( )This method is from 'base_widget' class.
base_widget::render ( int how )This method is from 'base_widget' class.
base_widget::render_error ( )This method is from 'base_widget' class.
base_widget::validate ( )This method is from 'base_widget' class.
base_widget::~base_widget [in-charge] ( )This method is from 'base_widget' class.
[+] class checkbox (2)
| Change |
Effect |
1 | Field identification_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field input_value has been renamed to d. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (1)
checkbox::~checkbox [in-charge] ( )This method is from 'checkbox' class.
[+] class email (1)
| Change |
Effect |
1 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (1)
email::~email [in-charge] ( )This method is from 'email' class.
[+] class hidden (1)
| Change |
Effect |
1 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (1)
hidden::~hidden [in-charge] ( )This method is from 'hidden' class.
[+] class password (1)
| Change |
Effect |
1 | Field password_to_check_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (2)
password::validate ( )This method is from 'password' class.
password::~password [in-charge] ( )This method is from 'password' class.
[+] class radio (2)
| Change |
Effect |
1 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field reserved_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (1)
radio::~radio [in-charge] ( )This method is from 'radio' class.
[+] class regex_field (1)
| Change |
Effect |
1 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (2)
regex_field::validate ( )This method is from 'regex_field' class.
regex_field::~regex_field [in-charge] ( )This method is from 'regex_field' class.
[+] class select_base (6)
| Change |
Effect |
1 | Field elements_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field default_selected_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field non_empty_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field reserverd has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field selected_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (2)
select_base::validate ( )This method is from 'select_base' class.
select_base::~select_base [in-charge] ( )This method is from 'select_base' class.
[+] class select_multiple (4)
| Change |
Effect |
1 | Field elements_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field high_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field low_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field rows_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (3)
select_multiple::clear ( )This method is from 'select_multiple' class.
select_multiple::validate ( )This method is from 'select_multiple' class.
select_multiple::~select_multiple [in-charge] ( )This method is from 'select_multiple' class.
[+] class submit (1)
| Change |
Effect |
1 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (1)
submit::~submit [in-charge] ( )This method is from 'submit' class.
[+] class text (2)
| Change |
Effect |
1 | Field low has been renamed to d. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
2 | Field type has been renamed to size_. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (1)
text::~text [in-charge] ( )This method is from 'text' class.
[+] class textarea (1)
| Change |
Effect |
1 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (1)
textarea::~textarea [in-charge] ( )This method is from 'textarea' class.
session_interface.h
namespace cppcms
[+] class session_interface (3)
| Change |
Effect |
1 | Field context_ has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field d has been added to this type. | Size of the inclusive type has been changed. ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field worker has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (10)
session_interface::clear ( )This method is from 'session_interface' class.
session_interface::clear_session_cookie ( )This method is from 'session_interface' class.
session_interface::expose ( std::string const& key, bool val )This method is from 'session_interface' class.
session_interface::get_session_cookie ( )This method is from 'session_interface' class.
session_interface::hide ( std::string const& key )This method is from 'session_interface' class.
session_interface::is_exposed ( std::string const& key )This method is from 'session_interface' class.
session_interface::is_set ( std::string const& key )This method is from 'session_interface' class.
session_interface::operator[] ( std::string const& p1 )This method is from 'session_interface' class.
session_interface::save ( )This method is from 'session_interface' class.
session_interface::set_session_cookie ( std::string const& data )This method is from 'session_interface' class.
to the top
Problems with Symbols, Low Severity (2)
base64.h,
libcppcms.so.0.0.0
namespace cppcms::b64url
[+] decoded_size ( size_t s ) (1)
[ symbol: _ZN6cppcms6b64url12decoded_sizeEj ]
| Change | Effect |
---|
1 | Type of return value has been changed from ssize_t to int. | Replacement of return type may indicate a change in its semantic meaning. |
[+] encoded_size ( size_t s ) (1)
[ symbol: _ZN6cppcms6b64url12encoded_sizeEj ]
| Change | Effect |
---|
1 | Type of return value has been changed from ssize_t to int. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Header Files (46)
aes_encryptor.h
application.h
archive.h
asio_config.h
base64.h
base_cache.h
base_view.h
cache_interface.h
cgi.h
cgi_api.h
cgicc_connection.h
config.h
cppcms_error.h
encryptor.h
fcgi.h
fcntl_mutex.h
form.h
global_config.h
hmac_encryptor.h
manager.h
md5.h
posix_mutex.h
process_cache.h
scgi.h
session_api.h
session_backend_factory.h
session_cache_backend.h
session_cookies.h
session_dual.h
session_file_storage.h
session_interface.h
session_sid.h
session_sqlite_storage.h
session_storage.h
session_tcp_storage.h
shmem_allocator.h
tcp_cache.h
tcp_cache_protocol.h
tcp_connector.h
tcp_messenger.h
text_tool.h
thread_cache.h
transtext.h
url.h
util.h
worker_thread.h
to the top
Shared Libraries (2)
libcppcms.so.0.0.0
libcppcmstranstext.so.0.0.0
to the top