Jafar
|
Interface of an object which can be loaded using the KeyValueFile mechanism. More...
Interface of an object which can be loaded using the KeyValueFile mechanism.
Definition at line 105 of file keyValueFile.hpp.
#include <keyValueFile.hpp>
Public Member Functions | |
void | load (std::string const &filename, std::string const &keyValueSeparator_=":", char commentPrefix_= '#') |
This method automates the process: | |
Protected Member Functions | |
virtual void | loadKeyValueFile (jafar::kernel::KeyValueFile const &keyValueFile)=0 |
Implement this method calling repeatedly KeyValueFile::getItem() method. |
void jafar::kernel::KeyValueFileLoad::load | ( | std::string const & | filename, |
std::string const & | keyValueSeparator_ = ":" , |
||
char | commentPrefix_ = '#' |
||
) |
This method automates the process:
Referenced by jafar::bundle::bundleGN(), jafar::bundle::bundleLM(), jafar::sas::IRD::createIRD(), and jafar::sams::Engine::loadDetectorParams().
Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |