るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.322秒)
トップページ > クエリ:I[x] > クエリ:st_cleanup_safe[x]

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

キーワード

検索結果

void st_cleanup_safe(st_table *table, char *never) (38200.0)

never と同じ値を持つエントリーを削除する。

never と同じ値を持つエントリーを削除する。

int st_delete_safe(register st_table *table, register char **key, char **value, char *never) (116.0)

st_delete と似ているが、その場ですぐに削除するのではなく never を 書きこんでおく。st_cleanup_safe() で本当に削除できる。 Ruby では never には Qundef を使う。

...st_delete と似ているが、その場ですぐに削除するのではなく never を
書きこんでおく。st_cleanup_safe() で本当に削除できる。
Ruby では never には Qundef を使う。...

static int delete_never(char *key, char *value, char *never) (116.0)

st_cleanup_safe() のイテレータブロック。

...
st_cleanup_safe
() のイテレータブロック。...