A set of function that convert an Integer type to other types. More...
Go to the source code of this file.
Namespaces | |
te | |
TerraLib. | |
te::dt | |
Namespace for the Data Type module of TerraLib. | |
Functions | |
Int32 Methods | |
Methods related to Int32 conversion. | |
TEDATATYPEEXPORT void | te::dt::AssertInt32 (AbstractData *d) throw (Exception) |
Auxiliary method that asserts that the given data is an Int32 type. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToBooleanConverter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to a boolean data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToCharConverter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to a char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToDoubleConverter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to a double value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToFloatConverter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to a float value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToInt16Converter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to a Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToInt64Converter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to a Int64 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToNumericConverter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to Numeric data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToStringConverter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to a string data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToUCharConverter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to an unsigned char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToUInt16Converter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to an unsigned Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToUInt32Converter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to an unsigned Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int32ToUInt64Converter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to an unsigned Int64 data value. More... | |
UInt32 Methods | |
Methods related to unsigned Int32 conversion. | |
TEDATATYPEEXPORT void | te::dt::AssertUInt32 (AbstractData *d) throw (Exception) |
Auxiliary method that asserts that the given data is an unsigned Int32 type. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToBooleanConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to a boolean data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToCharConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to a char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToDoubleConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to a double value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToFloatConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to a float value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToInt16Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to a Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToInt32Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to an Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToInt64Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to a Int64 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToNumericConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to Numeric data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToStringConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to a string data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToUCharConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to an unsigned char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToUInt16Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to an unsigned Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt32ToUInt64Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int32 data value to an unsigned Int64 data value. More... | |
Int64 Methods | |
Methods related to Int64 conversion. | |
TEDATATYPEEXPORT void | te::dt::AssertInt64 (AbstractData *d) throw (Exception) |
Auxiliary method that asserts that the given data is an Int64 type. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToBooleanConverter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to a boolean data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToCharConverter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to a char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToDoubleConverter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to a double value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToFloatConverter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to a float value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToInt16Converter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to a Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToInt32Converter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to an Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToInt64Converter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to a Int64 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToNumericConverter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to Numeric data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToStringConverter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to a string data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToUCharConverter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to an unsigned char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToUInt16Converter (AbstractData *d) throw (Exception) |
It converts an Int32 data value to an unsigned Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToUInt32Converter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to an unsigned Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::Int64ToUInt64Converter (AbstractData *d) throw (Exception) |
It converts an Int64 data value to an unsigned Int64 data value. More... | |
UInt64 Methods | |
Methods related to unsigned Int64 conversion. | |
TEDATATYPEEXPORT void | te::dt::AssertUInt64 (AbstractData *d) throw (Exception) |
Auxiliary method that asserts that the given data is an unsigned Int64 type. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToBooleanConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to a boolean data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToCharConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to a char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToDoubleConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to a double value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToFloatConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to a float value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToInt16Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to a Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToInt32Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to an Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToInt64Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to a Int64 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToNumericConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to Numeric data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToStringConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to a string data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToUCharConverter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to an unsigned char data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToUInt16Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to an unsigned Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToUInt32Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to an unsigned int Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::UInt64ToUInt64Converter (AbstractData *d) throw (Exception) |
It converts an unsigned Int64 data value to an unsigned Int64 data value. More... | |
A set of function that convert an Integer type to other types.
Definition in file IntegerConverters.h.