Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_LOGIC_TYPES_HPP_
2#define IV_SRC_LOGIC_TYPES_HPP_
3
4#include "logic/enums.hpp"
5
6#include <cstdint>
7
8namespace iv::types::logic
9{
10
11typedef uint32_t componentType;
12typedef uint32_t componentFinalType;
13
31
32}// namespace iv::types::logic
33
34#endif//IV_SRC_LOGIC_TYPES_HPP_
eGeneralType
Definition enums.hpp:19
Definition types.hpp:126
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