HDK
|
#include <pyAnnotatedBoolResult.h>
Public Types | |
using | AnnotationType = Annotation |
Public Member Functions | |
TfPyAnnotatedBoolResult () | |
TfPyAnnotatedBoolResult (bool val, Annotation const &annotation) | |
bool | GetValue () const |
Annotation const & | GetAnnotation () const |
std::string | GetRepr () const |
bool | operator== (bool rhs) const |
Returns true if the result is the same as rhs . More... | |
Static Public Member Functions | |
template<class Derived > | |
static hboost::python::class_ < Derived > | Wrap (char const *name, char const *annotationName) |
Definition at line 43 of file pyAnnotatedBoolResult.h.
using TfPyAnnotatedBoolResult< Annotation >::AnnotationType = Annotation |
Definition at line 102 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 46 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 48 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 55 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 59 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 51 of file pyAnnotatedBoolResult.h.
|
inline |
Returns true
if the result is the same as rhs
.
Definition at line 65 of file pyAnnotatedBoolResult.h.
|
inlinestatic |
Definition at line 71 of file pyAnnotatedBoolResult.h.