Ruby  2.0.0p594(2014-10-27revision48167)
constant.h
Go to the documentation of this file.
1 /**********************************************************************
2 
3  constant.h -
4 
5  $Author$
6  created at: Sun Nov 15 00:09:33 2009
7 
8  Copyright (C) 2009 Yusuke Endoh
9 
10 **********************************************************************/
11 #ifndef CONSTANT_H
12 #define CONSTANT_H
13 
14 typedef enum {
15  CONST_PUBLIC = 0x00,
18 
19 typedef struct rb_const_entry_struct {
21  VALUE value; /* should be mark */
23  int line;
25 
35 
36 #endif /* CONSTANT_H */
Definition: constant.h:19
int rb_public_const_defined(VALUE klass, ID id)
Definition: variable.c:2121
int rb_public_const_defined_at(VALUE klass, ID id)
Definition: variable.c:2127
struct rb_const_entry_struct rb_const_entry_t
VALUE tbl
Definition: tkutil.c:1279
int line
Definition: constant.h:23
rb_const_flag_t
Definition: constant.h:14
rb_const_flag_t flag
Definition: constant.h:20
unsigned long ID
Definition: ripper.y:105
VALUE rb_mod_private_constant(int argc, VALUE *argv, VALUE obj)
Definition: variable.c:2271
VALUE value
Definition: constant.h:21
static VALUE VALUE obj
Definition: tcltklib.c:3157
int rb_public_const_defined_from(VALUE klass, ID id)
Definition: variable.c:2115
VALUE * argv
Definition: tcltklib.c:1970
VALUE rb_mod_public_constant(int argc, VALUE *argv, VALUE obj)
Definition: variable.c:2285
int argc
Definition: tcltklib.c:1969
void rb_free_const_table(st_table *tbl)
Definition: gc.c:814
VALUE rb_public_const_get(VALUE klass, ID id)
Definition: variable.c:1894
klass
Definition: tcltklib.c:3503
VALUE file
Definition: constant.h:22
VALUE rb_public_const_get_at(VALUE klass, ID id)
Definition: variable.c:1900
unsigned long VALUE
Definition: ripper.y:104
VALUE rb_public_const_get_from(VALUE klass, ID id)
Definition: variable.c:1888