My Project
 All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
Reference Struct Reference

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
 

Detailed Description

Stores a bundle of references.

Constructor & Destructor Documentation

Reference::Reference ( size_t  numrefs,
Name **  names 
)
inline

The constructor with an array of ref names.

Parameters
numrefs[in] The number of ref names.
names[in] The ref names.

The documentation for this struct was generated from the following file: