Wire Sysio Wire Sysion 1.0.0
|
#include <Types.h>
Public Member Functions | |
TableType () | |
TableType (TableElementType inElementType, bool inIsShared, SizeConstraints inSize) | |
Public Attributes | |
TableElementType | elementType |
bool | isShared |
SizeConstraints | size |
Friends | |
bool | operator== (const TableType &left, const TableType &right) |
bool | operator!= (const TableType &left, const TableType &right) |
bool | isSubset (const TableType &super, const TableType &sub) |
|
inline |
TableElementType IR::TableType::elementType |
SizeConstraints IR::TableType::size |