32件ヒット
[1-32件を表示]
(0.038秒)
別のキーワード
キーワード
-
rb
_ define _ class _ under (12) -
rb
_ time _ timespec _ new (10) -
rb
_ timespec _ now (10)
検索結果
先頭3件
-
VALUE rb
_ define _ class _ under(VALUE outer , const char *name , VALUE super) (19.0) -
super のサブクラスとして新しい Ruby クラスを、outer の定数として定義し て返します。
...スとして新しい Ruby クラスを、outer の定数として定義し
て返します。
@param outer 定義するクラスが定数として所属するクラス
@param name クラス名
@param super 継承元のクラス。NULL を指定した場合は Object クラス
@raise TypeError... -
VALUE rb
_ time _ timespec _ new(const struct timespec *ts , int offset) (13.0) -
引数 ts、offset を元に Time オブジェクトを作成して返します。
...引数 ts、offset を元に Time オブジェクトを作成して返します。
@param ts timespec 構造体のポインタ
@param offset 協定世界時との時差(秒)。
-86400 < offset < 86400 の場合は指定した時差に、INT_MAX
を指定した場合は... -
void rb
_ timespec _ now(struct timespec *ts) (7.0) -
現在時刻を取得してその結果を引数 ts で指定した timespec 構造体に格納します。
...現在時刻を取得してその結果を引数 ts で指定した timespec 構造体に格納します。
@param ts timespec 構造体のポインタ...