XRootD
XrdOucNSWalk::NSEnt Struct Reference

#include <XrdOucNSWalk.hh>

+ Collaboration diagram for XrdOucNSWalk::NSEnt:

Public Types

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

Public Member Functions

 NSEnt ()
 
 ~NSEnt ()
 

Public Attributes

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

Detailed Description

Definition at line 46 of file XrdOucNSWalk.hh.

Member Enumeration Documentation

◆ Etype

Enumerator
isBad 
isDir 
isFile 
isLink 
isMisc 

Definition at line 56 of file XrdOucNSWalk.hh.

Constructor & Destructor Documentation

◆ NSEnt()

XrdOucNSWalk::NSEnt::NSEnt ( )
inline

Definition at line 60 of file XrdOucNSWalk.hh.

◆ ~NSEnt()

XrdOucNSWalk::NSEnt::~NSEnt ( )
inline

Definition at line 61 of file XrdOucNSWalk.hh.

61  {if (Path) free(Path);
62  if (Link) free(Link);
63  }

References Link, and Path.

Member Data Documentation

◆ File

char* XrdOucNSWalk::NSEnt::File

Definition at line 50 of file XrdOucNSWalk.hh.

Referenced by XrdFrmFileset::dirPath(), and XrdFrmFileset::Refresh().

◆ Link

char* XrdOucNSWalk::NSEnt::Link

Definition at line 53 of file XrdOucNSWalk.hh.

Referenced by ~NSEnt(), and XrdFrmFileset::Refresh().

◆ Lksz

int XrdOucNSWalk::NSEnt::Lksz

Definition at line 54 of file XrdOucNSWalk.hh.

◆ Next

struct NSEnt* XrdOucNSWalk::NSEnt::Next

◆ Path

char* XrdOucNSWalk::NSEnt::Path

◆ Plen

int XrdOucNSWalk::NSEnt::Plen

Definition at line 51 of file XrdOucNSWalk.hh.

Referenced by XrdCpFile::Extend().

◆ Stat

struct stat XrdOucNSWalk::NSEnt::Stat

◆ Type

Etype XrdOucNSWalk::NSEnt::Type

Definition at line 58 of file XrdOucNSWalk.hh.


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