#include <import.hh>

Public Member Functions | |
| virtual void | load (std::istream &stream, utilmm::config_set const &config, Typelib::Registry ®istry) |
| virtual void | load (std::string const &file, utilmm::config_set const &config, Typelib::Registry ®istry) |
| void TlbImport::load | ( | std::istream & | stream, |
| utilmm::config_set const & | config, | ||
| Typelib::Registry & | registry | ||
| ) | [virtual] |
Loads a registry from an input stream object
Implements Typelib::Importer.
| void TlbImport::load | ( | std::string const & | path, |
| utilmm::config_set const & | config, | ||
| Typelib::Registry & | registry | ||
| ) | [virtual] |
Loads a registry from a file. The default implementation calls load(std::istream&) with the corresponding ifstream object
Reimplemented from Typelib::Importer.