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) |
Friends | |
bool | operator== (bool lhs, const TfPyAnnotatedBoolResult &rhs) |
bool | operator!= (const TfPyAnnotatedBoolResult &lhs, bool rhs) |
bool | operator!= (bool lhs, const TfPyAnnotatedBoolResult &rhs) |
Definition at line 41 of file pyAnnotatedBoolResult.h.
using TfPyAnnotatedBoolResult< Annotation >::AnnotationType = Annotation |
Definition at line 111 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 43 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 45 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 52 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 56 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 48 of file pyAnnotatedBoolResult.h.
|
inline |
Returns true
if the result is the same as rhs
.
Definition at line 62 of file pyAnnotatedBoolResult.h.
|
inlinestatic |
Definition at line 80 of file pyAnnotatedBoolResult.h.
|
friend |
Definition at line 70 of file pyAnnotatedBoolResult.h.
|
friend |
Definition at line 74 of file pyAnnotatedBoolResult.h.
|
friend |
Definition at line 66 of file pyAnnotatedBoolResult.h.