 booster::locale::abstract_calendar | |
 cppcms::base_content::app_guard | Special guard class that allows setting and resetting content's rendeding according to the specific scope |
 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_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_cast | Same as std::bad_cast but records stack trace |
   cppcms::json::bad_value_cast | The error that is thrown in case of bad conversion of json::value to ordinary value |
  booster::domain_error | Same as std::domain_error but records stack trace |
  booster::exception | Same as std::exception but records stack trace |
   booster::bad_weak_ptr | |
  booster::invalid_argument | Same as std::invalid_argument but records stack trace |
  booster::length_error | Same as std::length_error but records stack trace |
  booster::logic_error | Same as std::logic_error but records stack trace |
  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 |
  booster::range_error | Same as std::range_error but records stack trace |
  booster::runtime_error | Same as std::runtime_error but records stack trace |
   booster::bad_callback_call | This exception is thrown in case of calling unassigned/empty function |
   booster::bad_function_call | This exception is thrown in case of an attempt to call to unassigned booster::function |
   booster::locale::conv::conversion_error | The excepton that is thrown in case of conversion error |
   booster::locale::conv::invalid_charset_error | This exception is thrown in case of use of unsupported or invalid character set |
   booster::locale::date_time_error | This error is thrown in case of invalid state that occurred |
   booster::nowide::bad_utf | This exception is thrown if invalid UTF-8 or UTF-16 is given as input |
   booster::regex_error | Exception that is thrown in case of creation of invalid regex |
   booster::system::system_error | This is the object that should be thrown in case of the error |
   cppcms::archive_error | Error thrown in case of serialization error |
   cppcms::cppcms_error | Exception thrown by CppCMS framework |
    cppcms::request_forgery_error | This exception is thrown when CSRF attempt is suspected: |
    cppcms::rpc::call_error | The error thrown in case of bad call - parameters mismatch or invalid request |
  booster::underflow_error | Same as std::underflow_error but records stack trace |
 bad_cast | |
  booster::bad_cast | Same as std::bad_cast but records stack trace |
 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 |
 base_message_format | |
  booster::locale::message_format< CharType > | This facet provides message formatting abilities |
 booster::nowide::basic_filebuf< CharType, Traits > | |
 booster::locale::basic_format< CharType > | Printf like class that allows type-safe and locale aware message formatting |
 basic_iostream | |
  booster::nowide::basic_fstream< CharType, Traits > | |
 basic_istream | |
  booster::nowide::basic_ifstream< CharType, Traits > | |
 booster::locale::basic_message< CharType > | This class represents a message that can be converted to a specific locale message |
 booster::locale::basic_message< char_type > | |
 basic_ostream | |
  booster::nowide::basic_ofstream< CharType, Traits > | |
 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 |
 booster::aio::buffer_impl< char * > | |
  booster::aio::mutable_buffer | A mutable buffer - a buffer for read operations |
 booster::aio::buffer_impl< const char * > | |
  booster::aio::const_buffer | An immutable buffer - buffer for write operations |
 booster::locale::calendar | This class provides an access to general calendar information |
 booster::callable< Type > | |
 booster::callback< Type > | |
 booster::callback< Result(Params...)> | This is Booster's implementation of std::tr1::callback/booster::callback |
 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 |
 collate | |
  booster::locale::collator< CharType > | Collation facet |
 booster::locale::collator_base | Base class that includes collation level flags |
  booster::locale::collator< CharType > | Collation facet |
 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::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 |
 booster::locale::converter< CharType > | |
 booster::locale::converter_base | This class provides base flags for text manipulation. It is used as base for converter facet |
  booster::locale::converter< char > | |
  booster::locale::converter< wchar_t > | |
 cppcms::http::cookie | Class that represents single HTTP Cookie Generally used in context of http::request and http::response |
 booster::copy_ptr< T > | Smart pointer similar to std::auto_ptr but it copies underlying object on pointer copy instead of moving its ownership |
 booster::copy_ptr< _data > | |
 booster::copy_ptr< data > | |
 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_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::locale::gnu_gettext::messages_info::domain | This type represents GNU Gettext domain name for the messages |
 domain_error | |
  booster::domain_error | Same as std::domain_error but records stack trace |
 booster::detail::dynamic_cast_tag | |
 cppcms::widgets::select_base::element | |
 booster::enable_shared_from_this< T > | This class is borrowed from boost |
 booster::enable_shared_from_this2< T > | |
 booster::enable_shared_from_this< context > | |
  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 |
 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::aio::aio_error::category | |
 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 |
 exception | |
  booster::exception | Same as std::exception but records stack trace |
 facet | |
  booster::locale::calendar_facet | Facet that generates calendar for specific locale |
  booster::locale::converter< char > | |
  booster::locale::converter< wchar_t > | |
  booster::locale::info | Facet that holds general information about locale |
 cppcms::form_flags | This struct holds various flags to control the HTML generation |
  cppcms::base_form | This class is the base class for any form or form widget used in CppCMS |
   cppcms::form | The form is a container used to collect other widgets and forms into a single unit |
   cppcms::widgets::base_widget | This class is the base class of all renderable widgets which can be used with CppCMS form system |
    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::checkbox | This class represent an HTML checkbox input element |
     cppcms::widgets::file | This class represents a file upload form entry |
     cppcms::widgets::numeric< T > | Widget for number input. It is a template class that assumes that T is a number |
     cppcms::widgets::submit | Submit button widget |
     cppcms::widgets::text | This class represents an HTML form input element of type text |
      cppcms::widgets::hidden | This widget represents a hidden input form element. It is used to provide information invisible to the user |
      cppcms::widgets::password | Simple text widget with few, obvious differences |
      cppcms::widgets::regex_field | This class is extending a simple text widget by using additional regular expression validation |
       cppcms::widgets::email | This widget checks that the input is a valid email address |
    cppcms::widgets::base_text | This widget is used as base for text input fields |
     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 |
    cppcms::widgets::select_base | This is the base class for "select" like widgets which include dropdown lists and radio button sets |
     cppcms::widgets::radio | The widget that uses a set of radio buttons. |
     cppcms::widgets::select | The widget that uses a drop-down list for selection |
    cppcms::widgets::select_multiple | This widget represents an HTML multiple select form element |
  cppcms::form_context | This class represents the context required to generate the widgets' HTML |
 cppcms::forwarder | Class responsble for automaticall forwarding of HTTP/CGI requests to other hosts over SCGI |
 booster::function< Type > | |
 booster::function< Result(Params...)> | This is Booster's implementation of std::tr1::function/booster::function |
 booster::function< void(json::array const &)> | |
 booster::locale::generator | Major class used for locale generation |
 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::hold_ptr< _data > | |
 booster::locale::hold_ptr< booster::locale::abstract_calendar > | |
 booster::hold_ptr< data > | |
 booster::hold_ptr< data_ > | |
 booster::hold_ptr< impl::cppcms::service > | |
 booster::hold_ptr< impl::cppcms::thread_pool > | |
 booster::hold_ptr< impl_data > | |
 booster::intrusive_ptr< T > | Intrusive_ptr is the class taken as-is from boost |
 booster::intrusive_ptr< details::key > | |
 booster::intrusive_ptr< impl::base_cache > | |
 invalid_argument | |
  booster::invalid_argument | Same as std::invalid_argument but records stack trace |
 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::aio::reactor | This class is an abstraction of platform dependent polling API |
 booster::locale::ios_info | This class holds an external data - beyond existing fmtflags that std::ios_base holds |
 iterator | |
  cppcms::form::iterator | Input iterator used to iterate over all the widgets in a form |
 cppcms::crypto::key | Key object, holds the string that represents the binary key |
 length_error | |
  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 |
 logic_error | |
  booster::logic_error | Same as std::logic_error but records stack trace |
 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 |
 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::noncopyable | This class makes impossible to copy any class derived from this one |
  booster::aio::basic_io_device | This is a basic object that allows execution of asynchronous operations |
   booster::aio::basic_socket | This class represents a basic Socket object |
    booster::aio::acceptor | This class represents a socket that accepts incoming connections |
    booster::aio::stream_socket | This object represents a stream socket: TCP/IP IPv4 or IPv6 or Unix domain stream socket |
  booster::aio::deadline_timer | A timer object |
  booster::aio::io_service | This is the central event loop that dispatches all requests |
  booster::log::logger | This is the central class that manages all logging operations |
  booster::log::sink | This is the abstract interface to general sink - the consumer of the logged messages |
   booster::log::sinks::file | Log file based sink - sends messages to log file |
   booster::log::sinks::standard_error | Stderr based sink - sends messages to standard error output |
  booster::mutex | Mutex object |
  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::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::thread | Class that allows to start an execution thread |
  booster::unique_lock< Mutex > | Unique lock guard |
  cppcms::application | Application class is the base class for all user created applications |
   cppcms::rpc::json_rpc_server | JSON-RPC service application |
  cppcms::applications_pool::factory | Base class for user application factories |
  cppcms::base_view | This class is base class for all views (skins) rendered by CppCMS template engine |
  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 |
  cppcms::copy_filter | Copy the output stream part - "tee" filter |
  cppcms::crypto::cbc | Cipher-block chaining encryption and decryption cryptographic service |
  cppcms::crypto::hmac | This object calculates the HMAC signature for the input data |
  cppcms::crypto::message_digest | This class provides an API to calculate various cryptographic hash functions |
  cppcms::form | The form is a container used to collect other widgets and forms into a single unit |
  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 |
  cppcms::http::file | This class holds a uploaded file, it is generally fetched via widgets::file or via http::request::files |
  cppcms::http::request | This class represents all information related to the HTTP/CGI request |
  cppcms::http::response | This class represents all HTTP/CGI response related API, generation of output content and HTTP headers |
  cppcms::rpc::json_call | This class represents single call of json-rpc method |
  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::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::sessions::session_sid | An implementation of session_api that stores the data using session_storage and unique session id |
  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::encryptor | This is an interface to generic session cookies encryption or signing API |
  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::thread_pool | This class provides an access to the thread pool where all CppCMS synchronous applications are executed |
  cppcms::triggers_recorder | Triggers_recorder is a class that allows you to record all triggers added in certain scope |
  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::views::generator | The class that represents a single skin and generates its views |
  cppcms::views::manager | This class controls the views used my application it knows to load them dynamically and reload if needed |
  cppcms::views::pool | This is a singleton object that holds all views in the process. Any view is registered and unregistered via this object |
  cppcms::widgets::base_widget | This class is the base class of all renderable widgets which can be used with CppCMS form system |
 cppcms::json::null | Special object that is convertible to null json value |
 ostream | |
  cppcms::util::stackstream< Size > | Fast output stream object |
 out_of_range | |
  booster::out_of_range | Same as std::out_of_range but records stack trace |
 overflow_error | |
  booster::overflow_error | Same as std::overflow_error but records stack trace |
 pair | |
  booster::sub_match< Iterator > | This class represents a single captures subexpression |
 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 | |
 booster::locale::posix_time | |
 booster::ptime | This class represents POSIX time |
 range_error | |
  booster::range_error | Same as std::range_error but records stack trace |
 cppcms::filters::raw | Output filter raw |
 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 |
 cppcms::xss::rules | The class that holds XSS filter rules |
 runtime_error | |
  booster::runtime_error | Same as std::runtime_error but records stack trace |
 cppcms::serializable_base | Base abstract class for object that can be serialized into std::string |
  cppcms::serializable | Abstract class for serialization object |
 cppcms::serialization_traits< Object > | This is the traits class for serialization traits |
 cppcms::session_api_factory | Factory object that generates custom implemented session_api objects |
 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_ptr< T > | |
 booster::shared_ptr< cppcms::rpc::json_call > | |
 booster::shared_ptr< cppcms::session_api > | |
 booster::shared_ptr< cppcms::sessions::session_cookies > | |
 booster::shared_ptr< cppcms::sessions::session_sid > | |
 booster::shared_ptr< cppcms::sessions::session_storage > | |
 booster::shared_ptr< data > | |
 booster::shared_ptr< http::context > | |
 booster::shared_ptr< http::cppcms::widgets::file > | |
 booster::shared_ptr< impl::cgi::connection > | |
 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::detail::sp_convertible< Y, T > | |
 booster::detail::sp_counted_base | |
  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_counted_base_atomic | |
 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_impl< bool > | |
 booster::detail::sp_enable_if_convertible_impl< false > | |
 booster::detail::sp_enable_if_convertible_impl< sp_convertible< Y, T >::value > | |
  booster::detail::sp_enable_if_convertible< Y, T > | |
 booster::detail::sp_enable_if_convertible_impl< true > | |
 booster::detail::sp_nothrow_tag | |
 booster::detail::static_cast_tag | |
 cppcms::filters::streamable | A special proxy object for writing any object to a std::ostream |
 streambuf | |
  booster::streambuf | This is an implementation of generic streambuffer |
   booster::nowide::basic_filebuf< char > | |
  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::stackbuf< Size > | |
   cppcms::util::steal_buffer< Size > | This is a special buffer that allows to "steal" some chunk of text from the output stream |
 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::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::json::undefined | Special object that is convertible to undefined json value |
 underflow_error | |
  booster::underflow_error | Same as std::underflow_error but records stack trace |
 cppcms::filters::urlencode | Output filter urlencode |
 booster::locale::utf::utf_traits< CharType, size > | |
 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 > | |
 booster::weak_ptr< context > | |