| booster | Booster library namespace. The library that implements Boost Like API in ABI backward compatible way |
| booster::aio | This namespace povides and API to asynchronous sockets API, asynchronous timer and event loop handing |
| booster::aio::aio_error | This namespace includes Booster.Aio specific error codes |
| booster::locale | This is the main namespace that encloses all localization classes |
| booster::locale::as | This namespace includes all manipulators that can be used on IO streams |
| booster::locale::flags | This namespace holds additional formatting flags that can be set using ios_info |
| booster::locale::gnu_gettext | This namespace holds classes that provide GNU Gettext message catalogs support |
| booster::locale::period | Namespace that contains various types for manipulation with dates |
| booster::locale::period::marks | This namespace holds a enum of various period types like era, year, month, etc. |
| booster::locale::time_zone | Namespace that holds functions for operating with global time zone |
| booster::locale::utf | Namespace that holds basic operations on UTF encoded sequences |
| booster::locale::util | This namespace provides various utility function useful for Boost.Locale backends implementations |
| booster::log | This namespace includes Booster.Log related classes |
| booster::log::sinks | This namespace includes various output devices (sinks) for logger |
| booster::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) |
| booster::stack_trace | Namespace that holds basic operations for implementing stack trace |
| booster::system | This namespace includes partial implementation of std::tr1's/boost's system_error, error_code classes |
| cppcms | This is the namespace where all CppCMS functionality is placed |
| cppcms::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 |
| cppcms::crypto | This namespace holds basic cryptographic utilities useful for save interaction with user |
| cppcms::encoding | This Namespace holds various function for dealing with encoding |
| cppcms::filters | This namespace various filters that can be used in templates for filtering data |
| cppcms::http | This namespace represent classes that are directly connected to handing HTTP requests and responses |
| cppcms::json | This namespace includes all JSON parsing and formatting related classes and functions |
| cppcms::rpc | This namespace holds API for implementing various RPC APIs, like JsonRPC |
| cppcms::sessions | This namespace keeps various session storage backends |
| cppcms::util | This namespace holds various useful helper functions for we developer |
| cppcms::views | This namespace holds all classes used for rendering CppCMS views |
| cppcms::widgets | This namespace includes all the widgets (i.e. parts of HTML forms) supported by cppcms |
| cppcms::xss | Namespace that holds Anti-Cross Site Scripting Filter support |