るりまサーチ

最速Rubyリファレンスマニュアル検索!
401件ヒット [1-100件を表示] (0.018秒)
トップページ > クエリ:struct[x] > 種類:関数[x]

別のキーワード

  1. struct new
  2. mkmf have_struct_member
  3. struct []
  4. struct each
  5. struct select

検索結果

<< 1 2 3 ... > >>

VALUE rb_struct_iv_get(VALUE c, const char *name) (6101.0)

この関数は deprecated です。内部関数になりました。

この関数は deprecated です。内部関数になりました。

int rb_run_exec_options(const struct rb_exec_arg *e, struct rb_exec_arg *s) (201.0)

この関数は deprecated です。

この関数は deprecated です。

int rb_run_exec_options_err(const struct rb_exec_arg *e, struct rb_exec_arg *s, char *errmsg, size_t errmsg_buflen) (201.0)

この関数は deprecated です。

この関数は deprecated です。

static struct RVarmap * new_dvar(ID id, VALUE value, struct RVarmap *prev) (201.0)

st_table * st_init_table_with_size(struct st_hash_type *type, int size) (117.0)

st_table を作成する。_with_size はサイズを指定して生成する。 struct st_hash_type はハッシュ値を得る関数と、同値判定を行う 関数を持つ。

...st_table を作成する。_with_size はサイズを指定して生成する。
struct
st_hash_type はハッシュ値を得る関数と、同値判定を行う
関数を持つ。...

絞り込み条件を変える

static struct kwtable * rb_reserved_word(const char *str, unsigned int len) (107.0)

長さ len の文字列 str が予約語であれば そのフラグテーブルを返します。str が予約語でなければ NULL を返します。

...n の文字列 str が予約語であれば
そのフラグテーブルを返します。str が予約語でなければ
NULL を返します。

struct
kwtable {
char *name; /* 予約語の名前 */
int id[2]; /* 0: 非修飾型シンボル...

VALUE rb_exec_arg_init(int argc, VALUE *argv, int accept_shell, struct rb_exec_arg *e) (101.0)

この関数は deprecated です。

この関数は deprecated です。

VALUE rb_gvar_defined(struct global_entry *entry) (101.0)

entry で示されるグローバル変数が定義されているなら真。

entry で示されるグローバル変数が定義されているなら真。

VALUE rb_gvar_get(struct global_entry *entry) (101.0)

グローバル変数のエントリ entry から値を取得します。

グローバル変数のエントリ entry から値を取得します。

VALUE rb_gvar_set(struct global_entry *entry, VALUE val) (101.0)

グローバル変数のエントリ entry に値を代入します。

グローバル変数のエントリ entry に値を代入します。

絞り込み条件を変える

VALUE rb_time_timespec_new(const struct timespec *ts, int offset) (101.0)

引数 ts、offset を元に Time オブジェクトを作成して返します。

引数 ts、offset を元に Time オブジェクトを作成して返します。

@param ts timespec 構造体のポインタ

@param offset 協定世界時との時差(秒)。
-86400 < offset < 86400 の場合は指定した時差に、INT_MAX
を指定した場合は地方時、INT_MAX-1 を指定した場合は UTC に
なります。

@raise ArgumentError offset に上述の範囲以外の値を指定した場合に発生し
ま...

int rb_exec(const struct rb_exec_arg *e) (101.0)

この関数は deprecated です。

この関数は deprecated です。

int rb_exec_arg_addopt(struct rb_exec_arg *e, VALUE key, VALUE val) (101.0)

この関数は deprecated です。

この関数は deprecated です。

int rb_exec_err(const struct rb_exec_arg *e, char *errmsg, size_t errmsg_buflen) (101.0)

この関数は deprecated です。

この関数は deprecated です。

int rb_thread_select(int max, fd_set *read, fd_set *write, fd_set *except, struct timeval *timeout) (101.0)

この関数は deprecated です。rb_thread_fd_select を使用してください。

この関数は deprecated です。rb_thread_fd_select を使用してください。

Ruby のスレッドは実装のために内部で select(2) を使っているため、
拡張ライブラリ内で独自に select(2) を使った場合の動作は保証されません。
代わりにこの関数 rb_thread_select を使ってください。
引数の意味は select(2) と同じです。

絞り込み条件を変える

st_table * st_init_table(struct st_hash_type *type) (101.0)

<< 1 2 3 ... > >>