Public Attributes | List of all members
PLMD::xdrfile::XDRFILE Struct Reference

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

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: