PLearn 0.1
Classes | Namespaces | Functions
PythonCodeSnippet.h File Reference
#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>
Include dependency graph for PythonCodeSnippet.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Definition in file PythonCodeSnippet.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines