Definition at line 292 of file FileSpec.hpp.
#include <FileSpec.hpp>
Public Member Functions | |
FileSpecSort (const FileSpec &fs, const FileSpecSortType s) | |
bool | operator() (const std::string &l, const std::string &r) const |
Private Attributes | |
const FileSpec & | fileSpec |
The FileSpec doing the sorting. More... | |
FileSpecSortType | sortDir |
ascending or descending More... | |
|
inline |
Definition at line 296 of file FileSpec.hpp.
bool gnsstk::FileSpec::FileSpecSort::operator() | ( | const std::string & | l, |
const std::string & | r | ||
) | const |
Compares two strings based on the substrings defined by offset and length accounting for any directory names in the strings
Definition at line 71 of file FileSpec.cpp.
The FileSpec doing the sorting.
Definition at line 306 of file FileSpec.hpp.
|
private |
ascending or descending
Definition at line 304 of file FileSpec.hpp.