, including all inherited members.
_classname_() | PLearn::PythonCodeSnippet | [static] |
_getOptionList_() | PLearn::PythonCodeSnippet | [static] |
_getRemoteMethodMap_() | PLearn::PythonCodeSnippet | [static] |
_isa_(const Object *o) | PLearn::PythonCodeSnippet | [static] |
_new_instance_for_typemap_() | PLearn::PythonCodeSnippet | [static] |
_static_initialize_() | PLearn::PythonCodeSnippet | [static] |
_static_initializer_ | PLearn::PythonCodeSnippet | [static] |
asString() const | PLearn::Object | [virtual] |
asStringRemoteTransmit() const | PLearn::Object | [virtual] |
build() | PLearn::TestSnippet | [inline, virtual] |
build_() | PLearn::TestSnippet | [inline] |
call(const string &methodname, int nargs, PStream &io) | PLearn::Object | [virtual] |
changeOption(const string &optionname, const string &value) | PLearn::Object | |
changeOptions(const map< string, string > &name_value) | PLearn::Object | [virtual] |
classname() const | PLearn::PythonCodeSnippet | [virtual] |
compileGlobalCode(const string &code) | PLearn::PythonCodeSnippet | [protected] |
declareMethods(RemoteMethodMap &rmm) | PLearn::Object | [protected, static] |
declareOptions(OptionList &ol) | PLearn::PythonCodeSnippet | [protected, static] |
declaringFile() | PLearn::PythonCodeSnippet | [inline, static] |
deepCopy(CopiesMap &copies) const | PLearn::PythonCodeSnippet | [virtual] |
deepCopyNoMap() | PLearn::Object | |
dumpPythonEnvironment() | PLearn::PythonCodeSnippet | |
getGlobalObject(const string &object_name) const | PLearn::PythonCodeSnippet | |
getLearner(const TVec< PythonObjectWrapper > &args) | PLearn::TestSnippet | [inline] |
getOption(const string &optionname) const | PLearn::Object | |
getOptionList() const | PLearn::PythonCodeSnippet | [virtual] |
getOptionMap() const | PLearn::PythonCodeSnippet | [virtual] |
getOptionsToRemoteTransmit() const | PLearn::Object | [virtual] |
getOptionsToSave() const | PLearn::Object | [virtual] |
getRemoteMethodMap() const | PLearn::PythonCodeSnippet | [virtual] |
handlePythonErrors(const string &extramsg="") const | PLearn::PythonCodeSnippet | [protected] |
hasOption(const string &optionname) const | PLearn::Object | |
info() const | PLearn::Object | [virtual] |
inherited typedef | PLearn::TestSnippet | |
inject(const char *python_name, StandaloneFunction function_ptr) | PLearn::PythonCodeSnippet | |
inject(const char *python_name, const T *object, PythonObjectWrapper(T::*)(const TVec< PythonObjectWrapper > &) const) | PLearn::PythonCodeSnippet | |
inject(const char *python_name, T *object, PythonObjectWrapper(T::*)(const TVec< PythonObjectWrapper > &)) | PLearn::PythonCodeSnippet | |
injectInternal(const char *python_name, StandaloneFunction *function_ptr) | PLearn::PythonCodeSnippet | [protected] |
InjectSetupSnippet | PLearn::PythonCodeSnippet | [static] |
invoke(const char *function_name) const | PLearn::PythonCodeSnippet | |
invoke(const char *function_name, const TVec< PythonObjectWrapper > &args) const | PLearn::PythonCodeSnippet | |
invoke(const char *function_name, const T &arg1) const | PLearn::PythonCodeSnippet | |
invoke(const char *function_name, const T &arg1, const U &arg2) const | PLearn::PythonCodeSnippet | |
invoke(const char *function_name, const T &arg1, const U &arg2, const V &arg3) const | PLearn::PythonCodeSnippet | |
invoke(const char *function_name, const T &arg1, const U &arg2, const V &arg3, const W &arg4) const | PLearn::PythonCodeSnippet | |
invoke(const char *function_name, const T &arg1, const U &arg2, const V &arg3, const W &arg4, const X &arg5) const | PLearn::PythonCodeSnippet | |
invoke(const char *function_name, const T &arg1, const U &arg2, const V &arg3, const W &arg4, const X &arg5, const Y &arg6) const | PLearn::PythonCodeSnippet | |
invoke(const char *function_name, const T &arg1, const U &arg2, const V &arg3, const W &arg4, const X &arg5, const Y &arg6, const Z &arg7) const | PLearn::PythonCodeSnippet | |
isInvokable(const char *function_name) const | PLearn::PythonCodeSnippet | |
ll | PLearn::TestSnippet | |
load(const PPath &filename) | PLearn::Object | [virtual] |
m_code | PLearn::PythonCodeSnippet | |
m_compiled_code | PLearn::PythonCodeSnippet | |
m_handle | PLearn::PythonCodeSnippet | [protected] |
m_injected_functions | PLearn::PythonCodeSnippet | [protected] |
m_instance | PLearn::PythonCodeSnippet | |
m_instance_params | PLearn::PythonCodeSnippet | |
m_python_methods | PLearn::PythonCodeSnippet | [protected] |
m_remap_python_exceptions | PLearn::PythonCodeSnippet | |
makeDeepCopyFromShallowCopy(CopiesMap &copies) | PLearn::PythonCodeSnippet | [virtual] |
newread(PStream &in, unsigned int id=UINT_MAX) | PLearn::Object | |
newwrite(PStream &out) const | PLearn::Object | [virtual] |
Object(bool call_build_=false) | PLearn::Object | |
oldread(istream &in) | PLearn::Object | [virtual] |
parseOptionName(const string &optionname, Object *&final_object, OptionList::iterator &option_iter, string &option_index) | PLearn::Object | |
parseOptionName(const string &optionname, const Object *&final_object, OptionList::iterator &option_iter, string &option_index) const | PLearn::Object | |
PPointable() | PLearn::PPointable | [inline] |
PPointable(const PPointable &other) | PLearn::PPointable | [inline] |
prepareToSendResults(PStream &out, int nres) | PLearn::Object | [static] |
PythonCodeSnippet(const string &code="", bool remap_python_exceptions=false) | PLearn::PythonCodeSnippet | |
PythonCodeSnippet(const PythonObjectWrapper &instance, bool remap_python_exceptions=false) | PLearn::PythonCodeSnippet | |
pythonTrampoline(PyObject *self, PyObject *args) | PLearn::PythonCodeSnippet | [protected, static] |
read(istream &in) | PLearn::Object | [virtual] |
readOptionVal(PStream &in, const string &optionname, unsigned int id=UINT_MAX) | PLearn::Object | |
recTest(const TVec< PythonObjectWrapper > &args) | PLearn::TestSnippet | [inline] |
recTest2(const TVec< PythonObjectWrapper > &args) | PLearn::TestSnippet | [inline] |
recTestCrash(const TVec< PythonObjectWrapper > &args) | PLearn::TestSnippet | [inline] |
ref() const | PLearn::PPointable | [inline] |
resetCurrentSnippet() const | PLearn::PythonCodeSnippet | [protected] |
ResetCurrentSnippetVar | PLearn::PythonCodeSnippet | [static] |
run() | PLearn::PythonCodeSnippet | [virtual] |
save(const PPath &filename) const | PLearn::Object | [virtual] |
setCurrentSnippet(const void *handle) const | PLearn::PythonCodeSnippet | [protected] |
SetCurrentSnippetVar | PLearn::PythonCodeSnippet | [static] |
setGlobalObject(const string &object_name, const PythonObjectWrapper &pow) | PLearn::PythonCodeSnippet | |
setGlobalObject(const string &object_name, const T &o) | PLearn::PythonCodeSnippet | [inline] |
setOption(const string &optionname, const string &value) | PLearn::Object | |
StandaloneFunction typedef | PLearn::PythonCodeSnippet | |
TestSnippet(const string &xtra="") | PLearn::TestSnippet | [inline] |
unref() const | PLearn::PPointable | [inline] |
usage() const | PLearn::PPointable | [inline] |
write(ostream &out) const | PLearn::Object | [virtual] |
writeOptionVal(PStream &out, const string &optionname) const | PLearn::Object | |
~Object() | PLearn::Object | [virtual] |
~PPointable() | PLearn::PPointable | [inline, virtual] |