My Project
|
#include <AttributeDetail.h>
Public Types | |
using | KeyTy = IntegerSet |
Public Member Functions | |
IntegerSetAttributeStorage (IntegerSet value) | |
bool | operator== (const KeyTy &key) const |
Key equality function. More... | |
![]() | |
Type | getType () const |
Get the type of this attribute. More... | |
Dialect & | getDialect () const |
Get the dialect of this attribute. More... | |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static IntegerSetAttributeStorage * | construct (AttributeStorageAllocator &allocator, KeyTy key) |
Construct a new storage instance. More... | |
Public Attributes | |
IntegerSet | value |
Additional Inherited Members | |
![]() | |
AttributeStorage (Type type) | |
AttributeStorage () | |
void | setType (Type type) |
Set the type of this attribute. More... | |
void | initializeDialect (Dialect &newDialect) |
![]() | |
BaseStorage () | |
|
inline |
|
inlinestatic |
Construct a new storage instance.
|
inline |
Key equality function.
IntegerSet mlir::detail::IntegerSetAttributeStorage::value |