import.hh
Go to the documentation of this file.
00001 #ifndef TYPELIB_LANG_TLB_IMPORT_HH
00002 #define TYPELIB_LANG_TLB_IMPORT_HH
00003 
00004 #include <typelib/importer.hh>
00005 
00006 class TlbImport : public Typelib::Importer
00007 {
00008 public:
00009     virtual void load
00010         ( std::istream& stream
00011         , utilmm::config_set const& config
00012         , Typelib::Registry& registry);
00013 
00014     virtual void load
00015         ( std::string const& file
00016         , utilmm::config_set const& config
00017         , Typelib::Registry& registry);
00018 };
00019 
00020 #endif
00021 


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:41