Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP::Version_6
Derived from:
none
Derived by:
none
#include "../../../../../lib/framecpp/src/Version6/Reference.hh"
public function member index: |
|||
Reference | (INT_4U ClassCount, const Dictionary& Dictionary); | ||
~Reference | (); | ||
void | AddContainer | (ContainerBasic< T >& C, const PTR_STRUCT& Ref); | |
void | AddNextRef | (const PTR_STRUCT& PtrStruct); | |
void | AddObject | (FrBase* Object); | |
void | AddPointer | (FrBase** Pointer, const PTR_STRUCT& Ref); | |
bool | GetRecursiveReference | (PTR_STRUCT& Reference); | |
PTR_STRUCT | GetReferenceToPointer | (const FrBase** Pointer) const; | |
bool | IsRecursiveObject | (const FrBase& Base) const; | |
void | RemoveContainer | (ContainerBasic< T >& C); | |
void | RemovePointer | (FrBase** Pointer); | |
void | RemoveReference | (const PTR_STRUCT& Object); | |
void | Reset | (bool PurgeDetectors = false); | |
void | ResolveLinks | (const IFrameStream& Stream); | |
void | SetFrameLibraryRevision | (INT_4U Revision); | |
void | SetFrameVersion | (INT_4U FrameVersion); | |
void | SetRecursiveMode | (bool Mode); | |
void | SetTracking | (bool Tracking); | |
void | StartNewObject | (); | |
private function member index: |
|||
Reference | (const Reference&); | No copy constructor | |
Reference& | operator = | (const Reference&); | No assignment operator |