lsst.base  13.0-10-g692d0a9
LSST Data Management Base Package
 All Classes Namespaces Files Functions Variables Friends Macros Pages
Static Public Member Functions | Protected Member Functions | List of all members
lsst::base::PythonModuleImporter Class Reference
Inheritance diagram for lsst::base::PythonModuleImporter:
lsst::base::ModuleImporter

Static Public Member Functions

static ModuleImporter const * get ()
 
static bool import (std::string const &name)
 Import the given Python module, and return true if successful. More...
 

Protected Member Functions

virtual bool _import (std::string const &name) const
 

Detailed Description

Definition at line 30 of file lsstcppimport.cc.

Member Function Documentation

bool lsst::base::PythonModuleImporter::_import ( std::string const &  name) const
protectedvirtual

Implements lsst::base::ModuleImporter.

Definition at line 44 of file lsstcppimport.cc.

static ModuleImporter const* lsst::base::PythonModuleImporter::get ( )
inlinestatic

Definition at line 32 of file lsstcppimport.cc.

bool lsst::base::ModuleImporter::import ( std::string const &  name)
staticinherited

Import the given Python module, and return true if successful.

Definition at line 49 of file ModuleImporter.cc.


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