Go to the source code of this file.
Classes | |
struct | variant_from_python_converter |
struct | variant_to_python_converter |
struct | VariantToPythonObjectConverter |
Functions | |
template<typename T > | |
list | ToList (const std::vector< T > objects) |
template<typename ResultType , typename SourceType > | |
list | ToList (const std::vector< SourceType > objects) |
object | ToObject (const Variant &var) |
Variant | ToVariant (const object &obj) |
Variant | ToVariant2 (const object &obj, VariantType vtype) |
template<typename T > | |
std::vector< T > | ToVector (const object &list) |
list ToList | ( | const std::vector< T > | objects | ) |
Definition at line 20 of file py_opcua_variant.h.
list ToList | ( | const std::vector< SourceType > | objects | ) |
Definition at line 33 of file py_opcua_variant.h.
object ToObject | ( | const Variant & | var | ) |
Definition at line 78 of file py_opcua_variant.h.
Variant ToVariant | ( | const object & | obj | ) |
Definition at line 91 of file py_opcua_variant.h.
Variant ToVariant2 | ( | const object & | obj, |
VariantType | vtype | ||
) |
Definition at line 164 of file py_opcua_variant.h.
std::vector<T> ToVector | ( | const object & | list | ) |
Definition at line 46 of file py_opcua_variant.h.