rtl::VectorT< ARLIST, ARSTRUCT, OBJ > Class Template Reference

A template for AR System collections based on std::vector. More...

#include <VectorT.h>

Inheritance diagram for rtl::VectorT< ARLIST, ARSTRUCT, OBJ >:

rtl::AssignableT< ARLIST > List of all members.

Public Member Functions

AssignableT< ARLIST > & operator= (const ARLIST &arList)
 Assign an AR System C API structure to this class.

Detailed Description

template<class ARLIST, class ARSTRUCT, class OBJ>
class rtl::VectorT< ARLIST, ARSTRUCT, OBJ >

A template for AR System collections based on std::vector.

Use this collection implementation for lists that you typically iterate over, rather than lookup by a key.


Member Function Documentation

template<class ARLIST, class ARSTRUCT, class OBJ>
AssignableT<ARLIST>& rtl::VectorT< ARLIST, ARSTRUCT, OBJ >::operator= const ARLIST &  arList  )  [inline, virtual]
 

Assign an AR System C API structure to this class.

The structure is copied in its entirety, with no dependence on the C API structure once the operation is complete.

Implements rtl::AssignableT< ARLIST >.


The documentation for this class was generated from the following file:
Generated on Thu Dec 29 16:20:28 2005 for RTL by  doxygen 1.4.5