Loading...
Searching...
No Matches
PLMD::xdrfile::XDRFILE Struct Reference

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
XDRxdr
 pointer to corresponding XDR handle

Detailed Description

Contents of the abstract XDRFILE data structure.

Member Data Documentation

◆ buf1

int* PLMD::xdrfile::XDRFILE::buf1

Buffer for internal use.

◆ buf1size

int PLMD::xdrfile::XDRFILE::buf1size

Current allocated length of buf1.

◆ buf2

int* PLMD::xdrfile::XDRFILE::buf2

Buffer for internal use.

◆ buf2size

int PLMD::xdrfile::XDRFILE::buf2size

Current allocated length of buf2.

◆ fp

FILE* PLMD::xdrfile::XDRFILE::fp

pointer to standard C library file handle

◆ mode

char PLMD::xdrfile::XDRFILE::mode

r=read, w=write, a=append

◆ xdr

XDR* PLMD::xdrfile::XDRFILE::xdr

pointer to corresponding XDR handle


The documentation for this struct was generated from the following file: