HDK
|
#include <pyArg.h>
Public Member Functions | |
TfPyArg (const std::string &name, const std::string &typeDoc=std::string(), const std::string &defaultValueDoc=std::string()) | |
const std::string & | GetName () const |
Returns argument name. More... | |
const std::string & | GetDefaultValueDoc () const |
Returns documentation for default value (if any) for this argument. More... | |
const std::string & | GetTypeDoc () const |
Returns documentation of type of value required by this argument. More... | |
Class representing a function argument.
This is similar to hboost::python::arg
, except it's not opaque and provides more fields for documentation purposes.
|
inline |
|
inline |
|
inline |
|
inline |