HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::WaveDataGroupIndex Class Reference

#include </home/runner/work/hal/hal/plugins/simulator/netlist_simulator_controller/include/netlist_simulator_controller/wave_data.h>

Collaboration diagram for hal::WaveDataGroupIndex:
Collaboration graph

Public Member Functions

 WaveDataGroupIndex (const WaveData *wd)
 
 WaveDataGroupIndex (u32 id, bool isNet)
 
bool operator== (const WaveDataGroupIndex &other) const
 

Friends

uint qHash (const WaveDataGroupIndex &wdgi)
 

Detailed Description

The key under which a waveform is stored in a group, derived from the ID and the kind of the waveform.

Definition at line 268 of file wave_data.h.

Constructor & Destructor Documentation

◆ WaveDataGroupIndex() [1/2]

hal::WaveDataGroupIndex::WaveDataGroupIndex ( const WaveData wd)

Definition at line 532 of file wave_data.cpp.

References hal::WaveData::id().

◆ WaveDataGroupIndex() [2/2]

hal::WaveDataGroupIndex::WaveDataGroupIndex ( u32  id,
bool  isNet 
)
inline

Definition at line 274 of file wave_data.h.

Member Function Documentation

◆ operator==()

bool hal::WaveDataGroupIndex::operator== ( const WaveDataGroupIndex other) const
inline

Definition at line 275 of file wave_data.h.

Friends And Related Function Documentation

◆ qHash

uint qHash ( const WaveDataGroupIndex wdgi)
friend

Definition at line 550 of file wave_data.cpp.


The documentation for this class was generated from the following files: