A set of function that convert an String 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 | |
String Methods | |
Methods related to String conversion. | |
TEDATATYPEEXPORT void | te::dt::AssertString (AbstractData *d) |
Auxiliary method that asserts that the given data is an String type. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToBooleanConverter (AbstractData *d) |
It converts an String data value to a boolean data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToDateTimeConverter (AbstractData *d) |
It converts an String data value to a DateTime data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToDoubleConverter (AbstractData *d) |
It converts an String data value to a double data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToFloatConverter (AbstractData *d) |
It converts an String data value to a float data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToInt16Converter (AbstractData *d) |
It converts an String data value to a Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToInt32Converter (AbstractData *d) |
It converts an String data value to a Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToInt64Converter (AbstractData *d) |
It converts an String data value to a Int64 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToNumericConverter (AbstractData *d) |
It converts an String data value to a Numeric data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToUInt16Converter (AbstractData *d) |
It converts an String data value to an unsigned Int16 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToUInt32Converter (AbstractData *d) |
It converts an String data value to an unsigned Int32 data value. More... | |
TEDATATYPEEXPORT AbstractData * | te::dt::StringToUInt64Converter (AbstractData *d) |
It converts an String data value to an unsigned Int64 data value. More... | |
A set of function that convert an String type to other types.
Definition in file StringConverters.h.