Reference: Major CppCMS Classes
CppCMS use many classes, however, most of them are not interesting for user because the are module specific or internal classes.
In this reference you find all classes that are used by developers of web applications.
cppcms::cppcms_config
-- access to configuration facilities of CppCMS.cppcms::manager
--- major CppCMS application instance that controls different workers.cppcms::worker_thread
andcppcms::application
--- are major classes that include all working API.cppcms::base_content
andcppcms::base_view
--- the class that used for creation of content and rendering HTML.cppcms::cache_iface
--- caching API.cppcms::session_interface
--- sessions API.cppcms::url_parser
--- nice urls API.cppcms::form
-- and other forms related classes.cppcms::serializable
-- serialization of C++ objects.