Contents of the abstract XDRFILE data structure. More...
Public Attributes | |
int * | buf1 |
Buffer for internal use More... | |
int | buf1size |
Current allocated length of buf1 More... | |
int * | buf2 |
Buffer for internal use More... | |
int | buf2size |
Current allocated length of buf2 More... | |
FILE * | fp |
pointer to standard C library file handle More... | |
char | mode |
r=read, w=write, a=append More... | |
XDR * | xdr |
pointer to corresponding XDR handle More... | |
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.8.17 |