StringConverters.h File Reference

A set of function that convert an String 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

String Methods

Methods related to String conversion.

AbstractData * te::dt::StringToInt16Converter (AbstractData *d) throw (Exception)
 It converts an String data value to a Int16 data value. More...
 
AbstractData * te::dt::StringToUInt16Converter (AbstractData *d) throw (Exception)
 It converts an String data value to an unsigned Int16 data value. More...
 
AbstractData * te::dt::StringToInt32Converter (AbstractData *d) throw (Exception)
 It converts an String data value to a Int32 data value. More...
 
AbstractData * te::dt::StringToUInt32Converter (AbstractData *d) throw (Exception)
 It converts an String data value to an unsigned Int32 data value. More...
 
AbstractData * te::dt::StringToInt64Converter (AbstractData *d) throw (Exception)
 It converts an String data value to a Int64 data value. More...
 
AbstractData * te::dt::StringToUInt64Converter (AbstractData *d) throw (Exception)
 It converts an String data value to an unsigned Int64 data value. More...
 
AbstractData * te::dt::StringToFloatConverter (AbstractData *d) throw (Exception)
 It converts an String data value to a float data value. More...
 
AbstractData * te::dt::StringToDoubleConverter (AbstractData *d) throw (Exception)
 It converts an String data value to a double data value. More...
 
AbstractData * te::dt::StringToNumericConverter (AbstractData *d) throw (Exception)
 It converts an String data value to a Numeric data value. More...
 
void te::dt::AssertString (AbstractData *d) throw (Exception)
 Auxiliary method that asserts that the given data is an String type. More...
 

Detailed Description

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

Definition in file StringConverters.h.