PLearn 0.1
PLearn::TestSnippet Member List
This is the complete list of members for PLearn::TestSnippet, 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 typedefPLearn::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]
InjectSetupSnippetPLearn::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
llPLearn::TestSnippet
load(const PPath &filename)PLearn::Object [virtual]
m_codePLearn::PythonCodeSnippet
m_compiled_codePLearn::PythonCodeSnippet
m_handlePLearn::PythonCodeSnippet [protected]
m_injected_functionsPLearn::PythonCodeSnippet [protected]
m_instancePLearn::PythonCodeSnippet
m_instance_paramsPLearn::PythonCodeSnippet
m_python_methodsPLearn::PythonCodeSnippet [protected]
m_remap_python_exceptionsPLearn::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]
ResetCurrentSnippetVarPLearn::PythonCodeSnippet [static]
run()PLearn::PythonCodeSnippet [virtual]
save(const PPath &filename) const PLearn::Object [virtual]
setCurrentSnippet(const void *handle) const PLearn::PythonCodeSnippet [protected]
SetCurrentSnippetVarPLearn::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 typedefPLearn::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]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines