Loading...
Searching...
No Matches
object.h File Reference
+ Include dependency graph for object.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VdfObjectPtr
 An universal class to represent pointers to various Vdf types. More...
 
struct  VdfObjectPtr::HashFunctor
 Functor to use for hash maps. More...
 

Typedefs

typedef std::vector< VdfObjectPtrVdfObjectPtrVector
 An object vector.
 
typedef std::set< VdfObjectPtrVdfObjectPtrSet
 An object set.
 

Typedef Documentation

◆ VdfObjectPtrSet

typedef std::set<VdfObjectPtr> VdfObjectPtrSet

An object set.

Definition at line 416 of file object.h.

◆ VdfObjectPtrVector

typedef std::vector<VdfObjectPtr> VdfObjectPtrVector

An object vector.

Definition at line 412 of file object.h.