Definition in file FileSpec.hpp.
#include <vector>
#include <functional>
#include <map>
#include "DayTime.hpp"
Include dependency graph for FileSpec.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Classes | |
| class | FileSpecException |
| This exception is thrown when there is a problem with handling file specifications. More... | |
| class | FileSpec |
| A FileSpec is how file names are defined. More... | |
| class | FileSpec::FileSpecElement |
| This is an internal, private class of FileSpec that holds information for one individual file specification element. More... | |
| struct | FileSpec::FileSpecSort |
| Another private, internal class for doing sorting by substring. More... | |
Variables | |
| const char | slash = '/' |
|
|
Definition at line 63 of file FileSpec.hpp. Referenced by FileHunter::find(), FileHunter::init(), FileSpec::FileSpecSort::operator()(), FileHunter::searchHelper(), and FileSpec::sortList(). |
1.3.9.1