#include <object_list.h>
|
template<class T > |
T & | get () |
|
template<class T > |
const T & | get () const |
|
template<typename UnaryOp > |
void | apply (UnaryOp &op) |
|
template<typename UnaryOp > |
void | apply (UnaryOp &op) const |
|
template<typename UnaryOp > |
void | apply (const UnaryOp &op) |
|
template<typename UnaryOp > |
void | apply (const UnaryOp &op) const |
|
template<class TypeList>
class illumina::interop::object_list< TypeList >
This class provides access to a list of objects
void apply |
( |
UnaryOp & |
op | ) |
|
|
inline |
Apply the given operator to every object in the list
- Parameters
-
void apply |
( |
UnaryOp & |
op | ) |
const |
|
inline |
Apply the given operator to every object in the list
- Parameters
-
void apply |
( |
const UnaryOp & |
op | ) |
|
|
inline |
Apply the given operator to every object in the list
- Parameters
-
void apply |
( |
const UnaryOp & |
op | ) |
const |
|
inline |
Apply the given operator to every object in the list
- Parameters
-
Get an object from the list of the given type
- Returns
- object
Get an object from the list of the given type
- Returns
- object
The documentation for this class was generated from the following file: