libwt  1.0.0
A C++ library for the continous wavelet transform.
Classes
Memory management

For the ease of providing interfaces to several programming languages, all objects of this library which require to be passed around as references provide container classes (derived from Container). More...

Classes

class  wt::Object
 Base class of all managed objects. More...
 
class  wt::Container
 Base class of all container classes holding a managed reference to some Object. More...
 

Detailed Description

For the ease of providing interfaces to several programming languages, all objects of this library which require to be passed around as references provide container classes (derived from Container).

These classes provide access to the actual instances (derived from Object) and manage these references. They free the insances once the last reference to them is deleted. This allows the programmer to pass these objects around like values.