Crow  1.1
A C++ microframework for the web
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Ccrow::mustache::Action
 Ccrow::BaseRuleA base class for all rules
 Ccrow::BlueprintA blueprint can be considered a smaller section of a Crow app, specifically where the router is conecerned
 Ccrow::session::CachedSessionCachedSessions are shared across requests
 Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, S1, S2 >
 Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S< double, Args1... >, black_magic::S< Args2... > >
 Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S< int64_t, Args1... >, black_magic::S< Args2... > >
 Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S< std::string, Args1... >, black_magic::S< Args2... > >
 Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S< uint64_t, Args1... >, black_magic::S< Args2... > >
 Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S<>, black_magic::S< Args1... > >
 Ccrow::detail::routing_handler_call_helper::call_pair< T, Pos >
 Ccrow::detail::routing_handler_call_helper::call_params< H1 >
 Ccrow::CatchallRule
 Ccrow::detail::check_after_handle_arity_3< MW >
 Ccrow::detail::check_after_handle_arity_3_const< MW >
 Ccrow::detail::check_before_handle_arity_3< MW >
 Ccrow::detail::check_before_handle_arity_3_const< MW >
 Ccrow::detail::check_global_call_false< MW >
 Ccrow::ci_hashHashing function for ci_map (unordered_multimap)
 Ccrow::ci_key_eqEquals function for ci_map (unordered_multimap)
 Ccrow::websocket::connectionA base class for websocket connection
 Cblack_magic::last_element_type::type::context
 Ccrow::CookieParser::context
 Ccrow::CORSHandler::context
 Ccrow::SessionMiddleware< Store >::context
 Ccrow::UTF8::context
 Ccrow::CookieParser::Cookie
 Ccrow::CookieParser
 Ccrow::CORSHandlerCORSHandler is a global middleware for setting CORS headers
 Ccrow::CORSRulesUsed for tuning CORS policies
 Ccrow::Crow< Middlewares >The main server application
 Cstd::enable_shared_from_this
 Cstd::exceptionSTL class
 Ccrow::session::ExpirationTrackerExpiration tracker keeps track of soonest-to-expire keys
 Ccrow::FileStore
 Ccrow::detail::check_after_handle_arity_3< MW >::get< T, >
 Ccrow::detail::check_after_handle_arity_3_const< MW >::get< T, const >
 Ccrow::detail::check_before_handle_arity_3< MW >::get< T, >
 Ccrow::detail::check_before_handle_arity_3_const< MW >::get< T, const >
 Ccrow::detail::check_global_call_false< MW >::get< T, type >
 Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< Args >
 Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< ArgsWrapped... >
 Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< const request &, Args... >
 Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< const request &, response &, Args... >
 Ccrow::multipart::headerThe first part in a section, contains metadata about the part
 Ccrow::http_parser
 Ccrow::http_parser_settings
 Ccrow::ILocalMiddlewareLocal middleware should extend ILocalMiddleware
 Ccrow::ILogHandler
 Ccrow::InMemoryStoreInMemoryStore stores all entries in memory
 Ccrow::detail::is_after_handle_arity_3_impl< T >
 Ccrow::detail::is_before_handle_arity_3_impl< T >
 Ccrow::detail::is_middleware_global< MW >
 Ccrow::logger
 Ccrow::detail::middleware_call_criteria_dynamic< Reversed >
 Ccrow::detail::middleware_call_criteria_dynamic< false >
 Ccrow::detail::middleware_call_criteria_dynamic< true >
 Ccrow::detail::middleware_call_criteria_only_global
 Ccrow::detail::middleware_indicesTypesafe wrapper for storing lists of middleware as their indices in the App
 Ccrow::session::multi_value
 Ccrow::Trie::Node
 Ccrow::multipart::partOne part of the multipart message
 Ccrow::detail::partial_context<>
 Ccrow::query_stringA class to represent any data coming after the ? in the request URL into key-value pairs
 Ccrow::json::detail::r_stringA read string implementation with comparison functionality
 Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::req_handler_wrapper< Req, Args >
 Ccrow::requestAn HTTP request
 Ccrow::responseHTTP response
 Ccrow::returnableAn abstract class that allows any other class to be returned by a handler
 Ccrow::RouterHandles matching requests to existing rules and upgrade requests
 Ccrow::routing_handle_result
 Ccrow::RuleParameterTraits< T >Allows the user to assign parameters using functions
 Ccrow::RuleParameterTraits< DynamicRule >
 Ccrow::RuleParameterTraits< TaggedRule< Args... > >
 Ccrow::json::rvalueJSON read value
 Ccrow::websocket::Connection< Adaptor, Handler >::SendMessageType
 Ccrow::Server< Handler, Adaptor, Middlewares >
 Ccrow::SessionMiddleware< Store >
 Csha1::SHA1
 Ccrow::SocketAdaptorA wrapper for the asio::ip::tcp::socket and asio::ssl::stream
 Ccrow::SSLAdaptor
 Ccrow::response::static_file_infoThis constains metadata (coming from the stat command) related to any static files associated with this response
 Ccrow::detail::task_timerA class for scheduling functions to be called after a specific amount of ticks. A tick is equal to 1 second
 Cblack_magic::pop_back::template rebind
 Ccrow::mustache::template_tA mustache template object
 Ccrow::TrieA search tree
 Ccrow::UTF8
 Ccrow::websocket::Connection< Adaptor, Handler >::WeakWrappedMessage< Callable >
 Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >
 Ccrow::json::wvalue_reader