#include <variable.h>
Variable::Variable |
( |
const std::string & |
name, |
|
|
const std::string & |
color |
|
) |
| |
Variable::Variable |
( |
const Variable & |
var | ) |
|
|
default |
const std::string & Variable::color |
( |
| ) |
const |
|
noexcept |
const std::string & Variable::name |
( |
| ) |
const |
|
noexcept |
void Variable::set_color |
( |
const std::string & |
color | ) |
|
|
noexcept |
void Variable::set_name |
( |
const std::string & |
name | ) |
|
|
noexcept |
std::string Variable::color_ |
|
private |
std::string Variable::name_ |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/denisacostaq/DAQs/src/database-server/data-model/variable.h
- /home/travis/build/denisacostaq/DAQs/src/database-server/data-model/variable.cc