Counted.h File Reference

A counted class keeps track of how many abstract instances are pointing to it. More...

#include <boost/noncopyable.hpp>

Go to the source code of this file.

Classes

class  te::common::Counted
 A counted class keeps track of how many abstract instances are pointing to it. More...
 

Namespaces

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

Functions

void te::common::intrusive_ptr_add_ref (Counted *p)
 
void te::common::intrusive_ptr_release (Counted *p)
 

Detailed Description

A counted class keeps track of how many abstract instances are pointing to it.

Definition in file Counted.h.