Ruby
2.0.0p645(2015-04-13revision50299)
|
Data Fields | |
const char * | name |
rb_encoding * | enc |
rb_encoding * | base |
Definition at line 43 of file encoding.c.
rb_encoding* rb_encoding_entry::base |
Definition at line 46 of file encoding.c.
Referenced by enc_autoload(), and set_base_encoding().
rb_encoding* rb_encoding_entry::enc |
Definition at line 45 of file encoding.c.
Referenced by enc_register_at().
const char* rb_encoding_entry::name |
Definition at line 44 of file encoding.c.
Referenced by enc_register_at().