Proton  1.1.1
Make porting easy from Python to C++11
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NprotonThe main proton namespace
 oNdetailThe implementation namespace of proton
 |oCchunk_headerHeader of chunk, the basic of memory block
 |oClist_headerBasic list header for pool_block
 |oCpool_blockPool contains many chunks
 |\Cseg_poolSeg contains many pools for a same size range
 oCerrThe exception class
 oCdeque_Deque extension implementing python's list-like interfaces
 oCfo_< retT(argT...)>Functor interface for function object classes
 oCmap_Map extension implementing python's dict-like interfaces
 oCmem_poolMain memory pool
 oCsmart_allocatorAn extended allocator using memory pool
 oCref_The core reference support template
 oCkey_hashGeneral key_hash for refs
 oCsubkey_hashGeneral subkey_hash for refs
 oCset_Set extension implementing python's set-like interfaces
 oCbasic_string_Main string template
 \Cvector_Vector extension implementing python's list-like interfaces