|
PLearn 0.1
|
#include <plearn/python/PythonGlobalInterpreterLock.h>#include <plearn/python/PythonObjectWrapper.h>#include <boost/function.hpp>#include <boost/bind.hpp>#include <plearn/base/Object.h>#include <plearn/base/plexceptions.h>#include <plearn/base/PMemPool.h>

Go to the source code of this file.
Classes | |
| class | PLearn::PythonException |
| C++ Exception object to which Python exceptions are mapped. More... | |
| class | PLearn::PythonCodeSnippet |
| Enables embedded Python code to be called from PLearn/C++ code. More... | |
| class | PLearn::DiffTemplate< ObjectType, PythonCodeSnippet > |
| class | PLearn::TypeTraits< PythonCodeSnippet > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const PythonCodeSnippet &o) |
| PStream & | PLearn::operator>> (PStream &in, PythonCodeSnippet &o) |
| PStream & | PLearn::operator>> (PStream &in, PythonCodeSnippet *&o) |
| PStream & | PLearn::operator<< (PStream &out, const PythonCodeSnippet &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< PythonCodeSnippet > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, PythonCodeSnippet > *opt, PLearnDiff *diffs) |
Definition in file PythonCodeSnippet.h.
1.7.4