charon-core
0.3.1
|
Common interface for read-write access to multiple data members like arrays etc. More...
#include <charon-core/AbstractData.hxx>
Public Member Functions | |
virtual T & | operator[] (std::size_t pos)=0 |
Access to specific member (read-write). More... | |
Public Member Functions inherited from AbstractMultiROData< T > | |
virtual const T & | operator[] (std::size_t pos) const =0 |
Access to specific member (read-only). More... | |
virtual std::size_t | size () const =0 |
Access to number of members. More... | |
Definition at line 91 of file AbstractData.hxx.
|
pure virtual |
pos | data position |
Implemented in ParameterList< T >, and ParameterList< std::string >.