#include <python_source.h>
◆ PythonSourceImplementation() [1/3]
| Realm::PythonSourceImplementation::PythonSourceImplementation |
( |
const std::string & |
_module_name, |
|
|
const std::vector< std::string > & |
_function_name |
|
) |
| |
◆ PythonSourceImplementation() [2/3]
| Realm::PythonSourceImplementation::PythonSourceImplementation |
( |
const std::string & |
_module_name, |
|
|
const std::string & |
_function_name |
|
) |
| |
◆ ~PythonSourceImplementation()
| virtual Realm::PythonSourceImplementation::~PythonSourceImplementation |
( |
void |
| ) |
|
|
virtual |
◆ PythonSourceImplementation() [3/3]
| Realm::PythonSourceImplementation::PythonSourceImplementation |
( |
void |
| ) |
|
|
protected |
◆ clone()
◆ deserialize_new()
template<typename S >
| static CodeImplementation * Realm::PythonSourceImplementation::deserialize_new |
( |
S & |
deserializer | ) |
|
|
static |
◆ is_portable()
| virtual bool Realm::PythonSourceImplementation::is_portable |
( |
void |
| ) |
const |
|
virtual |
◆ print()
| virtual void Realm::PythonSourceImplementation::print |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
◆ serialize()
template<typename S >
| bool Realm::PythonSourceImplementation::serialize |
( |
S & |
serializer | ) |
const |
◆ function_name
| std::vector<std::string> Realm::PythonSourceImplementation::function_name |
◆ module_name
| std::string Realm::PythonSourceImplementation::module_name |
◆ serdez_subclass
The documentation for this class was generated from the following file: