BooleanConverters.h File Reference

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

Boolean Methods

Methods related to Boolean conversion.

AbstractData * te::dt::BooleanToCharConverter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to a char data value. More...
 
AbstractData * te::dt::BooleanToUCharConverter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to an unsigned char data value. More...
 
AbstractData * te::dt::BooleanToInt16Converter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to a Int16 data value. More...
 
AbstractData * te::dt::BooleanToUInt16Converter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to an unsigned Int16 data value. More...
 
AbstractData * te::dt::BooleanToInt32Converter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to a Int32 data value. More...
 
AbstractData * te::dt::BooleanToUInt32Converter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to an unsigned Int32 data value. More...
 
AbstractData * te::dt::BooleanToInt64Converter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to a Int64 data value. More...
 
AbstractData * te::dt::BooleanToUInt64Converter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to an unsigned Int64 data value. More...
 
AbstractData * te::dt::BooleanToFloatConverter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to a float data value. More...
 
AbstractData * te::dt::BooleanToDoubleConverter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to a double data value. More...
 
AbstractData * te::dt::BooleanToNumericConverter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to a Numeric data value. More...
 
AbstractData * te::dt::BooleanToStringConverter (AbstractData *d) throw (Exception)
 It converts an Boolean data value to a string data value. More...
 
void te::dt::AssertBoolean (AbstractData *d) throw (Exception)
 Auxiliary method that asserts that the given data is an Boolean type. More...
 

Detailed Description

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

Definition in file BooleanConverters.h.