CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PathspecElementPattern::WildcardSubPattern Class Reference
Inheritance diagram for PathspecElementPattern::WildcardSubPattern:
Collaboration diagram for PathspecElementPattern::WildcardSubPattern:

Public Member Functions

SubPatternClone () const
 
bool Compare (const SubPattern *other) const
 
std::string GenerateRegularExpression (const bool is_relaxed) const
 
std::string GenerateGlobString () const
 
bool IsWildcard () const
 
- Public Member Functions inherited from PathspecElementPattern::SubPattern
 SubPattern ()
 
virtual ~SubPattern ()
 
virtual bool IsEmpty () const
 
virtual bool IsPlaintext () const
 
virtual bool IsPlaceholder () const
 

Detailed Description

Definition at line 79 of file pathspec_pattern.h.

Member Function Documentation

SubPattern* PathspecElementPattern::WildcardSubPattern::Clone ( ) const
inlinevirtual

Implements PathspecElementPattern::SubPattern.

Definition at line 81 of file pathspec_pattern.h.

bool PathspecElementPattern::WildcardSubPattern::Compare ( const SubPattern other) const
virtual

Implements PathspecElementPattern::SubPattern.

Definition at line 260 of file pathspec_pattern.cc.

Here is the call graph for this function:

std::string PathspecElementPattern::WildcardSubPattern::GenerateGlobString ( ) const
virtual

Implements PathspecElementPattern::SubPattern.

Definition at line 254 of file pathspec_pattern.cc.

std::string PathspecElementPattern::WildcardSubPattern::GenerateRegularExpression ( const bool  is_relaxed) const
virtual

Implements PathspecElementPattern::SubPattern.

Definition at line 244 of file pathspec_pattern.cc.

bool PathspecElementPattern::WildcardSubPattern::IsWildcard ( ) const
inlinevirtual

Reimplemented from PathspecElementPattern::SubPattern.

Definition at line 85 of file pathspec_pattern.h.


The documentation for this class was generated from the following files: