xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Private Attributes | List of all members
XrdSecBuffer Struct Reference

Generic structure to pass security information back and forth. More...

#include <XrdSecInterface.hh>

Public Member Functions

 XrdSecBuffer (char *bp=0, int sz=0)
 
 ~XrdSecBuffer ()
 

Public Attributes

int size
 Size of the buffer or length of data in the buffer. More...
 
char * buffer
 Pointer to the buffer. More...
 

Private Attributes

char * membuf
 

Detailed Description

Generic structure to pass security information back and forth.

Constructor & Destructor Documentation

XrdSecBuffer::XrdSecBuffer ( char *  bp = 0,
int  sz = 0 
)
inline
XrdSecBuffer::~XrdSecBuffer ( )
inline

References membuf.

Member Data Documentation

char* XrdSecBuffer::buffer

Pointer to the buffer.

char* XrdSecBuffer::membuf
private

Referenced by ~XrdSecBuffer().

int XrdSecBuffer::size

Size of the buffer or length of data in the buffer.


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