#include "GeoCore.h"
#include "DataType.h"
#include "BPoint.h"
#include "BString.h"
#include "VariantType.h"
#include "BByteStreamable.h"
#include "boost/shared_ptr.hpp"
#include <vector>
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BVariant |
| A data type that can hold many different types of data, such as numerical, point, and string data. More... | |
| union | BVariant::ValueUnion |
| Union to hold scalar values. | |
Typedefs | |
| typedef boost::shared_ptr < BVariant > | BVariantPtr |
| Defines a shared pointer that can be used to reference a BVariant. | |
| typedef std::vector < BVariant > | BVariantVector |
| Defines a collection of BVariant objects. | |