List of data values.
More...
#include <List.h>
§ List()
| stromx::runtime::List::List |
( |
| ) |
|
|
inline |
Constructs an empty list.
§ clone()
| Data * stromx::runtime::List::clone |
( |
| ) |
const |
|
virtual |
Returns a copy of the data object, i.e. a object of the same type is allocated and the data of the original object is copied to the new object. A pointer to the new object is returned.
Implements stromx::runtime::DataInterface.
§ content() [1/2]
| std::vector<Data*>& stromx::runtime::List::content |
( |
| ) |
|
|
inline |
Provides write access to the content of the list.
§ content() [2/2]
| std::vector<const Data*> stromx::runtime::List::content |
( |
| ) |
const |
|
inline |
Provides write access to the content of the list.
§ package()
| virtual const std::string& stromx::runtime::List::package |
( |
| ) |
const |
|
inlinevirtual |
§ type()
| virtual const std::string& stromx::runtime::List::type |
( |
| ) |
const |
|
inlinevirtual |
§ variant()
§ version()
| virtual const Version& stromx::runtime::List::version |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files:
- stromx/runtime/List.h
- stromx/runtime/List.cpp