Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
shamtest::details::DataNode Struct Reference

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< f64data
 Held data.
 

Detailed Description

Data node generated by the test.

Definition at line 26 of file DataNode.hpp.

Member Data Documentation

◆ data

std::vector<f64> shamtest::details::DataNode::data

Held data.

Definition at line 28 of file DataNode.hpp.

◆ name

std::string shamtest::details::DataNode::name

Name of the data node.

Definition at line 27 of file DataNode.hpp.


The documentation for this struct was generated from the following file: