Proton  1.1.1
Make porting easy from Python to C++11
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCproton::basic_string_< CharT, Traits, Allocator >Main string template
oCproton::detail::chunk_headerHeader of chunk, the basic of memory block
oCproton::deque_< T, A >Deque extension implementing python's list-like interfaces
oCproton::errThe exception class
oCproton::fo_< retT(argT...)>Functor interface for function object classes
oCproton::key_hash< T >General key_hash for refs
oCproton::detail::list_headerBasic list header for pool_block
|\Cproton::detail::pool_blockPool contains many chunks
oCproton::map_< K, T, C, A >Map extension implementing python's dict-like interfaces
oCproton::mem_poolMain memory pool
oCproton::ref_< objT, allocator >The core reference support template
oCproton::detail::seg_poolSeg contains many pools for a same size range
oCproton::set_< T, C, A >Set extension implementing python's set-like interfaces
oCproton::smart_allocator< T, pool_tag >An extended allocator using memory pool
oCproton::subkey_hash< T, key_seq >General subkey_hash for refs
\Cproton::vector_< T, A >Vector extension implementing python's list-like interfaces