| 
    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 69 of file pyInvoke.h.
      
  | 
  inline | 
Definition at line 72 of file pyInvoke.h.
| std::string TfPyKwArg::name | 
Definition at line 82 of file pyInvoke.h.
| TfPyObjWrapper TfPyKwArg::value | 
Definition at line 83 of file pyInvoke.h.