RSB  0.17.0
IntegerConverter.h File Reference
#include <string>
#include <boost/cstdint.hpp>
#include <boost/shared_ptr.hpp>
#include "Converter.h"
#include "rsb/rsbexports.h"
Include dependency graph for IntegerConverter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsb::converter::IntegerConverter< T >
 Base class for integer type converters. More...
 
class  rsb::converter::Uint32Converter
 Converter for boost::uint32_t. More...
 
class  rsb::converter::Uint64Converter
 Converter for boost::uint64_t. More...
 
class  rsb::converter::Int32Converter
 Converter for boost::int32_t. More...
 
class  rsb::converter::Int64Converter
 Converter for boost::int64_t. More...
 

Namespaces

 rsb
 
 rsb::converter