mCRL2
|
Public Member Functions | |
enumeratedtype (const std::size_t n, specification_basic_type &spec) | |
enumeratedtype (const enumeratedtype &e) | |
void | operator= (const enumeratedtype &e) |
~enumeratedtype () | |
Public Attributes | |
std::size_t | size |
sort_expression | sortId |
data_expression_list | elementnames |
function_symbol_list | functions |
Definition at line 5594 of file linearise.cpp.
|
inline |
Definition at line 5602 of file linearise.cpp.
|
inline |
Definition at line 5640 of file linearise.cpp.
|
inline |
Definition at line 5656 of file linearise.cpp.
|
inline |
Definition at line 5648 of file linearise.cpp.
data_expression_list specification_basic_type::enumeratedtype::elementnames |
Definition at line 5599 of file linearise.cpp.
function_symbol_list specification_basic_type::enumeratedtype::functions |
Definition at line 5600 of file linearise.cpp.
std::size_t specification_basic_type::enumeratedtype::size |
Definition at line 5597 of file linearise.cpp.
sort_expression specification_basic_type::enumeratedtype::sortId |
Definition at line 5598 of file linearise.cpp.