#include <strtab.h>
Classes | |
| struct | STR_IDX_compare |
Public Member Functions | |
| STR_IDX_MAP (rep_type::size_type n=0, rep_type::key_compare cmp=rep_type::key_compare(), rep_type::allocator_type a=rep_type::allocator_type()) | |
| STR_IDX & | operator[] (STR_IDX idx) |
| STR_IDX | operator[] (STR_IDX idx) const |
Private Types | |
| typedef map< STR_IDX, STR_IDX, STR_IDX_compare, mempool_allocator< pair< const STR_IDX, STR_IDX > > > | rep_type |
Private Attributes | |
| rep_type | rep |
Definition at line 140 of file strtab.h.
typedef map<STR_IDX, STR_IDX, STR_IDX_compare, mempool_allocator<pair<const STR_IDX,STR_IDX> > > STR_IDX_MAP::rep_type [private] |
| STR_IDX_MAP::STR_IDX_MAP | ( | rep_type::size_type | n = 0, |
|
| rep_type::key_compare | cmp = rep_type::key_compare(), |
|||
| rep_type::allocator_type | a = rep_type::allocator_type() | |||
| ) | [inline] |
rep_type STR_IDX_MAP::rep [private] |
1.7.1