Contents of the abstract XDRFILE data structure. More...
Public Attributes | |
| int * | buf1 |
| Buffer for internal use. | |
| int | buf1size |
| Current allocated length of buf1. | |
| int * | buf2 |
| Buffer for internal use. | |
| int | buf2size |
| Current allocated length of buf2. | |
| FILE * | fp |
| pointer to standard C library file handle | |
| char | mode |
| r=read, w=write, a=append | |
| XDR * | xdr |
| pointer to corresponding XDR handle | |
Contents of the abstract XDRFILE data structure.
| int* PLMD::xdrfile::XDRFILE::buf1 |
Buffer for internal use.
| int PLMD::xdrfile::XDRFILE::buf1size |
Current allocated length of buf1.
| int* PLMD::xdrfile::XDRFILE::buf2 |
Buffer for internal use.
| int PLMD::xdrfile::XDRFILE::buf2size |
Current allocated length of buf2.
| FILE* PLMD::xdrfile::XDRFILE::fp |
pointer to standard C library file handle
| char PLMD::xdrfile::XDRFILE::mode |
r=read, w=write, a=append
Hosted by GitHub
|
1.17.0
|