#include <CrestModel.h>
Definition at line 138 of file CrestModel.h.
◆ GlobalTagMapDto() [1/2]
GlobalTagMapDto::GlobalTagMapDto |
( |
std::string |
tagName, |
|
|
std::string |
globalTagName, |
|
|
std::string |
record |
|
) |
| |
|
inline |
◆ GlobalTagMapDto() [2/2]
GlobalTagMapDto::GlobalTagMapDto |
( |
| ) |
|
|
inline |
◆ from_json()
Definition at line 243 of file CrestModel.cxx.
246 tagmap.
tagName = j.value(
"tagName",
"");
248 tagmap.
record = j.value(
"record",
"none");
249 tagmap.
label = j.value(
"label",
"none");
◆ to_json()
json GlobalTagMapDto::to_json |
( |
| ) |
const |
◆ globalTagName
std::string GlobalTagMapDto::globalTagName |
◆ label
std::string GlobalTagMapDto::label |
◆ record
std::string GlobalTagMapDto::record |
◆ tagName
std::string GlobalTagMapDto::tagName |
The documentation for this class was generated from the following files: