SimObject::Notify Struct Reference

#include <simObject.h>

List of all members.

Public Types

 ClearNotify
 Notified when the object is cleared.
 DeleteNotify
 Notified when the object is deleted.
 ObjectRef
 Cleverness to allow tracking of references.
 Invalid
 Mark this notification as unused (used in freeNotify).
enum  Type {
  ClearNotify,
  DeleteNotify,
  ObjectRef,
  Invalid
}

Public Attributes

enum SimObject::Notify::Type type
voidptr
 Data (typically referencing or interested object).
Notifynext
 Next notification in the linked list.


Member Enumeration Documentation

Enumerator:
ClearNotify  Notified when the object is cleared.
DeleteNotify  Notified when the object is deleted.
ObjectRef  Cleverness to allow tracking of references.
Invalid  Mark this notification as unused (used in freeNotify).


Member Data Documentation

Data (typically referencing or interested object).

Next notification in the linked list.