Represents a scope type, scope name pair and all of it's child signals. More...
#include <VCDTypes.hpp>
Data Fields | |
VCDScopeName | name |
The short name of the scope. More... | |
VCDScopeType | type |
Construct type. More... | |
VCDScope * | parent |
Parent scope object. More... | |
std::vector< VCDScope * > | children |
Child scope objects. More... | |
std::vector< VCDSignal * > | signals |
Signals in this scope. More... | |
Represents a scope type, scope name pair and all of it's child signals.
Definition at line 133 of file VCDTypes.hpp.
std::vector<VCDScope*> vcdscope::children |
Child scope objects.
Definition at line 137 of file VCDTypes.hpp.
VCDScopeName vcdscope::name |
The short name of the scope.
Definition at line 134 of file VCDTypes.hpp.
VCDScope* vcdscope::parent |
Parent scope object.
Definition at line 136 of file VCDTypes.hpp.
std::vector<VCDSignal*> vcdscope::signals |
Signals in this scope.
Definition at line 138 of file VCDTypes.hpp.
VCDScopeType vcdscope::type |
Construct type.
Definition at line 135 of file VCDTypes.hpp.