xrootd
Loading...
Searching...
No Matches
Public Attributes | List of all members
XrdSysXAttr::AList Struct Reference

#include <XrdSysXAttr.hh>

Collaboration diagram for XrdSysXAttr::AList:
Collaboration graph
[legend]

Public Attributes

AListNext
 -> next element.
 
int Vlen
 The length of the attribute value;.
 
int Nlen
 The length of the attribute name that follows.
 
char Name [1]
 Start of the name (size of struct is dynamic)
 

Detailed Description

Definition of a structure to hold an attribute name and the size of the name as well as the size of its associated value. The structure is a list and is used as an argument to Free() and is returned by List(). The size of the struct is dynamic and should be sized to hold all of the information.

Member Data Documentation

◆ Name

char XrdSysXAttr::AList::Name[1]

Start of the name (size of struct is dynamic)

◆ Next

AList* XrdSysXAttr::AList::Next

-> next element.

◆ Nlen

int XrdSysXAttr::AList::Nlen

The length of the attribute name that follows.

◆ Vlen

int XrdSysXAttr::AList::Vlen

The length of the attribute value;.


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