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.10.15 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.10.14 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/debase-ruby_core_source-0.10.13/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/debase-ruby_core_source-0.10.12/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.10.13 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/debase-ruby_core_source-0.10.12/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/debase-ruby_core_source-0.10.12/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.6 vendor/bundle/ruby/3.0.0/gems/debase-ruby_core_source-0.10.12/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/debase-ruby_core_source-0.10.11/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/2.7.0/gems/debase-ruby_core_source-0.10.12/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/debase-ruby_core_source-0.10.12/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/debase-ruby_core_source-0.10.11/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/debase-ruby_core_source-0.10.12/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/debase-ruby_core_source-0.10.12/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/debase-ruby_core_source-0.10.11/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/debase-ruby_core_source-0.10.11/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.5 vendor/bundle/ruby/2.7.0/gems/debase-ruby_core_source-0.10.12/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.10.12 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
tdiary-5.1.4 vendor/bundle/ruby/2.7.0/gems/debase-ruby_core_source-0.10.11/lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h
debase-ruby_core_source-0.10.11 lib/debase/ruby_core_source/ruby-1.9.3-p550/constant.h