Skip to content

Class glob::glob

ClassList > glob > glob

Public Attributes

Type Name
std::string dir_path

Public Functions

Type Name
void close ()
std::string current_match () const
glob (const std::string & pattern)
bool is_valid () const
bool next ()
void open (const std::string & pattern)
operator bool () const
~glob ()

Public Attributes Documentation

variable dir_path

std::string glob::glob::dir_path;

Public Functions Documentation

function close

void glob::glob::close () 

function current_match

std::string glob::glob::current_match () const

function glob [½]

glob::glob::glob (
    const std::string & pattern
) 

function is_valid

bool glob::glob::is_valid () const

function next

bool glob::glob::next () 

function open

void glob::glob::open (
    const std::string & pattern
) 

function operator bool

inline glob::glob::operator bool () const

function ~glob

glob::glob::~glob () 


The documentation for this class was generated from the following file src/utils/glob.h