linc 0.7
Linc is a general-purpose programming language inspired by C
Loading...
Searching...
No Matches
linc::Types::type Member List

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::typeinline
cloneFunction(const Function *function) (defined in linc::Types::type)linc::Types::typeinlinestatic
cloneStructure(const Structure *structure, bool is_mutable) (defined in linc::Types::type)linc::Types::typeinlinestatic
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::typeinline
isCompatible(const type &other) const (defined in linc::Types::type)linc::Types::typeinline
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::typeinline
operator=(const type &other) (defined in linc::Types::type)linc::Types::typeinline
operator=(type &&other) (defined in linc::Types::type)linc::Types::typeinline
operator==(const type &other) const (defined in linc::Types::type)linc::Types::typeinline
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::typeinline
type(const Structure &_structure, bool is_mutable=false) (defined in linc::Types::type)linc::Types::typeinline
type(const Enumeration &_enumeration, bool is_mutable=false) (defined in linc::Types::type)linc::Types::typeinline
type(const Array &_array, bool is_mutable=false) (defined in linc::Types::type)linc::Types::typeinline
type(const Function &_function, bool is_mutable=false) (defined in linc::Types::type)linc::Types::typeinline
type(const type &other) (defined in linc::Types::type)linc::Types::typeinline
type(type &&other) (defined in linc::Types::type)linc::Types::typeinline
~type() (defined in linc::Types::type)linc::Types::typeinline