![]() |
linc 0.7
Linc is a general-purpose programming language inspired by C
|
This is the complete list of members for linc::Types::type, including all inherited members.
| array (defined in linc::Types::type) | linc::Types::type | |
| clone() const (defined in linc::Types::type) | linc::Types::type | inline |
| cloneFunction(const Function *function) (defined in linc::Types::type) | linc::Types::type | inlinestatic |
| cloneStructure(const Structure *structure, bool is_mutable) (defined in linc::Types::type) | linc::Types::type | inlinestatic |
| Enumeration typedef (defined in linc::Types::type) | linc::Types::type | |
| enumeration (defined in linc::Types::type) | linc::Types::type | |
| function (defined in linc::Types::type) | linc::Types::type | |
| isAssignableTo(const type &other) const (defined in linc::Types::type) | linc::Types::type | inline |
| isCompatible(const type &other) const (defined in linc::Types::type) | linc::Types::type | inline |
| isMutable (defined in linc::Types::type) | linc::Types::type | |
| Kind enum name (defined in linc::Types::type) | linc::Types::type | |
| kind (defined in linc::Types::type) | linc::Types::type | |
| operator!=(const type &other) const (defined in linc::Types::type) | linc::Types::type | inline |
| operator=(const type &other) (defined in linc::Types::type) | linc::Types::type | inline |
| operator=(type &&other) (defined in linc::Types::type) | linc::Types::type | inline |
| operator==(const type &other) const (defined in linc::Types::type) | linc::Types::type | inline |
| Primitive typedef (defined in linc::Types::type) | linc::Types::type | |
| primitive (defined in linc::Types::type) | linc::Types::type | |
| Structure typedef (defined in linc::Types::type) | linc::Types::type | |
| structure (defined in linc::Types::type) | linc::Types::type | |
| toString(bool ignore_mutability=false) const (defined in linc::Types::type) | linc::Types::type | |
| type(Primitive primitive, bool is_mutable=false) (defined in linc::Types::type) | linc::Types::type | inline |
| type(const Structure &_structure, bool is_mutable=false) (defined in linc::Types::type) | linc::Types::type | inline |
| type(const Enumeration &_enumeration, bool is_mutable=false) (defined in linc::Types::type) | linc::Types::type | inline |
| type(const Array &_array, bool is_mutable=false) (defined in linc::Types::type) | linc::Types::type | inline |
| type(const Function &_function, bool is_mutable=false) (defined in linc::Types::type) | linc::Types::type | inline |
| type(const type &other) (defined in linc::Types::type) | linc::Types::type | inline |
| type(type &&other) (defined in linc::Types::type) | linc::Types::type | inline |
| ~type() (defined in linc::Types::type) | linc::Types::type | inline |