#include <FileStore.hpp>
Inheritance diagram for FileStore:

This is intended to support arbitrary file names, not a list of similiar file names. See the FileHunter framework for support of that type of file.
Definition at line 69 of file FileStore.hpp.
Public Member Functions | |
| FileStore () throw () | |
| Constructor. | |
| virtual | ~FileStore () |
| destructor | |
| std::vector< std::string > | getFileNames () const |
| void | addFile (const std::string &fn, const HeaderType &header) throw () |
| const HeaderType & | getHeader (const std::string &fn) throw () |
| virtual void | loadFile (const std::string &fileName)=0 throw (FileMissingException) |
| Load a single file into the store. | |
| virtual void | loadFiles (const std::vector< std::string > &fileNames) |
| unsigned | size () const throw () |
| Return the size of the (filename,header) map. | |
|
|
Constructor.
Definition at line 74 of file FileStore.hpp. |
|
|
destructor
Definition at line 77 of file FileStore.hpp. |
|
||||||||||||
|
Definition at line 89 of file FileStore.hpp. |
|
|
Definition at line 79 of file FileStore.hpp. |
|
|
Definition at line 92 of file FileStore.hpp. |
|
|
Load a single file into the store.
Implemented in IonexStore, MSCStore, RinexEphemerisStore, SEMAlmanacStore, SP3EphemerisStore, and YumaAlmanacStore. |
|
|
Definition at line 99 of file FileStore.hpp. Referenced by main(). |
|
|
Return the size of the (filename,header) map.
Reimplemented in MSCStore. Definition at line 107 of file FileStore.hpp. |
1.3.9.1