[BACK]Return to risaobj.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc / int-parts / datatype

Annotation of OpenXM/src/asir-doc/int-parts/datatype/risaobj.texi, Revision 1.1

1.1     ! noro        1: @comment $OpenXM$
        !             2: @section Risa object
        !             3:
        !             4: @example
        !             5: struct oObj @{           object $B$N6&DLItJ,(B
        !             6:     short id;           $B<1JL;R(B
        !             7:     short pad;
        !             8: @};
        !             9:
        !            10: typedef struct oObj *Obj;
        !            11: @end example
        !            12:
        !            13: Risa object $B$H$O9=B$BN(B @code{oObj} $B$r@hF,ItJ,$K;}$D(B object $B$NAm>N$G$"$k(B.
        !            14: Risa object $B$O(B Asir $B$K$*$$$FFHN)$7$?(B object $B$H$7$FJQ?t$NCM$H$J$jF@$k(B.
        !            15: Risa object $B$O(B @code{id} $B$K$h$j<1JL$5$l$k(B. $B8=:_(B, $B<!$N$h$&$J<oN`$N(B Risa
        !            16: object $B$,Dj5A$5$l$F$$$k(B.
        !            17:
        !            18: @table @code
        !            19: @item 0 @b{0}
        !            20: @item O_N = 1 @b{number; $B?t(B}
        !            21: @item O_P = 2 @b{polynomial; $BB?9`<0(B} ($B?t$G$J$$(B)
        !            22: @item O_R = 3 @b{rational expression; $BM-M}<0(B} ($BB?9`<0$G$J$$(B)
        !            23: @item O_LIST = 4 @b{list}
        !            24: @item O_VECT = 5 @b{vector}
        !            25: @item O_MAT = 6 @b{matrix}
        !            26: @item O_STR = 7 @b{character string; $BJ8;zNs(B}
        !            27: @item O_COMP = 8 @b{composite object}
        !            28: @item O_DP = 9 @b{distributed polynomial; $BJ,;6B?9`<0(B}
        !            29: @item O_USINT = 10 @b{32bit unsigned integer}
        !            30: @item O_ERR = 11 @b{error object}
        !            31: @item O_GF2MAT = 12 @b{matrix over GF(2)}
        !            32: @item O_MATHCAP = 13 @b{MATHCAP object}
        !            33: @item O_F = 14 @b{first order formula}
        !            34: @item O_GFMMAT = 15 @b{matrix over GF(p)}
        !            35: @item O_VOID = -1 @b{VOID object}
        !            36: @end table

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>