![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Data node generated by the test. More...
#include <shamtest/details/DataNode.hpp>
Collaboration diagram for shamtest::details::DataNode:Public Member Functions | |
| std::string | serialize_json () |
| Serialize the assertion in JSON. | |
| void | serialize (std::basic_stringstream< byte > &stream) |
| Serialize the assertion in binary format. | |
Static Public Member Functions | |
| static DataNode | deserialize (std::basic_stringstream< byte > &reader) |
| DeSerialize the assertion from binary format. | |
Public Attributes | |
| std::string | name |
| Name of the data node. | |
| std::vector< f64 > | data |
| Held data. | |
Data node generated by the test.
Definition at line 26 of file DataNode.hpp.
| std::vector<f64> shamtest::details::DataNode::data |
Held data.
Definition at line 28 of file DataNode.hpp.
| std::string shamtest::details::DataNode::name |
Name of the data node.
Definition at line 27 of file DataNode.hpp.