ots::Parameter< N, V > Class Template Reference
List of all members.
Public Member Functions |
| Parameter (N name, V value) |
const N & | getName (void) const |
const V & | getValue (void) const |
const std::pair< N, V > | getParameterPair (void) |
void | setName (const N name) |
void | setValue (const V value) |
void | set (const N name, const V &value) |
void | set (std::pair< N, V > parameter) |
Protected Attributes |
N | name_ |
V | value_ |
Detailed Description
template<typename N, typename V>
class ots::Parameter< N, V >
Definition at line 12 of file DataStructs.h.
The documentation for this class was generated from the following file: