|
|
bool | operator== (const StructType &t) const |
|
const sammine_util::QualifiedName & | get_name () const |
|
const std::vector< std::string > & | get_field_names () const |
|
const std::vector< Type > & | get_field_types () const |
|
std::optional< size_t > | get_field_index (const std::string &field) const |
|
Type | get_field_type (size_t idx) const |
|
size_t | field_count () const |
|
| StructType (sammine_util::QualifiedName name, std::vector< std::string > field_names, std::vector< Type > field_types) |
The documentation for this class was generated from the following files: