|
tdaq-develop-2025-02-12
|
Public Member Functions | |
| Parameter (N name, V value) | |
| const N & | getName (void) const |
| Getters. | |
| const V & | getValue (void) const |
| const std::pair< N, V > | getParameterPair (void) |
| void | setName (const N name) |
| Setters. | |
| 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_ |
Definition at line 12 of file DataStructs.h.