Utility to wrap types for the Python wrapper.
More...
List of all members.
Public Member Functions |
| ValueWrapper (cppintrospection::Value &v) |
| ValueWrapper (int v) |
| ValueWrapper (float v) |
| ValueWrapper (std::string &v) |
| ValueWrapper (const std::string &v) |
int | getInt () |
float | getFloat () |
std::string | getString () |
boost::python::tuple | getVector () |
Protected Attributes |
cppintrospection::Value | _value |
Detailed Description
Utility to wrap types for the Python wrapper.
The documentation for this class was generated from the following file:
- src/spin/python_wrappers.cpp