lsst.base gc17f1a8c7d+f3d053c481
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

namespace  lsst
 
namespace  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.