構文typedef struct
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
XDR | ||
| x_op | xdr_op | operation; fast additional param | |
| (*x_getlong)() | xdr_ops bool_t | get a long from underlying stream | |
| (*x_putlong)() | bool_t | put a long to " | |
| (*x_getbytes)() | bool_t | get some bytes from " | |
| (*x_putbytes)() | bool_t | put some bytes to " | |
| (*x_getpostn)() | u_int | returns bytes off from beginning | |
| (*x_setpostn)() | bool_t | lets you reposition the stream | |
| (*x_inline)() | long * | buf quick ptr to buffered data | |
| (*x_destroy)() | void | free privates of this xdr_stream | |
| x_ops | } * | ||
| x_public | caddr_t | users' data | |
| x_private | caddr_t | pointer to private data | |
| x_base | caddr_t | private used for position info | |
| x_handy | int | extra private word |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー