Classes | Public Member Functions | Private Types | Private Attributes

STR_IDX_MAP Class Reference

#include <strtab.h>

List of all members.

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_IDXoperator[] (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

Detailed Description

Definition at line 140 of file strtab.h.


Member Typedef Documentation

Definition at line 151 of file strtab.h.


Constructor & Destructor Documentation

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]

Definition at line 157 of file strtab.h.


Member Function Documentation

STR_IDX& STR_IDX_MAP::operator[] ( STR_IDX  idx  )  [inline]

Definition at line 164 of file strtab.h.

STR_IDX STR_IDX_MAP::operator[] ( STR_IDX  idx  )  const [inline]

Definition at line 165 of file strtab.h.


Member Data Documentation

Definition at line 153 of file strtab.h.


The documentation for this class was generated from the following file: