#include <typelib/importer.hh>
Public Member Functions | |
| virtual | ~Importer () |
| virtual void | load (std::istream &stream, utilmm::config_set const &config, Registry ®istry)=0 |
| virtual void | load (std::string const &path, utilmm::config_set const &config, Registry ®istry) |
| virtual Typelib::Importer::~Importer | ( | ) | [inline, virtual] |
| virtual void Typelib::Importer::load | ( | std::istream & | stream, | |
| utilmm::config_set const & | config, | |||
| Registry & | registry | |||
| ) | [pure virtual] |
Loads a registry from an input stream object
Referenced by Typelib::PluginManager::load().
| void Importer::load | ( | std::string const & | path, | |
| utilmm::config_set const & | config, | |||
| Registry & | registry | |||
| ) | [virtual] |
Loads a registry from a file. The default implementation calls load(std::istream&) with the corresponding ifstream object
References Typelib::ValueOps::load().
1.5.6