booster::locale::abstract_calendar | |
booster::aio::acceptor | This class represents a socket that accepts incoming connections |
cppcms::base_content::app_guard | Special guard class that allows setting and resetting content's rendeding according to the specific scope |
cppcms::application | Application class is the base class for all user created applications |
cppcms::applications_pool | Application pool is the central class that holds user created applications |
cppcms::archive | Class that represents a binary archive that can be stored in persistent storage or transfered |
cppcms::archive_error | Error thrown in case of serialization error |
cppcms::archive_traits< Object > | Special traits class that describes how to serialize various objects that are not defived from serializable_base |
booster::atomic_counter | Atomic counter is a class that allows perform counting in thread safe way |
booster::backtrace | Class that records the stack trace when it is created, |
booster::bad_callback_call | This exception is thrown in case of calling unassigned/empty function |
booster::bad_cast | Same as std::bad_cast but records stack trace |
booster::bad_function_call | This exception is thrown in case of an attempt to call to unassigned booster::function |
booster::nowide::bad_utf | This exception is thrown if invalid UTF-8 or UTF-16 is given as input |
cppcms::json::bad_value_cast | The error that is thrown in case of bad conversion of json::value to ordinary value |
booster::bad_weak_ptr | |
cppcms::filters::base64_urlencode | Output filter base64_urlencode |
cppcms::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 |
booster::locale::util::base_converter | This class represent a simple stateless converter from UCS-4 and to UCS-4 for each single code point |
cppcms::base_form | This class is the base class for any form or form widget used in CppCMS |
cppcms::widgets::base_html_input | This class represents a basic widget that generates HTML form elements the widgets that use the <input \/> HTML tag |
cppcms::widgets::base_text | This widget is used as base for text input fields |
cppcms::base_view | This class is base class for all views (skins) rendered by CppCMS template engine |
cppcms::widgets::base_widget | This class is the base class of all renderable widgets which can be used with CppCMS form system |
booster::nowide::basic_filebuf< char > | |
booster::locale::basic_format< CharType > | Printf like class that allows type-safe and locale aware message formatting |
booster::nowide::basic_fstream< CharType, Traits > | |
booster::nowide::basic_ifstream< CharType, Traits > | |
booster::aio::basic_io_device | This is a basic object that allows execution of asynchronous operations |
booster::locale::basic_message< CharType > | This class represents a message that can be converted to a specific locale message |
booster::nowide::basic_ofstream< CharType, Traits > | |
booster::aio::basic_socket | This class represents a basic Socket object |
booster::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 |
cppcms::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 |
booster::locale::calendar | This class provides an access to general calendar information |
booster::locale::calendar_facet | Facet that generates calendar for specific locale |
cppcms::rpc::call_error | The error thrown in case of bad call - parameters mismatch or invalid request |
booster::callback< Result(Params...)> | This is Booster's implementation of std::tr1::callback/booster::callback |
booster::aio::aio_error::category | |
cppcms::crypto::cbc | Cipher-block chaining encryption and decryption cryptographic service |
cppcms::widgets::checkbox | This class represent an HTML checkbox input element |
booster::clone_ptr< T > | Smart pointer similar to std::auto_ptr but it clones (by calling T::clone()) underlying object on copy instead of moving its ownership |
booster::locale::collator< CharType > | Collation facet |
booster::locale::collator_base | Base class that includes collation level flags |
booster::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 |
booster::condition_variable | This is conditional variable object |
booster::aio::const_buffer | An immutable buffer - buffer for write operations |
booster::detail::const_cast_tag | |
cppcms::http::content_type | Class that represents parsed Content-Type header, this is immutable class. Once it is created its values does not change |
cppcms::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 |
booster::locale::conv::conversion_error | The excepton that is thrown in case of conversion error |
booster::locale::converter< char > | |
booster::locale::converter< wchar_t > | |
booster::locale::converter_base | This class provides base flags for text manipulation. It is used as base for converter facet |
cppcms::http::cookie | Class that represents single HTTP Cookie Generally used in context of http::request and http::response |
cppcms::copy_filter | Copy the output stream part - "tee" filter |
booster::copy_ptr< T > | Smart pointer similar to std::auto_ptr but it copies underlying object on pointer copy instead of moving its ownership |
cppcms::cppcms_error | Exception thrown by CppCMS framework |
cppcms::filters::date | Formats date to the stream, date is represented as number - POSIX time, a plain number |
booster::locale::date_time | This class represents a date time and allows to perform various operation according to the locale settings |
booster::locale::date_time_duration | This class represents a period: a pair of two date_time objects |
booster::locale::date_time_error | This error is thrown in case of invalid state that occurred |
booster::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 |
booster::locale::date_time_period_set | This class that represents a set of periods, |
cppcms::filters::datetime | Format date and time to ouput stream |
booster::aio::deadline_timer | A timer object |
booster::locale::gnu_gettext::messages_info::domain | This type represents GNU Gettext domain name for the messages |
booster::domain_error | Same as std::domain_error but records stack trace |
booster::detail::dynamic_cast_tag | |
cppcms::widgets::select_base::element | |
cppcms::widgets::email | This widget checks that the input is a valid email address |
booster::enable_shared_from_this< T > | This class is borrowed from boost |
cppcms::sessions::encryptor | This is an interface to generic session cookies encryption or signing API |
cppcms::sessions::encryptor_factory | This is an interface for an object that creates new encryptors |
booster::aio::endpoint | This class represents the connection endpoint, that is generally sockaddr structure in Berkeley sockets API |
booster::aio::buffer_impl< Pointer >::entry | |
booster::system::error_category | This class represents a category of errors |
booster::system::error_code | The lightweight object that carries a error code information and its category |
cppcms::filters::escape | Output filter escape |
booster::aio::reactor::event | Structure that defines output events |
booster::exception | Same as std::exception but records stack trace |
cppcms::applications_pool::factory | Base class for user application factories |
booster::log::sinks::file | Log file based sink - sends messages to log file |
cppcms::widgets::file | This class represents a file upload form entry |
cppcms::http::file | This class holds a uploaded file, it is generally fetched via widgets::file or via http::request::files |
cppcms::form | The form is a container used to collect other widgets and forms into a single unit |
cppcms::form_context | This class represents the context required to generate the widgets' HTML |
cppcms::form_flags | This struct holds various flags to control the HTML generation |
cppcms::forwarder | Class responsble for automaticall forwarding of HTTP/CGI requests to other hosts over SCGI |
booster::function< Result(Params...)> | This is Booster's implementation of std::tr1::function/booster::function |
cppcms::views::generator | The class that represents a single skin and generates its views |
booster::locale::generator | Major class used for locale generation |
cppcms::widgets::hidden | This widget represents a hidden input form element. It is used to provide information invisible to the user |
cppcms::crypto::hmac | This object calculates the HMAC signature for the input data |
booster::hold_ptr< T > | Smart pointer similar to std::auto_ptr but it is non-copyable and underlying object has same constness as the pointer itself (not like in ordinary pointer) |
booster::locale::hold_ptr< T > | Smart pointer similar to std::auto_ptr but it is non-copyable and the underlying object has the same constness as the pointer itself (unlike an ordinary pointer) |
booster::locale::info | Facet that holds general information about locale |
booster::intrusive_ptr< T > | Intrusive_ptr is the class taken as-is from boost |
booster::invalid_argument | Same as std::invalid_argument but records stack trace |
booster::locale::conv::invalid_charset_error | This exception is thrown in case of use of unsupported or invalid character set |
booster::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 |
booster::aio::io_events | Struct that collects multiple event types for polling |
booster::aio::io_service | This is the central event loop that dispatches all requests |
booster::locale::ios_info | This class holds an external data - beyond existing fmtflags that std::ios_base holds |
cppcms::form::iterator | Input iterator used to iterate over all the widgets in a form |
cppcms::rpc::json_call | This class represents single call of json-rpc method |
cppcms::rpc::json_rpc_server | JSON-RPC service application |
cppcms::crypto::key | Key object, holds the string that represents the binary key |
booster::length_error | Same as std::length_error but records stack trace |
booster::locale::localization_backend | This class represents a localization backend that can be used for localizing your application |
booster::locale::localization_backend_manager | Localization backend manager is a class that holds various backend and allows creation of their combination or selection |
booster::log::logger | This is the central class that manages all logging operations |
booster::logic_error | Same as std::logic_error but records stack trace |
cppcms::views::manager | This class controls the views used my application it knows to load them dynamically and reload if needed |
booster::match_results< Iterator > | The object that hold the result of matching a regular expression against the text using regex_match and regex_search functions |
booster::log::message | This class represents a single message that should be written to log |
cppcms::crypto::message_digest | This class provides an API to calculate various cryptographic hash functions |
booster::locale::message_format< CharType > | This facet provides message formatting abilities |
booster::locale::gnu_gettext::messages_info | This structure holds all information required for creating gnu-gettext message catalogs, |
cppcms::mount_point | This class represents application's mount point or the rule on which specific application is selected to process the query |
booster::aio::mutable_buffer | A mutable buffer - a buffer for read operations |
booster::mutex | Mutex object |
booster::noncopyable | This class makes impossible to copy any class derived from this one |
cppcms::json::null | Special object that is convertible to null json value |
cppcms::widgets::numeric< T > | Widget for number input. It is a template class that assumes that T is a number |
booster::out_of_range | Same as std::out_of_range but records stack trace |
booster::overflow_error | Same as std::overflow_error but records stack trace |
cppcms::widgets::password | Simple text widget with few, obvious differences |
booster::locale::period::period_type | This class holds a type that represents certain period of time like year, hour, second and so on |
booster::detail::polymorphic_cast_tag | |
cppcms::views::pool | This is a singleton object that holds all views in the process. Any view is registered and unregistered via this object |
booster::locale::posix_time | |
booster::ptime | This class represents POSIX time |
cppcms::widgets::radio | The widget that uses a set of radio buttons. |
booster::range_error | Same as std::range_error but records stack trace |
cppcms::filters::raw | Output filter raw |
booster::aio::reactor | This class is an abstraction of platform dependent polling API |
booster::recursive_mutex | Recursive mutex object |
booster::recursive_shared_mutex | Recursuve Shared mutex or a.k.a. Read-Write Lock that can be recursively locked by readers |
booster::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 |
booster::regex | This is a simple wrapper of PCRE library |
booster::regex_error | Exception that is thrown in case of creation of invalid regex |
cppcms::widgets::regex_field | This class is extending a simple text widget by using additional regular expression validation |
cppcms::http::request | This class represents all information related to the HTTP/CGI request |
cppcms::request_forgery_error | This exception is thrown when CSRF attempt is suspected: |
cppcms::http::response | This class represents all HTTP/CGI response related API, generation of output content and HTTP headers |
cppcms::xss::rules | The class that holds XSS filter rules |
booster::runtime_error | Same as std::runtime_error but records stack trace |
cppcms::widgets::select | The widget that uses a drop-down list for selection |
cppcms::widgets::select_base | This is the base class for "select" like widgets which include dropdown lists and radio button sets |
cppcms::widgets::select_multiple | This widget represents an HTML multiple select form element |
cppcms::serializable | Abstract class for serialization object |
cppcms::serializable_base | Base abstract class for object that can be serialized into std::string |
cppcms::serialization_traits< Object > | This is the traits class for serialization traits |
cppcms::service | This class represent the central event loop of the CppCMS applications |
cppcms::session_api | This class represents the most generic implementation of session storage device |
cppcms::session_api_factory | Factory object that generates custom implemented session_api objects |
cppcms::sessions::session_cookies | The implementation of session_api using encrypted or signed cookies |
cppcms::sessions::session_dual | Client and Server side storage implementation of session_api |
cppcms::session_interface | This class provides an access to an application for session management |
cppcms::session_pool | This class provides an access to session management backends an allow customization |
cppcms::sessions::session_sid | An implementation of session_api that stores the data using session_storage and unique session id |
cppcms::sessions::session_storage | Session_server_storage is an abstract class that allows user to implements custom session storage device like, database storage device |
cppcms::sessions::session_storage_factory | The factory is an interface to a factory that creates session_storage objects, it should be thread safe |
booster::detail::shared_count | |
booster::shared_lock< Mutex > | Shared lock guard |
booster::shared_mutex | Shared mutex or a.k.a. Read-Write Lock |
booster::shared_object | Class that allows loading dynamic libraries: shared objects and dlls |
booster::shared_ptr< T > | |
booster::detail::shared_ptr_traits< T > | |
booster::detail::shared_ptr_traits< void > | |
booster::detail::shared_ptr_traits< void const > | |
booster::detail::shared_ptr_traits< void const volatile > | |
booster::detail::shared_ptr_traits< void volatile > | |
booster::log::sink | This is the abstract interface to general sink - the consumer of the logged messages |
booster::detail::sp_convertible< Y, T > | |
booster::detail::sp_counted_base | |
booster::detail::sp_counted_base_atomic | |
booster::detail::sp_counted_impl_p< X > | |
booster::detail::sp_counted_impl_pd< P, D > | |
booster::detail::sp_counted_impl_pda< P, D, A > | |
booster::detail::sp_empty | |
booster::detail::sp_enable_if_auto_ptr< T, R > | |
booster::detail::sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | |
booster::detail::sp_enable_if_convertible< Y, T > | |
booster::detail::sp_enable_if_convertible_impl< false > | |
booster::detail::sp_enable_if_convertible_impl< true > | |
booster::detail::sp_nothrow_tag | |
cppcms::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 |
cppcms::util::stackstream< Size > | Fast output stream object |
booster::log::sinks::standard_error | Stderr based sink - sends messages to standard error output |
booster::detail::static_cast_tag | |
cppcms::util::steal_buffer< Size > | This is a special buffer that allows to "steal" some chunk of text from the output stream |
booster::aio::stream_socket | This object represents a stream socket: TCP/IP IPv4 or IPv6 or Unix domain stream socket |
cppcms::filters::streamable | A special proxy object for writing any object to a std::ostream |
booster::streambuf | This is an implementation of generic streambuffer |
streambuf | |
cppcms::filters::strftime | Custom time formating filter |
cppcms::string_key | This is a special object that may hold an std::string or alternatively reference to external (unowned) chunk of text |
booster::sub_match< Iterator > | This class represents a single captures subexpression |
cppcms::widgets::submit | Submit button widget |
booster::system::system_error | This is the object that should be thrown in case of the error |
cppcms::widgets::text | This class represents an HTML form input element of type text |
cppcms::widgets::textarea | This text widget behaves similarly to the text widget but uses the textarea HTML tag rather than the input HTML tag |
booster::thread | Class that allows to start an execution thread |
cppcms::thread_pool | This class provides an access to the thread pool where all CppCMS synchronous applications are executed |
booster::thread_specific_ptr< T > | Thread specific pointer |
cppcms::filters::time | Format local time to ouput stream |
cppcms::filters::to_lower | Output filter to_lower |
cppcms::filters::to_title | Output filter to_title |
cppcms::filters::to_upper | Output filter to_upper |
cppcms::json::traits< T > | The type traits schema for converting json values to/from orinary objects i.e. serialization from JSON to C++ object |
cppcms::triggers_recorder | Triggers_recorder is a class that allows you to record all triggers added in certain scope |
cppcms::json::undefined | Special object that is convertible to undefined json value |
booster::underflow_error | Same as std::underflow_error but records stack trace |
booster::unique_lock< Mutex > | Unique lock guard |
cppcms::urandom_device | High entropy random number generator |
cppcms::url_dispatcher | This class is used to glue between member function of application class and urls |
cppcms::url_mapper | Class for mapping URLs - the opposite of dispatch |
cppcms::filters::urlencode | Output filter urlencode |
booster::locale::utf::utf_traits< CharType, 1 > | |
booster::locale::utf::utf_traits< CharType, 2 > | |
booster::locale::utf::utf_traits< CharType, 4 > | |
cppcms::json::value | This class is central representation of json objects |
booster::detail::weak_count | |
booster::weak_ptr< T > | |