10 #ifndef BENTLEY_NO_BEFILENAME
41 class BeFileNameIterator* m_finder;
45 void Init (
bool recursive) {m_finder =
NULL; m_recursive = recursive; m_curr = 0;}
75 #endif // BENTLEY_NO_BEFILENAME
#define BENTLEYDLL_EXPORT
Definition: Bentley.h:249
An iterator to walk through a semicolon delimited list of file paths.
Definition: BeFileListIterator.h:39
struct Bentley::WString const & WStringCR
Definition: Bentley.h:239
BeFileListIterator(WStringCR filePathList, bool recursive)
Construct an instance of a BeFileListIterator.
Definition: BeFileListIterator.h:57
wchar_t const * WCharCP
Definition: Bentley.h:224
#define NULL
Definition: Bentley.h:157
#define BEGIN_BENTLEY_NAMESPACE
Definition: Bentley.r.h:24
BentleyStatus
Definition: Bentley.h:208
Defines typedefs and constants that can be used across other namespaces. All Bentley-authored C++ sou...
BeFileListIterator(WCharCP filePathList, bool recursive)
Construct an instance of a BeFileListIterator.
Definition: BeFileListIterator.h:51
char const * CharCP
Definition: Bentley.h:226
#define END_BENTLEY_NAMESPACE
Definition: Bentley.r.h:25
BeFileListIterator(CharCP filePathList, bool recursive)
Construct an instance of a BeFileListIterator.
Definition: BeFileListIterator.h:62
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51