#include <DirectorySource.h>
|
|
static const std::string | _CT = "DirectorySource" |
| |
|
|
void | CheckDirectory (std::string &) |
| |
|
|
struct stat | fStat |
| |
|
int | fNum |
| |
|
struct dirent ** | fNameList |
| |
|
std::ifstream | inFile |
| |
|
std::string | thePath |
| |
DirectorySource Reads all (or the given number) of files into a <vector> that are in a directory. To extend with other file formasts include other ReadFiles () methods
◆ DirectorySource()
| DirectorySource::DirectorySource |
( |
const std::string & |
aDirectory | ) |
|
Constructor checks wether the directory exists and gives $RBT_ROOT to the path if required
The documentation for this class was generated from the following files: