![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
Public Member Functions | |
| EnumeratorValue (const std::string &name, Types::u64 index, class Value value) | |
| EnumeratorValue (const EnumeratorValue &other) | |
| EnumeratorValue (EnumeratorValue &&other) | |
| const std::string & | getName () const |
| const Types::u64 & | getIndex () const |
| const class Value & | getValue () const |
| bool | operator== (const EnumeratorValue &other) const |
| bool | operator!= (const EnumeratorValue &other) const =default |