Gyoji Compiler
Loading...
Searching...
No Matches
List of all members
Gyoji::mir::TypeMethod Class Reference

Method of a class. More...

#include <types.hpp>

Detailed Description

Method of a class.

This represents a method inside a class. A method is a function that implicitly takes an object of the class type as its first argument and thereby provides access to the member variables during the scope of the method. It otherwise behaves like an ordinary function.


The documentation for this class was generated from the following files: