Sha256: a8c68c06ec6e6ca35e447a66ea5c95f0ee73b56396cedd8c461e4429257468c3

Contents?: true

Size: 1010 Bytes

Versions: 436

Compression:

Stored size: 1010 Bytes

Contents

/**********************************************************************

  constant.h -

  $Author$
  created at: Sun Nov 15 00:09:33 2009

  Copyright (C) 2009 Yusuke Endoh

**********************************************************************/
#ifndef CONSTANT_H
#define CONSTANT_H

typedef enum {
    CONST_PUBLIC    = 0x00,
    CONST_PRIVATE   = 0x01
} rb_const_flag_t;

typedef struct rb_const_entry_struct {
    rb_const_flag_t flag;
    VALUE value;            /* should be mark */
} rb_const_entry_t;

VALUE rb_mod_private_constant(int argc, VALUE *argv, VALUE obj);
VALUE rb_mod_public_constant(int argc, VALUE *argv, VALUE obj);
void rb_free_const_table(st_table *tbl);
VALUE rb_public_const_get(VALUE klass, ID id);
VALUE rb_public_const_get_at(VALUE klass, ID id);
VALUE rb_public_const_get_from(VALUE klass, ID id);
int rb_public_const_defined(VALUE klass, ID id);
int rb_public_const_defined_at(VALUE klass, ID id);
int rb_public_const_defined_from(VALUE klass, ID id);

#endif /* CONSTANT_H */

Version data entries

436 entries across 138 versions & 15 rubygems

Version Path
debase-ruby_core_source-0.9.1 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.9.0 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.8.6 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.8.5 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.8.4 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.8.3 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
coverband_ext-1.1.0 ext/coverband_ext/ruby_headers/193/constant.h
debase-ruby_core_source-0.8.2 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
coverband_ext-1.0.1 ext/coverband_ext/ruby_headers/193/constant.h
debase-ruby_core_source-0.8.1 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/binding_of_caller-0.7.2/ext/binding_of_caller/ruby_headers/193/constant.h
debase-ruby_core_source-0.8.0 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.7.10 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.7.9 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.7.8 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.7.7 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.7.6 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debugger-ruby_core_source-1.3.8 ./lib/debugger/ruby_core_source/ruby-1.9.3-p484/constant.h
debugger-ruby_core_source-1.3.8 ./lib/debugger/ruby_core_source/ruby-1.9.3-p392/constant.h
debugger-ruby_core_source-1.3.8 ./lib/debugger/ruby_core_source/ruby-1.9.3-p426/constant.h