Forwards changed signals from other classes. More...

#include <ForwardChanged.h>

Inheritance diagram for MEAL::ForwardChanged:
MEAL::FunctionPolicy Reference::Able Reference::HeapTracked

Public Member Functions

 ForwardChanged (Function *context)
 Default constructor.
void manage (Function *argument)
 Begin to forward the changed status of argument to context.
void unmanage (Function *argument)
 Cease to forward the changed status of argument to context.
Public Member Functions inherited from MEAL::FunctionPolicy
 FunctionPolicy (Function *context=0)
 Default constructor.
 ~FunctionPolicy ()
 Destructor.
Functionget_context () const
 Return the Function for whom this policy operates.
Public Member Functions inherited from Reference::Able
 Able (const Able &)
Ableoperator= (const Able &)
unsigned get_reference_count () const
Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
HeapTrackedoperator= (const HeapTracked &)
bool __is_on_heap () const

Protected Member Functions

void attribute_changed (Function::Attribute attribute)
 Method called when a Function attribute has changed.
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const

Additional Inherited Members

Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
static void operator delete (void *location, void *ptr)
static void operator delete (void *location)
static size_t get_heap_queue_size ()

Detailed Description

Forwards changed signals from other classes.


The documentation for this class was generated from the following files:

Generated using doxygen 1.14.0