|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|

Public Member Functions | |
| WaveDataGroupIndex (const WaveData *wd) | |
| WaveDataGroupIndex (u32 id, bool isNet) | |
| bool | operator== (const WaveDataGroupIndex &other) const |
Friends | |
| uint | qHash (const WaveDataGroupIndex &wdgi) |
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.
| hal::WaveDataGroupIndex::WaveDataGroupIndex | ( | const WaveData * | wd | ) |
Definition at line 532 of file wave_data.cpp.
References hal::WaveData::id().
|
inline |
Definition at line 274 of file wave_data.h.
|
inline |
Definition at line 275 of file wave_data.h.
|
friend |
Definition at line 550 of file wave_data.cpp.