ObjectLink Class Reference

#include <ObjectLink.h>

Collaboration diagram for ObjectLink:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ObjectLink (Object *pOn)
 ~ObjectLink ()
ObjectGetValue ()
void SetNext (ObjectLink *pO)
ObjectLinkGetNext ()

Private Attributes

ObjectLinkPrevious
ObjectLinkNext
ObjectValue


Detailed Description

Definition at line 6 of file ObjectLink.h.


Constructor & Destructor Documentation

ObjectLink::ObjectLink ( Object pOn  ) 

Definition at line 5 of file ObjectLink.cpp.

References Value.

ObjectLink::~ObjectLink (  ) 

Definition at line 10 of file ObjectLink.cpp.


Member Function Documentation

ObjectLink * ObjectLink::GetNext (  ) 

Definition at line 18 of file ObjectLink.cpp.

References Next.

Referenced by ObjectCollection::Get(), and CollectionIterator::GetNext().

Here is the caller graph for this function:

Object * ObjectLink::GetValue (  ) 

Definition at line 22 of file ObjectLink.cpp.

References Value.

Referenced by ObjectCollection::Get(), and CollectionIterator::GetNext().

Here is the caller graph for this function:

void ObjectLink::SetNext ( ObjectLink pO  ) 

Definition at line 13 of file ObjectLink.cpp.

References Next, and Previous.

Referenced by ObjectCollection::Put().

Here is the caller graph for this function:


Member Data Documentation

Definition at line 19 of file ObjectLink.h.

Referenced by GetNext(), and SetNext().

Definition at line 18 of file ObjectLink.h.

Referenced by SetNext().

Definition at line 20 of file ObjectLink.h.

Referenced by GetValue(), and ObjectLink().


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

Generated on Sat Mar 21 17:11:38 2009 for Iterator Design Pattern by  doxygen 1.5.8