HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyAnnotatedBoolResult.h File Reference
#include "pxr/pxr.h"
#include "pxr/base/tf/pyLock.h"
#include "pxr/base/tf/pyUtils.h"
#include <hboost/operators.hpp>
#include <hboost/python/class.hpp>
#include <hboost/python/operators.hpp>
#include <hboost/python/return_by_value.hpp>
#include <string>
+ Include dependency graph for pyAnnotatedBoolResult.h:

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...
 

Function Documentation

template<class Annotation >
bool operator!= ( bool  lhs,
TfPyAnnotatedBoolResult< Annotation > &  rhs 
)

Returns false if the result of lhs is the same as rhs.

Definition at line 142 of file pyAnnotatedBoolResult.h.

template<class Annotation >
bool operator== ( bool  lhs,
TfPyAnnotatedBoolResult< Annotation > &  rhs 
)

Returns true if the result of lhs is the same as rhs.

Definition at line 135 of file pyAnnotatedBoolResult.h.