MRPT logo

types.h File Reference

#include <vector>
#include <string>
#include "pstdint.h"

Go to the source code of this file.

Defines

#define __STDC_FORMAT_MACROS

Typedefs

typedef std::vector< int64_t > vector_long
 A type for passing a vector of longs.
typedef std::vector< int32_t > vector_int
 A type for passing a vector of ints.
typedef std::vector< float > vector_float
 A type for passing a vector of floats.
typedef std::vector< double > vector_double
 A type for passing a vector of doubles.
typedef std::vector< uint16_t > vector_word
 A type for passing a vector of 16-bits unsigned numbers.
typedef std::vector< uint32_t > vector_uint
 A type for passing a vector of 32-bits unsigned numbers.
typedef std::vector< std::string > vector_string
 A type for passing a vector of strings.
typedef std::vector< bool > vector_bool
 A type for passing a vector of boolean values.
typedef std::vector< uint8_t > vector_byte
 A type for passing a vector of bytes.
typedef std::vector< size_t > vector_size_t
 A type for vectors of size_t's.


Define Documentation

#define __STDC_FORMAT_MACROS

Definition at line 38 of file types.h.


Typedef Documentation

typedef std::vector<bool> vector_bool

A type for passing a vector of boolean values.

Definition at line 76 of file types.h.

typedef std::vector<uint8_t> vector_byte

A type for passing a vector of bytes.

Definition at line 80 of file types.h.

typedef std::vector<double> vector_double

A type for passing a vector of doubles.

Definition at line 60 of file types.h.

typedef std::vector<float> vector_float

A type for passing a vector of floats.

Definition at line 56 of file types.h.

typedef std::vector<int32_t> vector_int

A type for passing a vector of ints.

Definition at line 52 of file types.h.

typedef std::vector<int64_t> vector_long

A type for passing a vector of longs.

Definition at line 48 of file types.h.

typedef std::vector<size_t> vector_size_t

A type for vectors of size_t's.

Definition at line 84 of file types.h.

typedef std::vector<std::string> vector_string

A type for passing a vector of strings.

Definition at line 72 of file types.h.

typedef std::vector<uint32_t> vector_uint

A type for passing a vector of 32-bits unsigned numbers.

Definition at line 68 of file types.h.

typedef std::vector<uint16_t> vector_word

A type for passing a vector of 16-bits unsigned numbers.

Definition at line 64 of file types.h.




Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN:exported at Mon Jan 12 13:00:16 UTC 2009