#include <limits>
#include <set>
#include <vector>
#include "exceptions.h"
#include "pool.h"
Namespaces | |
| namespace | ace |
Classes | |
| class | ace::StringStore< _IndType > |
| Class purpose is to store unique C-strings and let them be accessed (later) by unique numeral indices of given type (which shall be the smallest one unsigned type capable of store as much values as the number of C-strings expected). More... | |
| class | ace::StringStoreLessComparator< _IndType > |
| Functor designed for less than comparison of C-strings stored within StringStore. More... | |
| class | ace::StringStoreEqualComparator< _IndType > |
| Functor designed for equal to comparison of C-strings stored within StringStore. More... | |
(C) Ceslav Przywara 2008, MFF UK Prague
1.5.6