ModelSpace
All Classes Namespaces Functions Variables Enumerations Pages
clockwerk::SimLogger::Group Struct Reference

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.
 

Detailed Description

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.


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