AbstractData.h File Reference

A base class for objects that can be retrieved from the data access module. More...

#include "Config.h"
#include <string>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  te::dt::AbstractData
 A base class for values that can be retrieved from the data access module. More...
 

Namespaces

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

Typedefs

typedef boost::shared_ptr< AbstractData > te::dt::AbstractDataShrPtr
 

Functions

AbstractData * te::dt::new_clone (const AbstractData &a)
 For use with boost conteiners. More...
 

Detailed Description

A base class for objects that can be retrieved from the data access module.

Definition in file AbstractData.h.