Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Structures | Data Fields
rb_class_cc_entries Struct Reference

#include <vm_callinfo.h>

Data Structures

struct  rb_class_cc_entries_entry
 

Data Fields

int capa
 
int len
 
const struct rb_callable_method_entry_structcme
 
struct rb_class_cc_entries::rb_class_cc_entries_entryentries
 

Detailed Description

Definition at line 431 of file vm_callinfo.h.

Field Documentation

◆ capa

int rb_class_cc_entries::capa

Definition at line 435 of file vm_callinfo.h.

◆ cme

const struct rb_callable_method_entry_struct* rb_class_cc_entries::cme

Definition at line 437 of file vm_callinfo.h.

◆ entries

struct rb_class_cc_entries::rb_class_cc_entries_entry * rb_class_cc_entries::entries

◆ len

int rb_class_cc_entries::len

Definition at line 436 of file vm_callinfo.h.


The documentation for this struct was generated from the following file: