WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Cframework::utility::BaseConnectionDataContains all data for connection to server
 Cframework::BaseExecutorBase class for all executors
 Cframework::BaseHeavyOperationStatefulExecutorBase class for executors with dynamically changes states
 Cframework::BaseHeavyOperationStatelessExecutorBase class for executors with constant or static states
 Cframework::BaseStatefulExecutorBase class for executors with dynamically changes states
 Cframework::BaseStatelessExecutorBase class for executors with constant or static states
 Cframework::ResourceExecutorUsed for sending asset files
 Cframework::load_balancer::BaseLoadBalancerHeuristicDetermine which server use
 Cframework::load_balancer::Connections
 Cweb::BaseTCPServer
 Cframework::BaseWebServer
 Cframework::MultithreadedWebServer
 Cframework::ThreadPoolWebServer
 Cframework::load_balancer::LoadBalancerServer
 Cframework::proxy::ProxyServer
 Cframework::utility::ChunkGenerator
 Cframework::utility::ConfigConfig file representation
 Cstd::default_delete< sqlite3 >
 Cframework::utility::JSONSettingsParser::ExecutorSettingsSettings for executor
 Cframework::ExecutorsManager
 Cfts5_api
 Cfts5_tokenizer
 Cfts5_tokenizer_v2
 CFts5ExtensionApi
 CFts5PhraseIter
 Cframework::HTTPRequestParsing HTTP request
 Cframework::HTTPResponseHTTPBuilder wrapper
 Cframework::utility::HTTPSSingleton
 Cframework::interfaces::IExecutorFunctionality
 Cframework::MultithreadedWebServer
 Cframework::ThreadPoolWebServer
 Cframework::interfaces::IFile
 Cframework::interfaces::IDynamicFile
 Cframework::ResourceExecutorUsed for sending asset files
 Cframework::interfaces::IStaticFile
 Cframework::ResourceExecutorUsed for sending asset files
 Cframework::utility::JSONSettingsParserParser for .json settings file
 Cframework::utility::RouteParameters
 Cstd::runtime_error
 Cframework::exceptions::BaseWebFrameworkExceptionBase class for all WebFramework exceptions
 Cframework::exceptions::BaseExecutorExceptionBase class for most of WebFramework exceptions
 Cframework::exceptions::BadRequestExceptionHTTP bad request 400 error code
 Cframework::exceptions::NotImplementedExceptionDefault exception for all HTTP methods in BaseExecutor
 Cframework::exceptions::CantFindFunctionExceptionCan't find createExecutorFunction for executor
 Cframework::exceptions::MissingLoadTypeExceptionMissing loadType in .json file of executor
 Cframework::exceptions::NotFoundExceptionHTTP not found 404 error code
 Cframework::exceptions::CantLoadSourceExceptionWrong path to loadSource from .ini
 Cframework::exceptions::DatabaseExceptionBase class for all database exceptions
 Cframework::exceptions::SQLite3ExceptionClass for SQLite3 exceptions
 Cframework::exceptions::DynamicPagesSyntaxExceptionSyntax erros in .wfdp
 Cframework::SessionsManager
 Csqlite3_file
 Csqlite3_index_info::sqlite3_index_constraint
 Csqlite3_index_info::sqlite3_index_constraint_usage
 Csqlite3_index_info
 Csqlite3_index_info::sqlite3_index_orderby
 Csqlite3_io_methods
 Csqlite3_mem_methods
 Csqlite3_module
 Csqlite3_mutex_methods
 Csqlite3_pcache_methods
 Csqlite3_pcache_methods2
 Csqlite3_pcache_page
 Csqlite3_rtree_geometry
 Csqlite3_rtree_query_info
 Csqlite3_snapshot
 Csqlite3_vfs
 Csqlite3_vtab
 Csqlite3_vtab_cursor
 Cframework::sqlite::SQLiteDatabaseWrapper class for sqlite3 library
 Cframework::sqlite::SQLiteDatabaseModelProviding SELECT, INSERT, UPDATE, DELETE or raw queries for SQLiteDatabase
 Cframework::sqlite::SQLiteManager
 Cframework::sqlite::utility::SQLiteResultContains result of SQL request
 Cframework::WebFrameworkMain class of framework
 Cframework::WebFrameworkDynamicPages