#include <CrestModel.h>
|
std::vector< std::pair< std::string, std::string > > | m_row |
|
Definition at line 188 of file CrestModel.h.
◆ PayloadSpecDto() [1/2]
PayloadSpecDto::PayloadSpecDto |
( |
| ) |
|
|
inline |
◆ PayloadSpecDto() [2/2]
◆ add()
void PayloadSpecDto::add |
( |
std::string |
id, |
|
|
std::string |
name |
|
) |
| |
◆ from_json()
Definition at line 325 of file CrestModel.cxx.
329 if(!j.is_object()&&!j.is_array()){
330 std::string
regex=R
"delim(([^\s,:]*):\s?([^\s,]*),?)delim";
333 std::string input=j.dump();
337 std::string
n(
what[1]);
338 std::string
t(
what[2]);
345 for (
unsigned int i = 0;
i < j.size();
i++)
349 chDto.
add(
el.key(),
el.value());
◆ getColumns()
std::vector< std::pair<std::string,std::string> > PayloadSpecDto::getColumns |
( |
| ) |
const |
|
inline |
◆ getSize()
size_t PayloadSpecDto::getSize |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ to_json()
json PayloadSpecDto::to_json |
( |
| ) |
const |
◆ m_row
std::vector< std::pair<std::string,std::string> > PayloadSpecDto::m_row |
|
private |
The documentation for this class was generated from the following files: