mruby/c VM Source Code release 3.4
Loading...
Searching...
No Matches
c_proc.h File Reference

mruby/c Proc class More...

#include "value.h"
Include dependency graph for c_proc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  RProc
 Proc object. More...

Typedefs

typedef struct RProc mrbc_proc
 Proc object.
typedef struct RProc mrb_proc

Detailed Description

mruby/c Proc class

Copyright (C) 2015- Kyushu Institute of Technology.
Copyright (C) 2015- Shimane IT Open-Innovation Center.

This file is distributed under BSD 3-Clause License.

Definition in file c_proc.h.

Typedef Documentation

◆ mrb_proc

typedef struct RProc mrb_proc

Definition at line 51 of file c_proc.h.

◆ mrbc_proc

typedef struct RProc mrbc_proc

Proc object.