XRootD
XrdPfc::DirPurgeElement Struct Reference

#include <XrdPfcDirStateSnapshot.hh>

+ Inheritance diagram for XrdPfc::DirPurgeElement:
+ Collaboration diagram for XrdPfc::DirPurgeElement:

Public Member Functions

 DirPurgeElement ()
 
 DirPurgeElement (const DirState &b, int parent)
 
- Public Member Functions inherited from XrdPfc::DirStateBase
 DirStateBase ()
 
 DirStateBase (const std::string &dname)
 

Public Attributes

int m_daughters_begin = -1
 
int m_daughters_end = -1
 
int m_parent = -1
 
DirUsage m_usage
 
- Public Attributes inherited from XrdPfc::DirStateBase
std::string m_dir_name
 

Detailed Description

Definition at line 52 of file XrdPfcDirStateSnapshot.hh.

Constructor & Destructor Documentation

◆ DirPurgeElement() [1/2]

XrdPfc::DirPurgeElement::DirPurgeElement ( )
inline

Definition at line 59 of file XrdPfcDirStateSnapshot.hh.

59 {}

◆ DirPurgeElement() [2/2]

XrdPfc::DirPurgeElement::DirPurgeElement ( const DirState b,
int  parent 
)
inline

Definition at line 60 of file XrdPfcDirStateSnapshot.hh.

60  :
61  DirStateBase(b),
62  m_usage(b.m_here_usage, b.m_recursive_subdir_usage),
64  {}
static void parent()

Member Data Documentation

◆ m_daughters_begin

int XrdPfc::DirPurgeElement::m_daughters_begin = -1

◆ m_daughters_end

int XrdPfc::DirPurgeElement::m_daughters_end = -1

◆ m_parent

int XrdPfc::DirPurgeElement::m_parent = -1

Definition at line 56 of file XrdPfcDirStateSnapshot.hh.

◆ m_usage

DirUsage XrdPfc::DirPurgeElement::m_usage

Definition at line 54 of file XrdPfcDirStateSnapshot.hh.


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