Flow 1.0.0
Flow project: Full implementation reference.
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Cstd::atomic< T >STL class
 Cflow::util::Basic_blob< Allocator, S_SHARING_ALLOWED >A hand-optimized and API-tweaked replacement for vector<uint8_t>, i.e., buffer of bytes inside an allocated area of equal or larger size; also optionally supports limited garbage-collected memory pool functionality and SHM-friendly custom-allocator support
 Cflow::util::Basic_blob< std::allocator< uint8_t >, S_SHARING_ALLOWED >
 Cstd::basic_string_view< Char >STL class
 Cflow::perf::Checkpointing_timer::CheckpointThe entirety of the information recorded with each Checkpointing_timer::checkpoint() call; it contains the Duration values (for each Clock_type) with the time elapsed since either the preceding T.checkpoint() or construction
 Cflow::log::ComponentA light-weight class, each object storing a component payload encoding an enum value from enum type of user's choice, and a light-weight ID of that enum type itself
 Cflow::log::Config::Component_configThe set of config stored for each distinct (as determined by Component::payload_type(), essentially C++ built-in std::type_info) component payload type (in English – component enum class)
 Cflow::log::ConfigClass used to configure the filtering and logging behavior of Loggers; its use in your custom Loggers is optional but encouraged; supports dynamically changing filter settings even while concurrent logging occurs
 Cflow::util::Container_traits< Container >Properties of various container types
 Cflow::util::Container_traits< boost::unordered_set< T > >Traits of boost::unordered_set
 Cflow::util::Container_traits< std::map< K, V > >Traits of std::map
 Cflow::util::Container_traits< std::set< T > >Traits of std::set
 Cflow::util::Container_traits< util::Linked_hash_map< K, V > >Traits of flow::util::Linked_hash_map
 Cflow::util::Container_traits< util::Linked_hash_set< T, Hash, Pred > >Traits of flow::util::Linked_hash_set
 Cflow::cfg::Option_set< Value_set >::Declare_options_func_argsInternal-use structure to use with Declare_options_func callback
 Cflow::util::Basic_blob< Allocator, S_SHARING_ALLOWED >::Deleter_rawInternal deleter functor used if and only if S_IS_VANILLA_ALLOC is false and therefore only with Buf_ptr being boost::interprocess::shared_ptr or deleter-parameterized unique_ptr
 Cflow::perf::Duration_setConvenience wrapper around an array<Duration, N>, which stores a duration for each of the N possible clock types in perf::Clock_type
 Cboost::chrono::duration_units_default
 Cflow::cfg::Dynamic_cfg_context< Root, Target, Target_ptr >Class which facilitates managing access to a dynamic configuration
 Cboost::enable_shared_from_this
 Cboost::system::error_category
 Cflow::cfg::Final_validator_func< Value_set >Utility/traits type to concisely work with final-validation functions when calling methods like Config_manager::apply_static()
 Cflow::Function< Signature >
 Cstd::function
 Cflow::Function< std::ostream &(std::ostream &)>
 Cflow::Function< void(bool drop_all_packets)>
 Cflow::Function< void(bool)>
 Cflow::Function< void(const Declare_options_func_args &args)>
 Cflow::Function< void(const Error_code &err_code)>
 Cflow::Function< void(flow::log::Ostream_log_msg_writer *, const flow::log::Msg_metadata &, flow::util::Basic_string_view)>
 Cflow::net_flow::Ack_packet::Individual_ackSpecifies the incoming (post-deserialization) acknowledgment of a single received Data_packet
 Cflow::net_flow::Peer_socket::Individual_ackMetadata describing the data sent in the acknowledgment of an individual received packet
 Cflow::net_flow::Ack_packet::Individual_ack_rexmit_offSpecifies the outgoing (pre-serialization) acknowledgment of a single received Data_packet, when retranmission is disabled on the socket
 Cflow::net_flow::Ack_packet::Individual_ack_rexmit_onEquivalent of Individual_ack_rexmit_off but for sockets with retransmission enabled
 Cboost::system::is_error_code_enum<::flow::net_flow::error::Code >Ummm – it specializes this struct to – look – the end result is boost.system uses this as authorization to make enum Code convertible to Error_code
 Cflow::util::Linked_hash_map< Key, Mapped, Hash, Pred >An object of this class is a map that combines the lookup speed of a boost::unordered_map<> and ordering and iterator stability capabilities of an std::list<>
 Cflow::util::Linked_hash_map< Event_type, Sockets >
 Cflow::util::Linked_hash_map< Sequence_number, boost::shared_ptr< Sent_packet > >
 Cflow::util::Linked_hash_set< Key, Hash, Pred >An object of this class is a set that combines the lookup speed of an unordered_set<> and ordering and iterator stability capabilities of an std::list<>
 Cflow::util::Linked_hash_set< Peer_socket_ptr >
 Cflow::log::Log_contextConvenience class that simply stores a Logger and/or Component passed into a constructor; and returns this Logger and Component via get_logger() and get_log_component() public accessors
 Cflow::log::Async_file_logger::Log_requestIn addition to the task object (function) itself, these are the data placed onto the queue of m_async_worker tasks for a particular do_log() call, to be used by that task and then freed immediately upon logging of the message to file
 Cflow::log::Msg_metadataSimple data store containing all of the information generated at every logging call site by flow::log, except the message itself, which is passed to Logger::do_log() assuming Logger::should_log() had returned true
 Cflow::net_flow::Node_optionsA set of low-level options affecting a single Flow Node, including Peer_socket objects and other objects subsequently generated by that Flow Node
 Cboost::noncopyable
 Cflow::util::Null_interfaceAn empty interface, consisting of nothing but a default virtual destructor, intended as a boiler-plate-reducing base for any other (presumably virtual-method-having) class that would otherwise require a default virtual destructor
 Cflow::cfg::Config_manager< S_d_value_set >::On_dynamic_change_func_handleOpaque handle for managing a dynamic config change callback
 Cflow::cfg::Option_set_baseUn-templated base for Option_set
 Cflow::net_flow::Low_lvl_packet::Packet_type_infoA simple, unmodifiable data store that contains the properties unique to each packet type a/k/a concrete sub-type of Low_lvl_packet
 Cflow::net_flow::Peer_socket_infoA data store that keeps stats about the a Peer_socket connection
 Cflow::net_flow::Peer_socket_optionsA set of low-level options affecting a single Peer_socket
 Cflow::net_flow::Peer_socket_receive_statsA data store that keeps stats about the incoming direction of a Peer_socket connection to another Flow-protocol Peer_socket
 Cflow::net_flow::Peer_socket_send_statsA data store that keeps stats about the outgoing direction of a Peer_socket connection to another Flow-protocol Peer_socket
 Cflow::net_flow::Remote_endpointRepresents the remote endpoint of a Flow-protocol connection; identifies the UDP endpoint of the remote Node and the logical Flow-protocol port within that Node
 Cflow::util::Rnd_gen_uniform_range_baseBase class for Rnd_gen_uniform_range and Rnd_gen_uniform_range_mt for various aliases and similar, so template arguments need not be involved
 Cflow::util::Scoped_setter< Value >A simple RAII-pattern class template that, at construction, sets the specified location in memory to a specified value, memorizing the previous contents; and at destruction restores the value
 Cflow::net_flow::Peer_socket::Sent_packet::Sent_whenData store to keep timing related info when a packet is sent out
 Cflow::net_flow::Sequence_numberAn internal net_flow sequence number identifying a piece of data
 Cflow::util::Shared_ptr_alias_holder< Target_ptr, Const_target_ptr >Convenience class template that endows the given subclass T with nested aliases Ptr and Const_ptr aliased to shared_ptr<T> and shared_ptr<const T> respectively
 Cflow::util::Shared_ptr_alias_holder< boost::shared_ptr< Drop_timer > >
 Cflow::util::Shared_ptr_alias_holder< boost::shared_ptr< Event_set > >
 Cflow::util::Shared_ptr_alias_holder< boost::shared_ptr< Low_lvl_packet > >
 Cflow::util::Shared_ptr_alias_holder< boost::shared_ptr< Null_value_set > >
 Cflow::util::Shared_ptr_alias_holder< boost::shared_ptr< Peer_socket > >
 Cflow::util::Shared_ptr_alias_holder< boost::shared_ptr< Peer_socket::Received_packet > >
 Cflow::util::Shared_ptr_alias_holder< boost::shared_ptr< Peer_socket::Sent_packet > >
 Cflow::util::Shared_ptr_alias_holder< boost::shared_ptr< Server_socket > >
 Cflow::net_flow::Event_set::Socket_as_any_equalsEquality predicate class used in storing various sockets of types wrapped as boost::anys in the Sockets type
 Cflow::net_flow::Event_set::Socket_as_any_hashHasher class used in storing various sockets of types wrapped as boost::anys in the Sockets type
 Cflow::net_flow::Node::Socket_idThe data nugget uniquely identifying a peer-to-peer connection from a remote endpoint to a port in this Node
 Cboost::system::system_error
 Cflow::log::Async_file_logger::Throttling_cfgControls behavior of the throttling algorithm as described in Async_file_logger doc header Throttling section
 Cflow::perf::Time_pt_setConvenience wrapper around an array<Time_pt, N>, which stores a time point for each of the N possible clock types in perf::Clock_type
 Cflow::util::Unique_id_holderEach object of this class stores (at construction) and returns (on demand) a numeric ID unique from all other objects of the same class ever constructed, across all time from program start to end
 Cflow::log::Verbosity_configOptional-use structure encapsulating a full set of verbosity config, such that one can parse it from a config source (like an options file) in concise form and apply it to a log::Config object
 Cbool
 Cuniform_int_distribution< Peer_socket::security_token_t >
 Cuniform_int_distribution< std::size_t >