HDK
|
#include <pyInvoke.h>
Public Member Functions | |
template<typename T > | |
TfPyKwArg (const std::string &nameIn, const T &valueIn) | |
Public Attributes | |
std::string | name |
TfPyObjWrapper | value |
Wrapper object for a keyword-argument pair in a call to TfPyInvoke*. Any value type may be provided, as long as it is convertible to Python. Typically passed as an inline temporary object:
Definition at line 86 of file pyInvoke.h.
|
inline |
Definition at line 89 of file pyInvoke.h.
std::string TfPyKwArg::name |
Definition at line 99 of file pyInvoke.h.
TfPyObjWrapper TfPyKwArg::value |
Definition at line 100 of file pyInvoke.h.