| Cbooster::locale::abstract_calendar | |
| Ccppcms::base_content::app_guard | Special guard class that allows setting and resetting content's rendeding according to the specific scope |
| Ccppcms::applications_pool | Application pool is the central class that holds user created applications |
| Ccppcms::archive | Class that represents a binary archive that can be stored in persistent storage or transfered |
| Ccppcms::archive_traits< Object > | Special traits class that describes how to serialize various objects that are not defived from serializable_base |
| Cbooster::atomic_counter | Atomic counter is a class that allows perform counting in thread safe way |
| ►Cbooster::backtrace | Class that records the stack trace when it is created, |
| ►Cbooster::bad_cast | Same as std::bad_cast but records stack trace |
| Ccppcms::json::bad_value_cast | The error that is thrown in case of bad conversion of json::value to ordinary value |
| Ccppcms::plugin::signature_error | |
| Cbooster::domain_error | Same as std::domain_error but records stack trace |
| Cbooster::exception | Same as std::exception but records stack trace |
| Cbooster::invalid_argument | Same as std::invalid_argument but records stack trace |
| Cbooster::length_error | Same as std::length_error but records stack trace |
| Cbooster::logic_error | Same as std::logic_error but records stack trace |
| Cbooster::out_of_range | Same as std::out_of_range but records stack trace |
| Cbooster::overflow_error | Same as std::overflow_error but records stack trace |
| Cbooster::range_error | Same as std::range_error but records stack trace |
| ►Cbooster::runtime_error | Same as std::runtime_error but records stack trace |
| Cbooster::bad_callback_call | This exception is thrown in case of calling unassigned/empty function |
| Cbooster::locale::conv::conversion_error | The excepton that is thrown in case of conversion error |
| Cbooster::locale::conv::invalid_charset_error | This exception is thrown in case of use of unsupported or invalid character set |
| Cbooster::locale::date_time_error | This error is thrown in case of invalid state that occurred |
| Cbooster::nowide::bad_utf | This exception is thrown if invalid UTF-8 or UTF-16 is given as input |
| Cbooster::regex_error | Exception that is thrown in case of creation of invalid regex |
| Ccppcms::archive_error | Error thrown in case of serialization error |
| ►Ccppcms::cppcms_error | Exception thrown by CppCMS framework |
| Ccppcms::http::abort_upload | |
| Ccppcms::request_forgery_error | This exception is thrown when CSRF attempt is suspected: |
| Ccppcms::rpc::call_error | The error thrown in case of bad call - parameters mismatch or invalid request |
| Cbooster::underflow_error | Same as std::underflow_error but records stack trace |
| ►Cbad_cast | |
| Cbooster::bad_cast | Same as std::bad_cast but records stack trace |
| Ccppcms::filters::base64_urlencode | Output filter base64_urlencode |
| Ccppcms::base_content | This is a simple polymorphic class that every content for templates rendering should be derided from it. It does not carry much information with exception of RTTI that allows type-safe casting of user provided content instances to target content class that is used by specific template |
| Cbooster::locale::util::base_converter | This class represent a simple stateless converter from UCS-4 and to UCS-4 for each single code point |
| ►Cbase_message_format | |
| Cbooster::locale::message_format< CharType > | This facet provides message formatting abilities |
| ►Ccppcms::http::basic_content_filter | |
| Ccppcms::http::multipart_filter | |
| Ccppcms::http::raw_content_filter | |
| Cbooster::nowide::basic_filebuf< CharType, Traits > | |
| Cbooster::locale::basic_format< CharType > | Printf like class that allows type-safe and locale aware message formatting |
| ►Cbasic_iostream | |
| Cbooster::nowide::basic_fstream< CharType, Traits > | |
| ►Cbasic_istream | |
| Cbooster::nowide::basic_ifstream< CharType, Traits > | |
| Cbooster::locale::basic_message< CharType > | This class represents a message that can be converted to a specific locale message |
| Cbooster::locale::basic_message< char_type > | |
| ►Cbasic_ostream | |
| Cbooster::nowide::basic_ofstream< CharType, Traits > | |
| Cbooster::aio::buffer_impl< Pointer > | This is a base class that represents a buffer - a set of contiguous chunks of memory that can be transfered over network |
| ►Cbooster::aio::buffer_impl< char * > | |
| Cbooster::aio::mutable_buffer | A mutable buffer - a buffer for read operations |
| ►Cbooster::aio::buffer_impl< const char * > | |
| Cbooster::aio::const_buffer | An immutable buffer - buffer for write operations |
| Cbooster::locale::calendar | This class provides an access to general calendar information |
| Cbooster::callable< Type > | |
| Cbooster::callback< Type > | |
| Cbooster::callback< Result(Params...)> | This is Booster's implementation of std::tr1::callback/booster::callback |
| Cbooster::clone_ptr< T > | Smart pointer similar to std::unique_ptr but it clones (by calling T::clone()) underlying object on copy instead of moving its ownership |
| ►Ccodecvt | |
| Cbooster::locale::generic_codecvt< CharType, CodecvtImpl, 1 > | |
| Cbooster::locale::generic_codecvt< CharType, CodecvtImpl, 2 > | UTF-16 to/from UTF-8 codecvt facet to use with char16_t or wchar_t on Windows |
| Cbooster::locale::generic_codecvt< CharType, CodecvtImpl, 4 > | UTF-32 to/from UTF-8 codecvt facet to use with char32_t or wchar_t on POSIX platforms |
| ►Ccollate | |
| Cbooster::locale::collator< CharType > | Collation facet |
| ►Cbooster::locale::collator_base | Base class that includes collation level flags |
| Cbooster::locale::collator< CharType > | Collation facet |
| Cbooster::locale::comparator< CharType, default_level > | This class can be used in STL algorithms and containers for comparison of strings with a level other than primary |
| Ccppcms::http::content_type | Class that represents parsed Content-Type header, this is immutable class. Once it is created its values does not change |
| Cbooster::locale::converter< CharType > | |
| ►Cbooster::locale::converter_base | This class provides base flags for text manipulation. It is used as base for converter facet |
| Cbooster::locale::converter< char > | |
| Cbooster::locale::converter< wchar_t > | |
| Ccppcms::http::cookie | Class that represents single HTTP Cookie Generally used in context of http::request and http::response |
| Cbooster::copy_ptr< T > | Smart pointer similar to std::unique_ptr but it copies underlying object on pointer copy instead of moving its ownership |
| Cbooster::copy_ptr< _data > | |
| Cbooster::copy_ptr< data > | |
| Ccppcms::filters::date | Formats date to the stream, date is represented as number - POSIX time, a plain number |
| Cbooster::locale::date_time | This class represents a date time and allows to perform various operation according to the locale settings |
| Cbooster::locale::date_time_duration | This class represents a period: a pair of two date_time objects |
| Cbooster::locale::date_time_period | This class represents a pair of period_type and the integer values that describes its amount. For example 3 days or 4 years |
| Cbooster::locale::date_time_period_set | This class that represents a set of periods, |
| Ccppcms::filters::datetime | Format date and time to ouput stream |
| Cbooster::locale::gnu_gettext::messages_info::domain | This type represents GNU Gettext domain name for the messages |
| ►Cdomain_error | |
| Cbooster::domain_error | Same as std::domain_error but records stack trace |
| Ccppcms::widgets::select_base::element | |
| Ccppcms::sessions::encryptor_factory | This is an interface for an object that creates new encryptors |
| Cbooster::aio::endpoint | This class represents the connection endpoint, that is generally sockaddr structure in Berkeley sockets API |
| Cbooster::aio::buffer_impl< Pointer >::entry | |
| Ccppcms::filters::escape | Output filter escape |
| Cbooster::aio::reactor::event | Structure that defines output events |
| ►Cexception | |
| Cbooster::exception | Same as std::exception but records stack trace |
| ►Cfacet | |
| Cbooster::locale::calendar_facet | Facet that generates calendar for specific locale |
| Cbooster::locale::converter< char > | |
| Cbooster::locale::converter< wchar_t > | |
| Cbooster::locale::info | Facet that holds general information about locale |
| ►Ccppcms::form_flags | This struct holds various flags to control the HTML generation |
| ►Ccppcms::base_form | This class is the base class for any form or form widget used in CppCMS |
| Ccppcms::form | The form is a container used to collect other widgets and forms into a single unit |
| ►Ccppcms::widgets::base_widget | This class is the base class of all renderable widgets which can be used with CppCMS form system |
| ►Ccppcms::widgets::base_html_input | This class represents a basic widget that generates HTML form elements the widgets that use the <input \/> HTML tag |
| Ccppcms::widgets::checkbox | This class represent an HTML checkbox input element |
| Ccppcms::widgets::file | This class represents a file upload form entry |
| Ccppcms::widgets::numeric< T > | Widget for number input. It is a template class that assumes that T is a number |
| Ccppcms::widgets::submit | Submit button widget |
| ►Ccppcms::widgets::text | This class represents an HTML form input element of type text |
| Ccppcms::widgets::hidden | This widget represents a hidden input form element. It is used to provide information invisible to the user |
| Ccppcms::widgets::password | Simple text widget with few, obvious differences |
| ►Ccppcms::widgets::regex_field | This class is extending a simple text widget by using additional regular expression validation |
| Ccppcms::widgets::email | This widget checks that the input is a valid email address |
| ►Ccppcms::widgets::base_text | This widget is used as base for text input fields |
| Ccppcms::widgets::text | This class represents an HTML form input element of type text |
| Ccppcms::widgets::textarea | This text widget behaves similarly to the text widget but uses the textarea HTML tag rather than the input HTML tag |
| ►Ccppcms::widgets::select_base | This is the base class for "select" like widgets which include dropdown lists and radio button sets |
| Ccppcms::widgets::radio | The widget that uses a set of radio buttons. |
| Ccppcms::widgets::select | The widget that uses a drop-down list for selection |
| Ccppcms::widgets::select_multiple | This widget represents an HTML multiple select form element |
| Ccppcms::form_context | This class represents the context required to generate the widgets' HTML |
| Ccppcms::forwarder | Class responsble for automaticall forwarding of HTTP/CGI requests to other hosts over SCGI |
| Cbooster::locale::generator | Major class used for locale generation |
| Cbooster::locale::generic_codecvt< CharType, CodecvtImpl, CharSize > | Geneneric generic codecvt facet, various stateless encodings to UTF-16 and UTF-32 using wchar_t, char32_t and char16_t |
| ►Cbooster::locale::generic_codecvt< CharType, utf8_codecvt< CharType > > | |
| Cbooster::locale::utf8_codecvt< CharType > | Geneneric utf8 codecvt facet, it allows to convert UTF-8 strings to UTF-16 and UTF-32 using wchar_t, char32_t and char16_t |
| ►Cbooster::locale::generic_codecvt_base | A base class that used to define constants for generic_codecvt |
| Cbooster::locale::generic_codecvt< CharType, CodecvtImpl, 1 > | |
| Cbooster::locale::generic_codecvt< CharType, CodecvtImpl, 2 > | UTF-16 to/from UTF-8 codecvt facet to use with char16_t or wchar_t on Windows |
| Cbooster::locale::generic_codecvt< CharType, CodecvtImpl, 4 > | UTF-32 to/from UTF-8 codecvt facet to use with char32_t or wchar_t on POSIX platforms |
| Cbooster::hold_ptr< T > | Smart pointer similar to std::unique_ptr but it is non-copyable and underlying object has same constness as the pointer itself (not like in ordinary pointer) |
| Cbooster::locale::hold_ptr< T > | Smart pointer similar to std::unique_ptr but it is non-copyable and the underlying object has the same constness as the pointer itself (unlike an ordinary pointer) |
| Cbooster::hold_ptr< _data > | |
| Cbooster::hold_ptr< _mp_data > | |
| Cbooster::hold_ptr< _raw_data > | |
| Cbooster::locale::hold_ptr< booster::locale::abstract_calendar > | |
| Cbooster::hold_ptr< cppcms::base_view > | |
| Cbooster::hold_ptr< data > | |
| Cbooster::hold_ptr< data_ > | |
| Cbooster::hold_ptr< impl::cppcms::service > | |
| Cbooster::hold_ptr< impl::cppcms::thread_pool > | |
| Cbooster::hold_ptr< impl_data > | |
| Cbooster::intrusive_ptr< T > | Intrusive_ptr is the class taken as-is from boost |
| Cbooster::intrusive_ptr< callable_type > | |
| Cbooster::intrusive_ptr< details::key > | |
| Cbooster::intrusive_ptr< impl::base_cache > | |
| ►Cinvalid_argument | |
| Cbooster::invalid_argument | Same as std::invalid_argument but records stack trace |
| Cbooster::io_device | This class is a base class of generic I/O device that can be used in very simple manner with booster::streambuf allowing to create iostreams easily |
| ►Cbooster::aio::io_events | Struct that collects multiple event types for polling |
| Cbooster::aio::io_service | This is the central event loop that dispatches all requests |
| Cbooster::aio::reactor | This class is an abstraction of platform dependent polling API |
| Cbooster::locale::ios_info | This class holds an external data - beyond existing fmtflags that std::ios_base holds |
| ►Cistream | |
| Ccppcms::util::const_char_istream | |
| ►Citerator | |
| Ccppcms::form::iterator | Input iterator used to iterate over all the widgets in a form |
| Ccppcms::filters::jsescape | Output filter escape |
| Ccppcms::crypto::key | Key object, holds the string that represents the binary key |
| ►Clength_error | |
| Cbooster::length_error | Same as std::length_error but records stack trace |
| Cbooster::locale::localization_backend | This class represents a localization backend that can be used for localizing your application |
| Cbooster::locale::localization_backend_manager | Localization backend manager is a class that holds various backend and allows creation of their combination or selection |
| ►Clogic_error | |
| Cbooster::logic_error | Same as std::logic_error but records stack trace |
| Ccppcms::plugin::manager | |
| Cbooster::match_results< Iterator > | The object that hold the result of matching a regular expression against the text using regex_match and regex_search functions |
| Cbooster::log::message | This class represents a single message that should be written to log |
| Cbooster::locale::gnu_gettext::messages_info | This structure holds all information required for creating gnu-gettext message catalogs, |
| Ccppcms::mount_point | This class represents application's mount point or the rule on which specific application is selected to process the query |
| ►Cbooster::noncopyable | This class makes impossible to copy any class derived from this one |
| ►Cbooster::aio::basic_io_device | This is a basic object that allows execution of asynchronous operations |
| ►Cbooster::aio::basic_socket | This class represents a basic Socket object |
| Cbooster::aio::acceptor | This class represents a socket that accepts incoming connections |
| Cbooster::aio::stream_socket | This object represents a stream socket: TCP/IP IPv4 or IPv6 or Unix domain stream socket |
| Cbooster::aio::deadline_timer | A timer object |
| Cbooster::aio::io_service | This is the central event loop that dispatches all requests |
| Cbooster::log::logger | This is the central class that manages all logging operations |
| ►Cbooster::log::sink | This is the abstract interface to general sink - the consumer of the logged messages |
| Cbooster::log::sinks::file | Log file based sink - sends messages to log file |
| Cbooster::log::sinks::standard_error | Stderr based sink - sends messages to standard error output |
| Cbooster::log::sinks::stream | Log sink for a generic std::ostream |
| Cbooster::recursive_shared_mutex | Recursuve Shared mutex or a.k.a. Read-Write Lock that can be recursively locked by readers |
| Cbooster::shared_lock< Mutex > | Shared lock guard |
| Cbooster::shared_mutex | Shared mutex or a.k.a. Read-Write Lock |
| Cbooster::shared_object | Class that allows loading dynamic libraries: shared objects and dlls |
| ►Ccppcms::application | Application class is the base class for all user created applications |
| Ccppcms::rpc::json_rpc_server | JSON-RPC service application |
| Ccppcms::application_specific_pool | Interface for creating user applications |
| Ccppcms::applications_pool::factory | Base class for user application factories - to be deprecated, use application_specific_pool instead |
| Ccppcms::base_view | This class is base class for all views (skins) rendered by CppCMS template engine |
| Ccppcms::cache_interface | This class is the major gateway of the application to CppCMS caching abilities. Any access too cache would be done via this class |
| Ccppcms::copy_filter | Copy the output stream part - "tee" filter |
| Ccppcms::crypto::cbc | Cipher-block chaining encryption and decryption cryptographic service |
| Ccppcms::crypto::hmac | This object calculates the HMAC signature for the input data |
| Ccppcms::crypto::message_digest | This class provides an API to calculate various cryptographic hash functions |
| Ccppcms::form | The form is a container used to collect other widgets and forms into a single unit |
| Ccppcms::http::content_limits | |
| Ccppcms::http::context | Context is a central class that holds all specific connection related information. It encapsulates CGI request and response, cache, session and locale information |
| Ccppcms::http::file | This class holds a uploaded file, it is generally fetched via widgets::file or via http::request::files |
| Ccppcms::http::request | This class represents all information related to the HTTP/CGI request |
| Ccppcms::http::response | This class represents all HTTP/CGI response related API, generation of output content and HTTP headers |
| Ccppcms::rpc::json_call | This class represents single call of json-rpc method |
| Ccppcms::service | This class represent the central event loop of the CppCMS applications |
| ►Ccppcms::session_api | This class represents the most generic implementation of session storage device |
| Ccppcms::sessions::session_cookies | The implementation of session_api using encrypted or signed cookies |
| Ccppcms::sessions::session_dual | Client and Server side storage implementation of session_api |
| Ccppcms::sessions::session_sid | An implementation of session_api that stores the data using session_storage and unique session id |
| Ccppcms::session_interface | This class provides an access to an application for session management |
| Ccppcms::session_interface_cookie_adapter | |
| Ccppcms::session_pool | This class provides an access to session management backends an allow customization |
| Ccppcms::sessions::encryptor | This is an interface to generic session cookies encryption or signing API |
| Ccppcms::sessions::session_storage | Session_server_storage is an abstract class that allows user to implements custom session storage device like, database storage device |
| Ccppcms::thread_pool | This class provides an access to the thread pool where all CppCMS synchronous applications are executed |
| Ccppcms::translation_domain_scope | Set gettext domain id withing specific scope |
| Ccppcms::triggers_recorder | Triggers_recorder is a class that allows you to record all triggers added in certain scope |
| Ccppcms::urandom_device | High entropy random number generator |
| Ccppcms::url_dispatcher | This class is used to glue between member function of application class and urls |
| Ccppcms::url_mapper | Class for mapping URLs - the opposite of dispatch |
| Ccppcms::views::generator | The class that represents a single skin and generates its views |
| Ccppcms::views::manager | This class controls the views used my application it knows to load them dynamically and reload if needed |
| Ccppcms::views::pool | This is a singleton object that holds all views in the process. Any view is registered and unregistered via this object |
| Ccppcms::views::view_lock | A class that allows to use the view withing the internal lock used inside pool class |
| Ccppcms::widgets::base_widget | This class is the base class of all renderable widgets which can be used with CppCMS form system |
| Ccppcms::json::null | Special object that is convertible to null json value |
| ►Costream | |
| Ccppcms::util::stackstream< Size > | Fast output stream object |
| ►Cout_of_range | |
| Cbooster::out_of_range | Same as std::out_of_range but records stack trace |
| ►Coverflow_error | |
| Cbooster::overflow_error | Same as std::overflow_error but records stack trace |
| ►Cpair | |
| Cbooster::sub_match< Iterator > | This class represents a single captures subexpression |
| Cbooster::locale::period::period_type | This class holds a type that represents certain period of time like year, hour, second and so on |
| Cbooster::locale::posix_time | |
| Cbooster::ptime | This class represents POSIX time |
| ►Crange_error | |
| Cbooster::range_error | Same as std::range_error but records stack trace |
| Ccppcms::filters::raw | Output filter raw |
| ►Cbooster::refcounted | This class is used as base class for reference counted objects that use intrusive_ptr. Deriving from this class allows simple way to manage reference counting for single object |
| ►Cbooster::callable< Result(Params...)> | |
| Cbooster::callback< Result(Params...)>::callable_impl< R, F > | |
| Cbooster::callback< Result(Params...)>::callable_impl< void, F > | |
| Cbooster::regex | This is a simple wrapper of PCRE library |
| Ccppcms::xss::rules | The class that holds XSS filter rules |
| ►Cruntime_error | |
| Cbooster::runtime_error | Same as std::runtime_error but records stack trace |
| Ccppcms::plugin::scope | |
| ►Ccppcms::serializable_base | Base abstract class for object that can be serialized into std::string |
| Ccppcms::serializable | Abstract class for serialization object |
| Ccppcms::serialization_traits< Object > | This is the traits class for serialization traits |
| Ccppcms::session_api_factory | Factory object that generates custom implemented session_api objects |
| Ccppcms::sessions::session_storage_factory | The factory is an interface to a factory that creates session_storage objects, it should be thread safe |
| Cbooster::locale::utf8_codecvt< CharType >::state_type | |
| Ccppcms::filters::streamable | A special proxy object for writing any object to a std::ostream |
| ►Cstreambuf | |
| ►Cbooster::streambuf | This is an implementation of generic streambuffer |
| Cbooster::nowide::basic_filebuf< char > | |
| Ccppcms::util::const_char_buf | |
| Ccppcms::util::filterbuf< Filter, BufferSize > | |
| Ccppcms::util::filterbuf< Filter, 0 > | |
| Ccppcms::util::stackbuf< OnStackSize > | Very simple output stream buffer that uses stack for small chunks of text and then allocates memory of the default buffer is too small |
| ►Ccppcms::util::stackbuf< Size > | |
| Ccppcms::util::steal_buffer< Size > | This is a special buffer that allows to "steal" some chunk of text from the output stream |
| Ccppcms::filters::strftime | Custom time formating filter |
| Ccppcms::string_key | This is a special object that may hold an std::string or alternatively reference to external (unowned) chunk of text |
| Cbooster::thread_specific_ptr< T > | Thread specific pointer |
| Ccppcms::filters::time | Format local time to ouput stream |
| Ccppcms::filters::to_lower | Output filter to_lower |
| Ccppcms::filters::to_title | Output filter to_title |
| Ccppcms::filters::to_upper | Output filter to_upper |
| Ccppcms::json::traits< T > | The type traits schema for converting json values to/from orinary objects i.e. serialization from JSON to C++ object |
| Ccppcms::json::undefined | Special object that is convertible to undefined json value |
| ►Cunderflow_error | |
| Cbooster::underflow_error | Same as std::underflow_error but records stack trace |
| Ccppcms::filters::urlencode | Output filter urlencode |
| Cbooster::locale::utf::utf_traits< CharType, size > | |
| Cbooster::locale::utf::utf_traits< CharType, 1 > | |
| Cbooster::locale::utf::utf_traits< CharType, 2 > | |
| Cbooster::locale::utf::utf_traits< CharType, 4 > | |
| Ccppcms::json::value | This class is central representation of json objects |
| ►Cenable_shared_from_this | |
| Ccppcms::application_specific_pool | Interface for creating user applications |
| Ccppcms::http::context | Context is a central class that holds all specific connection related information. It encapsulates CGI request and response, cache, session and locale information |
| ►Cerror_category | |
| Cbooster::aio::aio_error::category | |