#include "GeoCore.h"
#include "BByteStreamable.h"
#include <string>
#include <vector>
#include <map>
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BString |
| A string class. More... | |
Typedefs | |
| typedef std::map < BString, BString > | BStringMap |
| Defines a std::map that relates two BString objects. | |
| typedef std::vector < BString > | BStringVector |
| Defines a collection of BString objects. | |