This class defines the callback interface for ScanDir::scan().
Definition at line 221 of file osbfileutil.h.
| virtual OSB_LIB::ScanDir::Select::~Select | ( | ) | [inline, virtual] |
| virtual int OSB_LIB::ScanDir::Select::operator() | ( | const std::string & | dir, | |
| const std::string & | name | |||
| ) | [pure virtual] |
Select directory entries to include in the result set.
| dir | Path of the directory, it always ends with a '/'. | |
| name | Name of the directory entry. |
1.4.7