26 int Glob::add(
const char * pattern_r, Flags flags_r )
28 static Flags _APPEND( GLOB_APPEND );
scoped_ptr< ::glob_t > _result
DefaultIntegral< int, 0 > _lastGlobReturn
std::ostream & dumpRange(std::ostream &str, _Iterator begin, _Iterator end, const std::string &intro="{", const std::string &pfx="\n ", const std::string &sep="\n ", const std::string &sfx="\n", const std::string &extro="}")
Print range defined by iterators (multiline style).
Find pathnames matching a pattern.
const_iterator begin() const
Iterator pointing to the first result.
const_iterator end() const
Iterator pointing behind the last result.
size_type size() const
The number of matches found so far.
std::ostream & operator<<(std::ostream &str, const Glob &obj)
void clear()
Clear all results found so far.