Crow  1.0
A C++ microframework for the web
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Class Hierarchy

Go to the graphical 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::DynamicRuleA rule that can change its parameters during runtime
 Ccrow::TaggedRule< Args >Default rule created when CROW_ROUTE is called
 Ccrow::WebSocketRuleA rule dealing with websockets
 Ccrow::BlueprintA blueprint can be considered a smaller section of a Crow app, specifically where the router is conecerned
 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
 Ccrow::websocket::Connection< Adaptor >A websocket connection
 Ccrow::Connection< Adaptor, Handler, Middlewares >An HTTP connection
 Ccontext
 Ccrow::detail::partial_context< Middlewares >
 Ccrow::detail::partial_context< Middlewares... >
 Ccrow::detail::context< Middlewares... >
 Ccrow::detail::context< Middlewares >
 Ccrow::CookieParser::context
 Ccrow::CORSHandler::context
 Ccrow::UTF8::context
 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
 Cequality_comparable
 Ccrow::json::detail::r_stringA read string implementation with comparison functionality
 Ccrow::json::detail::r_stringA read string implementation with comparison functionality
 Cstd::exceptionSTL class
 Ccrow::mustache::invalid_template_exception
 Ccrow::detail::check_before_handle_arity_3_const< MW >::get< T, const >
 Ccrow::detail::check_before_handle_arity_3< MW >::get< T, >
 Ccrow::detail::check_after_handle_arity_3_const< MW >::get< T, const >
 Ccrow::detail::check_after_handle_arity_3< MW >::get< T, >
 Ccrow::detail::check_global_call_false< MW >::get< T, type >
 Ccrow::detail::handler_call_bridge< Route, App, Middlewares >
 Ccrow::detail::handler_middleware_wrapper< F, App, Middlewares >
 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
 Chttp_parser
 Ccrow::HTTPParser< Handler >A wrapper for nodejs/http-parser
 Ccrow::HTTPParser< crow::Connection >
 Ccrow::ILocalMiddlewareLocal middleware should extend ILocalMiddleware
 Ccrow::ILogHandler
 Ccrow::CerrLogHandler
 Ccrow::detail::is_after_handle_arity_3_impl< T >
 Ccrow::detail::is_before_handle_arity_3_impl< T >
 Cless_than_comparable
 Ccrow::json::detail::r_stringA read string implementation with comparison functionality
 Ccrow::json::detail::r_stringA read string implementation with comparison functionality
 Ccrow::logger
 Ccrow::detail::handler_middleware_wrapper< F, App, Middlewares >::middleware_call_criteria< MW >
 Ccrow::detail::middleware_call_criteria_only_global< MW >
 Ccrow::Trie::Node
 Ccrow::json::wvalue::number
 Ccrow::multipart::partOne part of the multipart message
 Ccrow::detail::partial_context<>
 Ccrow::Router::PerMethod
 Ccrow::query_stringA class to represent any data coming after the ? in the request URL into key-value pairs
 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::json::wvalueJSON write value
 Ccrow::multipart::messageThe parsed multipart request/response
 Ccrow::mustache::rendered_template
 Ccrow::RouterHandles matching requests to existing rules and upgrade requests
 Ccrow::RuleParameterTraits< T >Allows the user to assign parameters using functions
 Ccrow::RuleParameterTraits< DynamicRule >
 Ccrow::DynamicRuleA rule that can change its parameters during runtime
 Ccrow::RuleParameterTraits< TaggedRule< Args... > >
 Ccrow::TaggedRule< Args >Default rule created when CROW_ROUTE is called
 Ccrow::json::rvalueJSON read value
 Ccrow::Server< Handler, Adaptor, Middlewares >
 Ccrow::SocketAdaptorA wrapper for the asio::ip::tcp::socket and asio::ssl::stream
 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
 Ctemplate rebind< partial_context >
 Ccrow::detail::partial_context< Middlewares >
 Ccrow::detail::partial_context< Middlewares... >
 Ccrow::mustache::template_tA mustache template object
 Ccrow::TrieA search tree
 Ccrow::UTF8
 Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >