#include <mrpt/utils/mrpt_stdint.h>
Go to the source code of this file.
Classes | |
struct | mrpt::utils::int_select_by_bytecount< num_bytes > |
Usage: int_select_by_bytecount<N>::type var; allows defining var as a signed integer with, at least, N bytes. More... | |
struct | mrpt::utils::int_select_by_bytecount< 1 > |
struct | mrpt::utils::int_select_by_bytecount< 2 > |
struct | mrpt::utils::int_select_by_bytecount< 3 > |
struct | mrpt::utils::int_select_by_bytecount< 4 > |
struct | mrpt::utils::int_select_by_bytecount< 8 > |
struct | mrpt::utils::uint_select_by_bytecount< num_bytes > |
Usage: uint_select_by_bytecount<N>::type var; allows defining var as a unsigned integer with, at least, N bytes. More... | |
struct | mrpt::utils::uint_select_by_bytecount< 1 > |
struct | mrpt::utils::uint_select_by_bytecount< 2 > |
struct | mrpt::utils::uint_select_by_bytecount< 3 > |
struct | mrpt::utils::uint_select_by_bytecount< 4 > |
struct | mrpt::utils::uint_select_by_bytecount< 8 > |
Namespaces | |
mrpt | |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
mrpt::utils | |
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL. | |
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Mon Oct 30 10:27:08 UTC 2017 |