HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/pyLock.h"
#include "pxr/base/tf/pyUtils.h"
#include <hboost/python/class.hpp>
#include <hboost/python/operators.hpp>
#include <hboost/python/return_by_value.hpp>
#include <string>
Go to the source code of this file.
Classes | |
struct | TfPyAnnotatedBoolResult< Annotation > |
Functions | |
template<class Annotation > | |
bool | operator== (bool lhs, TfPyAnnotatedBoolResult< Annotation > &rhs) |
Returns true if the result of lhs is the same as rhs . More... | |
template<class Annotation > | |
bool | operator!= (bool lhs, TfPyAnnotatedBoolResult< Annotation > &rhs) |
Returns false if the result of lhs is the same as rhs . More... | |
bool operator!= | ( | bool | lhs, |
TfPyAnnotatedBoolResult< Annotation > & | rhs | ||
) |
Returns false
if the result of lhs
is the same as rhs
.
Definition at line 152 of file pyAnnotatedBoolResult.h.
bool operator== | ( | bool | lhs, |
TfPyAnnotatedBoolResult< Annotation > & | rhs | ||
) |
Returns true
if the result of lhs
is the same as rhs
.
Definition at line 145 of file pyAnnotatedBoolResult.h.