#include <GenericVector.h>
|
| template<typename T> |
| void | set (Vec< T > &&v) |
| template<typename T> |
| void | set (Vec< T > const &v) |
| void | unset () |
| template<typename T> |
| Vec< T > & | get () |
| template<typename T> |
| Vec< T > const & | get () const |
| template<typename T> |
| bool | isType () const |
| bool | hasValue () const |
| uint64_t | size () const |
| template<typename FromType, typename ToType> |
| auto | convertFromTo () const |
| template<typename T> |
| std::vector< T > | asVector () const |
| template<typename ValueType> |
| ValueType | at (uint64_t index) const |
Definition at line 16 of file GenericVector.h.
◆ Vec
◆ asVector()
template<typename T>
| std::vector< T > storm::umb::GenericVector::asVector |
( |
| ) |
const |
|
inline |
◆ at()
template<typename ValueType>
| ValueType storm::umb::GenericVector::at |
( |
uint64_t | index | ) |
const |
|
inline |
◆ convertFromTo()
template<typename FromType, typename ToType>
| auto storm::umb::GenericVector::convertFromTo |
( |
| ) |
const |
|
inline |
◆ get() [1/2]
template<typename T>
| Vec< T > & storm::umb::GenericVector::get |
( |
| ) |
|
|
inline |
◆ get() [2/2]
template<typename T>
| Vec< T > const & storm::umb::GenericVector::get |
( |
| ) |
const |
|
inline |
◆ hasValue()
| bool storm::umb::GenericVector::hasValue |
( |
| ) |
const |
- Returns
- true if this holds some vector of any type.
Definition at line 11 of file GenericVector.cpp.
◆ isType()
template<typename T>
| bool storm::umb::GenericVector::isType |
( |
| ) |
const |
|
inline |
◆ set() [1/2]
template<typename T>
| void storm::umb::GenericVector::set |
( |
Vec< T > && | v | ) |
|
|
inline |
◆ set() [2/2]
template<typename T>
| void storm::umb::GenericVector::set |
( |
Vec< T > const & | v | ) |
|
|
inline |
◆ size()
| uint64_t storm::umb::GenericVector::size |
( |
| ) |
const |
- Returns
- the size of the held vector. 0 if no vector is held.
Definition at line 15 of file GenericVector.cpp.
◆ unset()
| void storm::umb::GenericVector::unset |
( |
| ) |
|
The documentation for this class was generated from the following files: