1#ifndef IV_SRC_LOGIC_TYPES_HPP_
2#define IV_SRC_LOGIC_TYPES_HPP_
eGeneralType
Definition enums.hpp:19
uint32_t componentType
Definition types.hpp:11
uint32_t componentFinalType
Definition types.hpp:12
Tuple containing the type of logic component (logic blocks, library blocks & others blocks).
Definition types.hpp:22
bool operator<(const ComponentType &) const =default
iv::logic::eGeneralType generalType
Definition types.hpp:23
auto operator<=>(const ComponentType &) const =default
bool operator==(const ComponentType &) const =default
iv::types::logic::componentType componentType
Definition types.hpp:24
iv::types::logic::componentFinalType componentFinalType
Definition types.hpp:25