#include <FFind.h>
|
| FFind (const string &pattern) |
|
void | setPattern (const string &pattern) |
|
template<class T > |
int | findFiles (const std::string &fmask, T iter) |
|
| FFind () |
|
| FFind (const std::string &pattern) |
|
void | setPattern (const std::string &pattern) |
|
template<class T > |
int | find (const std::string &fmask, T iter) |
|
|
template<class T > |
static int | findFiles (const std::string &fmask, T iter) |
|
Definition at line 16 of file ffind.cpp.
FFind::FFind |
( |
const string & |
pattern | ) |
|
|
inline |
Definition at line 19 of file ffind.cpp.
void setPattern(const string &pattern)
FFind::FFind |
( |
const std::string & |
pattern | ) |
|
|
inline |
template<class T >
int FFind::find |
( |
const std::string & |
fmask, |
|
|
T |
iter |
|
) |
| |
|
inline |
template<class T >
int FFind::findFiles |
( |
const std::string & |
fmask, |
|
|
T |
iter |
|
) |
| |
|
inline |
template<class T >
static int FFind::findFiles |
( |
const std::string & |
fmask, |
|
|
T |
iter |
|
) |
| |
|
inlinestatic |
Definition at line 59 of file FFind.h.
References find().
61 return ff.
find(fmask, iter);
int find(const std::string &fmask, T iter)
void FFind::setPattern |
( |
const std::string & |
pattern | ) |
|
|
inline |
Definition at line 20 of file FFind.h.
References m_Dir, m_Pattern, and NULL.
23 char *p1 = strdup(pattern.c_str());
24 char *p2 = strdup(pattern.c_str());
void FFind::setPattern |
( |
const string & |
pattern | ) |
|
|
inline |
Definition at line 20 of file ffind.cpp.
References NULL.
Referenced by FFind(), and find().
22 char *p1 = strdup(pattern.c_str());
23 char *p2 = strdup(pattern.c_str());
std::string FFind::m_Pattern |
|
protected |
The documentation for this class was generated from the following files: