Gyoji Compiler
|
Method of a class. More...
#include <types.hpp>
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.