VCDValue::valstore Union Reference

The actual value stored, as identified by type. More...

#include <VCDValue.hpp>

Data Fields

VCDBit val_bit
 Value as a bit. More...
 
VCDBitVectorval_vector
 Value as a bit vector. More...
 
VCDReal val_real
 Value as a real number (double). More...
 

Detailed Description

The actual value stored, as identified by type.

Definition at line 80 of file VCDValue.hpp.

Field Documentation

◆ val_bit

VCDBit VCDValue::valstore::val_bit

Value as a bit.

Definition at line 81 of file VCDValue.hpp.

◆ val_real

VCDReal VCDValue::valstore::val_real

Value as a real number (double).

Definition at line 83 of file VCDValue.hpp.

◆ val_vector

VCDBitVector* VCDValue::valstore::val_vector

Value as a bit vector.

Definition at line 82 of file VCDValue.hpp.


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