| 
    Jpp
    18.5.2
    
   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 61 of file JGlob.hh.
      
  | 
  inline | 
Get list of files.
| buffer | list of patterns | 
Definition at line 78 of file JGlob.hh.
      
  | 
  inlineprivate | 
 1.8.5