IntegerConverters.h File Reference

A set of function that convert an Integer type to other types. More...

#include "Exception.h"

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 

Functions

Int32 Methods

Methods related to Int32 conversion.

AbstractData * te::dt::Int32ToCharConverter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to a char data value. More...
 
AbstractData * te::dt::Int32ToUCharConverter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to an unsigned char data value. More...
 
AbstractData * te::dt::Int32ToInt16Converter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to a Int16 data value. More...
 
AbstractData * te::dt::Int32ToUInt16Converter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to an unsigned Int16 data value. More...
 
AbstractData * te::dt::Int32ToUInt32Converter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to an unsigned Int32 data value. More...
 
AbstractData * te::dt::Int32ToInt64Converter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to a Int64 data value. More...
 
AbstractData * te::dt::Int32ToUInt64Converter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to an unsigned Int64 data value. More...
 
AbstractData * te::dt::Int32ToBooleanConverter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to a boolean data value. More...
 
AbstractData * te::dt::Int32ToFloatConverter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to a float value. More...
 
AbstractData * te::dt::Int32ToDoubleConverter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to a double value. More...
 
AbstractData * te::dt::Int32ToNumericConverter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to Numeric data value. More...
 
AbstractData * te::dt::Int32ToStringConverter (AbstractData *d) throw (Exception)
 It converts an Int32 data value to a string data value. More...
 
void te::dt::AssertInt32 (AbstractData *d) throw (Exception)
 Auxiliary method that asserts that the given data is an Int32 type. More...
 
UInt32 Methods

Methods related to unsigned Int32 conversion.

AbstractData * te::dt::UInt32ToCharConverter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to a char data value. More...
 
AbstractData * te::dt::UInt32ToUCharConverter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to an unsigned char data value. More...
 
AbstractData * te::dt::UInt32ToInt16Converter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to a Int16 data value. More...
 
AbstractData * te::dt::UInt32ToUInt16Converter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to an unsigned Int16 data value. More...
 
AbstractData * te::dt::UInt32ToInt32Converter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to an Int32 data value. More...
 
AbstractData * te::dt::UInt32ToInt64Converter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to a Int64 data value. More...
 
AbstractData * te::dt::UInt32ToUInt64Converter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to an unsigned Int64 data value. More...
 
AbstractData * te::dt::UInt32ToBooleanConverter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to a boolean data value. More...
 
AbstractData * te::dt::UInt32ToFloatConverter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to a float value. More...
 
AbstractData * te::dt::UInt32ToDoubleConverter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to a double value. More...
 
AbstractData * te::dt::UInt32ToNumericConverter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to Numeric data value. More...
 
AbstractData * te::dt::UInt32ToStringConverter (AbstractData *d) throw (Exception)
 It converts an unsigned Int32 data value to a string data value. More...
 
void te::dt::AssertUInt32 (AbstractData *d) throw (Exception)
 Auxiliary method that asserts that the given data is an unsigned Int32 type. More...
 

Detailed Description

A set of function that convert an Integer type to other types.

Definition in file IntegerConverters.h.