lsst.base  21.0.0-6-g2d4f3f3+9f51b1e3f7
LSST Data Management Base Package
Classes | Namespaces
ModuleImporter.h File Reference

Mechanism for safely importing Python modules from C++; should not be included except by its own implementation file, the ioLib.i file, and Persistable.cc. More...

#include <string>

Go to the source code of this file.

Classes

class  lsst::base::ModuleImporter
 Base class that defines an interface for importing Python modules. More...
 

Namespaces

 lsst
 
 lsst::base
 

Detailed Description

Mechanism for safely importing Python modules from C++; should not be included except by its own implementation file, the ioLib.i file, and Persistable.cc.

Definition in file ModuleImporter.h.