|
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 pxr_boost::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 24 of file pyAnnotatedBoolResult.h.
| using TfPyAnnotatedBoolResult< Annotation >::AnnotationType = Annotation |
Definition at line 94 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 26 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 28 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 35 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 39 of file pyAnnotatedBoolResult.h.
|
inline |
Definition at line 31 of file pyAnnotatedBoolResult.h.
|
inline |
Returns true if the result is the same as rhs.
Definition at line 45 of file pyAnnotatedBoolResult.h.
|
inlinestatic |
Definition at line 63 of file pyAnnotatedBoolResult.h.
|
friend |
Definition at line 53 of file pyAnnotatedBoolResult.h.
|
friend |
Definition at line 57 of file pyAnnotatedBoolResult.h.
|
friend |
Definition at line 49 of file pyAnnotatedBoolResult.h.