TreeItem.h File Reference

A base class for data organized as a tree. More...

#include "Config.h"
#include "Counted.h"
#include <list>
#include <boost/intrusive_ptr.hpp>

Go to the source code of this file.

Classes

class  te::common::TreeItem
 This abstract class describes a basic item to be organized in a tree-oriented way. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::common
 Namespace for the Common module of TerraLib.
 

Typedefs

typedef boost::intrusive_ptr< TreeItem > te::common::TreeItemPtr
 

Detailed Description

A base class for data organized as a tree.

Definition in file TreeItem.h.