![]() |
ModelSpace
|
Grouping methods – for some variables, such as arrays and vectors, we may want to lump all of the data elements together, even though they are tracked/"logged" as separate native datatypes. The following struct and associated tracking variables provide a mechanism for doing that. More...
#include <SimLogger.h>
Public Attributes | |
long unsigned int | size |
std::string | group_name |
The size of the group. | |
Grouping methods – for some variables, such as arrays and vectors, we may want to lump all of the data elements together, even though they are tracked/"logged" as separate native datatypes. The following struct and associated tracking variables provide a mechanism for doing that.