vcdscope Struct Reference

Represents a scope type, scope name pair and all of it's child signals. More...

#include <VCDTypes.hpp>

Collaboration diagram for vcdscope:

Data Fields

VCDScopeName name
 The short name of the scope. More...
 
VCDScopeType type
 Construct type. More...
 
VCDScopeparent
 Parent scope object. More...
 
std::vector< VCDScope * > children
 Child scope objects. More...
 
std::vector< VCDSignal * > signals
 Signals in this scope. More...
 

Detailed Description

Represents a scope type, scope name pair and all of it's child signals.

Definition at line 133 of file VCDTypes.hpp.

Field Documentation

◆ children

std::vector<VCDScope*> vcdscope::children

Child scope objects.

Definition at line 137 of file VCDTypes.hpp.

◆ name

VCDScopeName vcdscope::name

The short name of the scope.

Definition at line 134 of file VCDTypes.hpp.

◆ parent

VCDScope* vcdscope::parent

Parent scope object.

Definition at line 136 of file VCDTypes.hpp.

◆ signals

std::vector<VCDSignal*> vcdscope::signals

Signals in this scope.

Definition at line 138 of file VCDTypes.hpp.

◆ type

VCDScopeType vcdscope::type

Construct type.

Definition at line 135 of file VCDTypes.hpp.


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