CIRCT
20.0.0git
|
Unsigned integer. More...
#include <Types.h>
Additional Inherited Members | |
Public Types inherited from esi::Type | |
using | ID = std::string |
Public Member Functions inherited from esi::IntegerType | |
BitVectorType (const ID &id, uint64_t width) | |
Public Member Functions inherited from esi::BitVectorType | |
BitVectorType (const ID &id, uint64_t width) | |
uint64_t | getWidth () const |
std::ptrdiff_t | getBitWidth () const override |
Public Member Functions inherited from esi::Type | |
Type (const ID &id) | |
virtual | ~Type ()=default |
ID | getID () const |
Protected Attributes inherited from esi::Type | |
ID | id |