LinkedObject.h File Reference
#include <iterator>
#include <algorithm>
Include dependency graph for LinkedObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LinkedObject
 Base virtual class to allow objects to be linked together. More...
 
class  LinkedObjectTemplate< ObjectType >
 Base class template for linked items with type casting. More...
 
class  LinkedObjectTemplate< ObjectType >::IteratorTemplate< T, TPtr, TRef >