#include <ToolsProtocolCore.h>
|
std::string | toJSON () const |
| Fill structure into JSON. More...
|
|
void | toPT (boost::property_tree::ptree &_pt) const |
| Fill structure into boost's property tree. More...
|
|
void | fromPT (const boost::property_tree::ptree &_pt) |
| Init structure from boost's property tree. More...
|
|
bool | operator== (const T &_val) const |
| Equality operator. More...
|
|
std::string | defaultToString () const |
| Default string representation. More...
|
|
◆ defaultToString()
Default string representation.
◆ fromPT()
Init structure from boost's property tree.
- Parameters
-
[in] | _pt | Property tree with structure details. |
◆ operator==()
◆ toJSON()
Fill structure into JSON.
- Returns
- a JSON-formatted string
◆ toPT()
Fill structure into boost's property tree.
- Parameters
-
[out] | _pt | Property tree with structure details. |
◆ operator<<
template<class T>
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const SBaseData< T > & |
_data |
|
) |
| |
|
friend |
◆ m_requestID
The documentation for this struct was generated from the following file: