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 | |
namespace | te |
TerraLib. | |
namespace | 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) |
A counted class keeps track of how many abstract instances are pointing to it.
Definition in file Counted.h.