xrootd
Public Types | Public Member Functions | Public Attributes | List of all members
XrdOucNSWalk::NSEnt Struct Reference

#include <XrdOucNSWalk.hh>

Collaboration diagram for XrdOucNSWalk::NSEnt:
Collaboration graph
[legend]

Public Types

enum  Etype {
  isBad = 0, isDir, isFile, isLink,
  isMisc
}

Public Member Functions

 NSEnt ()
 ~NSEnt ()

Public Attributes

struct NSEntNext
char * Path
char * File
int Plen
struct stat Stat
char * Link
int Lksz
Etype Type

Member Enumeration Documentation

Enumerator:
isBad 
isDir 
isFile 
isLink 
isMisc 

Constructor & Destructor Documentation

XrdOucNSWalk::NSEnt::NSEnt ( )
inline
XrdOucNSWalk::NSEnt::~NSEnt ( )
inline

References Link, and Path.

Member Data Documentation

char* XrdOucNSWalk::NSEnt::File
char* XrdOucNSWalk::NSEnt::Link
int XrdOucNSWalk::NSEnt::Lksz
struct NSEnt* XrdOucNSWalk::NSEnt::Next
char* XrdOucNSWalk::NSEnt::Path
int XrdOucNSWalk::NSEnt::Plen

Referenced by XrdOucNSWalk::addEnt().

struct stat XrdOucNSWalk::NSEnt::Stat
Etype XrdOucNSWalk::NSEnt::Type

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