#include <MboStrMap.h>
Public Member Functions | |
virtual | ~CStrMap () |
It is often necessary to have string indexed arrays. The easiest way to achieve this is to specialise map2 to use CStr as key type. CStrMap does this and only requires one type parameter that will decide which type to use for the values.
map2 specialisation using CStr as key type and less_cstr_ic as prediction to make keys case insensitive as described above in less_cstr_ic.
SUPPORT_IOSTREAM
.__Ty | Type of values to assiociate with the CStr keys. | |
__CTy | Type of value conatiner (defaults to the same container as CStrList). | |
__Pr | Prediction used for key comparison (default to case insensitive). | |
__Alloc | Allocator for pairs of (key,value). |
Definition at line 94 of file MboStrMap.h.
virtual mbo::CStrMap< __Ty, __CTy, __Pr, __Alloc >::~CStrMap | ( | ) | [inline, virtual] |
Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:12 2008 for MBO-lib by ![]() |