Container class for an ordered list of AP_Type objects, typically used to hold the argument list for a plugin function call.
More...
#include <correlator_plugin.hpp>
Container class for an ordered list of AP_Type objects, typically used to hold the argument list for a plugin function call.
template<typename T >
AP_TypeList::AP_TypeList |
( |
const T * |
array, |
|
|
size_t |
n |
|
) |
| |
|
inline |
Construct a list from an array of classes derived from AP_Type.
bool AP_TypeList::empty |
( |
| ) |
const |
|
inline |
const AP_Type& AP_TypeList::operator[] |
( |
size_t |
i | ) |
const |
|
inline |
Return a reference to an element of the list.
size_t AP_TypeList::size |
( |
| ) |
const |
|
inline |
Return the number of objects in the list.
The documentation for this class was generated from the following file: