Public Member Functions
CImport Class Reference

#include <import.hh>

Inheritance diagram for CImport:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void load (std::string const &path, utilmm::config_set const &config, Typelib::Registry &registry)
virtual void load (std::istream &stream, utilmm::config_set const &config, Typelib::Registry &registry)

Detailed Description

Definition at line 6 of file lang/cimport/import.hh.


Member Function Documentation

void CImport::load ( std::string const &  path,
utilmm::config_set const &  config,
Typelib::Registry registry 
) [virtual]

Load the C file at path into registry The available options are:

  • defines the define arguments to cpp (-D options)
  • includes the include arguments to cpp (-I options)
  • rawflags flags to be passed as-is to cpp
  • debug output debugging information on stdout, and keep preprocessed output

Reimplemented from Typelib::Importer.

Definition at line 121 of file lang/cimport/import.cc.

void CImport::load ( std::istream &  stream,
utilmm::config_set const &  config,
Typelib::Registry registry 
) [virtual]

Import the types defined in stream into the registry The stream is not passed through cpp

Implements Typelib::Importer.

Definition at line 92 of file lang/cimport/import.cc.


The documentation for this class was generated from the following files:


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