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