Stores a bundle of references. More...
#include <OpenDDLCommon.h>
Public Member Functions | |
Reference () | |
The default constructor. | |
Reference (size_t numrefs, Name **names) | |
The constructor with an array of ref names. More... | |
~Reference () | |
The destructor. | |
Public Attributes | |
size_t | m_numRefs |
Name ** | m_referencedName |
Stores a bundle of references.
|
inline |
The constructor with an array of ref names.
numrefs | [in] The number of ref names. |
names | [in] The ref names. |