Nvwa  1.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cnvwa::mem_pool_base::_Block_listStructure to store the next available memory block
 Cnvwa::bool_array::_Element< _Byte_type >Class to represent a reference to an array element
 Cnvwa::fixed_mem_pool< _Tp >::alignmentSpecializable struct to define the alignment of an object in the fixed_mem_pool
 Cnvwa::bad_optional_accessClass for bad optional access exception
 Cnvwa::fixed_mem_pool< _Tp >::block_sizeStruct to calculate the block size based on the (specializable) alignment value
 Cnvwa::bool_arrayClass to represent a packed boolean array
 Cnvwa::breadth_first_iteration< _Tree >Iteration class for breadth-first traversal
 Cnvwa::class_level_lock< _Host, _RealLock >Helper class for class-level locking
 Cnvwa::class_level_lock< _Host, false >Partial specialization that makes null locking
 Cnvwa::debug_new_counterCounter class for on-exit leakage check
 Cnvwa::debug_new_recorderRecorder class to remember the call context
 Cnvwa::delete_objectFunctor to delete objects pointed by a container of pointers
 Cnvwa::depth_first_iteration< _Tree >Iteration class for depth-first traversal
 Cnvwa::dereferenceFunctor to return objects pointed by a container of pointers
 Cnvwa::dereference_lessFunctor to compare objects pointed by a container of pointers
 Cnvwa::fast_mutexClass for non-reentrant fast mutexes
 Cnvwa::fast_mutex_autolockRAII lock class for fast_mutex
 Cnvwa::fc_queue< _Tp, _Alloc >Class to represent a fixed-capacity queue
 Cnvwa::file_line_readerClass to allow iteration over all lines of a text file
 Cnvwa::fixed_mem_pool< _Tp >Class template to manipulate a fixed-size memory pool
 Cnvwa::in_order_iteration< _Tree >Iteration class for in-order traversal
 Cnvwa::istream_line_readerClass to allow iteration over all lines from an input stream
 Cnvwa::mmap_line_reader::iteratorIterator that contains the line content
 Cnvwa::istream_line_reader::iteratorIterator that contains the line content
 Cnvwa::file_line_reader::iteratorIterator that contains the line content
 Cnvwa::object_level_lock< _Host >::lockType that provides locking/unlocking semantics
 Cnvwa::class_level_lock< _Host, _RealLock >::lockType that provides locking/unlocking semantics
 Cnvwa::class_level_lock< _Host, false >::lockType that provides locking/unlocking semantics
 Cnvwa::mem_pool_baseBase class for memory pools
 Cnvwa::static_mem_pool< _Sz, _Gid >Singleton class template to manage the allocation/deallocation of memory blocks of one specific size
 Cnvwa::mmap_line_readerClass to allow iteration over all lines of a mmappable file
 Cnvwa::new_ptr_list_tStructure to store the position information where new occurs
 Cnvwa::object_level_lock< _Host >Helper class for object-level locking
 Cnvwa::optional< _Tp >Class for optional values
 Cnvwa::output_object< _OutputStrm, _StringType >Functor to output objects pointed by a container of pointers
 Cnvwa::smart_ptr< _Tp, _Policy >Declaration of policy class to generate the smart pointer type
 Cnvwa::smart_ptr< _Tp, storage_policy::shared >Partial specialization to get std::shared_ptr
 Cnvwa::smart_ptr< _Tp, storage_policy::unique >Partial specialization to get std::unique_ptr
 Cnvwa::static_mem_pool_setSingleton class to maintain a set of existing instantiations of static_mem_pool
 Cnvwa::tree< _Tp, _Policy >Basic tree (node) class template that owns all its children