Jpp
18.4.0
the software that should make you happy
|
Auxiliary class to list files. More...
#include <JGlob.hh>
Public Member Functions | |
JGlob () | |
Default constructor. More... | |
JGlob (const std::string &pattern) | |
Constructor. More... | |
JGlob (const std::vector< std::string > &buffer) | |
Constructor. More... | |
const JGlob & | operator() (const std::string &pattern) |
Get list of files. More... | |
const JGlob & | operator() (const std::vector< std::string > &buffer) |
Get list of files. More... | |
Private Member Functions | |
void | evaluate (const std::string &pattern) |
Process pattern. More... | |
Private Attributes | |
glob_t | buffer |
|
inline |
|
inline |
Constructor.
buffer | list of patterns |
|
inline |
Get list of files.
pattern | pattern |
Definition at line 65 of file JGlob.hh.
|
inline |
Get list of files.
buffer | list of patterns |
Definition at line 82 of file JGlob.hh.
|
inlineprivate |
Process pattern.
pattern | pattern |
Definition at line 100 of file JGlob.hh.