IRC_SERVER
By @hyunjunk (hyunjun2372@gmail.com)
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CIRCCore::FlexibleFixedMemoryPool< T, MinNumDataPerChunk >::Block
 CIRCCore::FixedMemoryPool< T, MemoryPageCapacity >Memory pool that can allocate fixed amount of data
 CIRCCore::FlexibleFixedMemoryPool< T, MinNumDataPerChunk >A memory pool that can allocate flexible number of data
 CIRCCore::FlexibleFixedMemoryPool< ChannelControlBlock, 64 >
 CIRCCore::FlexibleFixedMemoryPool< ClientControlBlock, 64 >
 CIRCCore::FlexibleFixedMemoryPool< ControlBlock< T >, 64 >
 CIRCCore::FlexibleFixedMemoryPool< DerivedType, 64 >
 CIRCCore::FlexibleFixedMemoryPool< MsgBlock, 64 >
 CIRCCore::FlexibleMemoryPoolingBase< DerivedType, MinNumDataPerChunk >Base class for memory pooling with new/delete operator overloading
 CIRCCore::FlexibleMemoryPoolingBase< ChannelControlBlock >
 CIRC::ChannelControlBlock
 CIRCCore::FlexibleMemoryPoolingBase< ClientControlBlock >
 CIRC::ClientControlBlockControl block for management of a client connection and its information
 CIRCCore::FlexibleMemoryPoolingBase< ControlBlock< T > >
 CIRCCore::detail::ControlBlock< T >Do not use this class directly
 CIRCCore::detail::ControlBlock< T >Do not use this class directly
 CIRCCore::FlexibleMemoryPoolingBase< MsgBlock >
 CIRC::MsgBlockMessage block for managing the fixed Constants::MESSAGE_LEN_MAX size message data
 CIRCCore::detail::RefCountBase
 CIRC::Server
 CIRCCore::SharedPtr< T >Shared pointer custom implementation for C++98 standard
 CIRCCore::WeakPtr< T >Weak pointer custom implementation for C++98 standard