#include <vector>#include <boost/shared_ptr.hpp>

Go to the source code of this file.
Classes | |
| struct | LABUST::TYPES::PointStruct |
Namespaces | |
| namespace | LABUST |
| namespace | LABUST::TYPES |
Typedefs | |
| typedef boost::shared_ptr < ByteVectorType > | LABUST::TYPES::ByteVectorPtr |
| typedef std::vector< uint8 > | LABUST::TYPES::ByteVectorType |
| typedef signed short | LABUST::TYPES::int16 |
| typedef signed long | LABUST::TYPES::int32 |
| typedef signed char | LABUST::TYPES::int8 |
| typedef unsigned char | LABUST::TYPES::uchar |
| typedef unsigned short | LABUST::TYPES::uint16 |
| typedef unsigned long | LABUST::TYPES::uint32 |
| typedef unsigned char | LABUST::TYPES::uint8 |