xrootd
Loading...
Searching...
No Matches
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

◆ Etype

Enumerator
isBad 
isDir 
isFile 
isLink 
isMisc 

Constructor & Destructor Documentation

◆ NSEnt()

XrdOucNSWalk::NSEnt::NSEnt ( )
inline

◆ ~NSEnt()

XrdOucNSWalk::NSEnt::~NSEnt ( )
inline

References Link, and Path.

Member Data Documentation

◆ File

char* XrdOucNSWalk::NSEnt::File

◆ Link

char* XrdOucNSWalk::NSEnt::Link

Referenced by ~NSEnt().

◆ Lksz

int XrdOucNSWalk::NSEnt::Lksz

◆ Next

struct NSEnt* XrdOucNSWalk::NSEnt::Next

◆ Path

char* XrdOucNSWalk::NSEnt::Path

Referenced by ~NSEnt().

◆ Plen

int XrdOucNSWalk::NSEnt::Plen

◆ Stat

struct stat XrdOucNSWalk::NSEnt::Stat

◆ Type

Etype XrdOucNSWalk::NSEnt::Type

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