CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
catalog::Dirtab::Rule Struct Reference

#include <dirtab.h>

Collaboration diagram for catalog::Dirtab::Rule:

Public Member Functions

 Rule (const Pathspec &pathspec, const bool is_negation)
 

Public Attributes

Pathspec pathspec
 
bool is_negation
 

Detailed Description

A Rule represents a single line from a .cvmfsdirtab file. It wraps the parsed Pathspec for the path pattern in this line and stores if this Path- spec should be seen as a negation rule.

Definition at line 61 of file dirtab.h.

Constructor & Destructor Documentation

catalog::Dirtab::Rule::Rule ( const Pathspec pathspec,
const bool  is_negation 
)
inline

Definition at line 62 of file dirtab.h.

Member Data Documentation

bool catalog::Dirtab::Rule::is_negation

Definition at line 65 of file dirtab.h.

Referenced by catalog::Dirtab::AddRule().

Pathspec catalog::Dirtab::Rule::pathspec

Definition at line 64 of file dirtab.h.


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