HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PXR_NAMESPACE_OPEN_SCOPE::_ArrayPyOpHelp< bool > Struct Template Reference

#include <pyOperators.h>

Static Public Member Functions

static bool __add__ (bool l, bool r)
 
static bool __sub__ (bool l, bool r)
 
static bool __mul__ (bool l, bool r)
 
static bool __div__ (bool l, bool r)
 
static bool __mod__ (bool l, bool r)
 

Detailed Description

template<>
struct PXR_NAMESPACE_OPEN_SCOPE::_ArrayPyOpHelp< bool >

Definition at line 43 of file pyOperators.h.

Member Function Documentation

static bool PXR_NAMESPACE_OPEN_SCOPE::_ArrayPyOpHelp< bool >::__add__ ( bool  l,
bool  r 
)
inlinestatic

Definition at line 44 of file pyOperators.h.

static bool PXR_NAMESPACE_OPEN_SCOPE::_ArrayPyOpHelp< bool >::__div__ ( bool  l,
bool  r 
)
inlinestatic

Definition at line 47 of file pyOperators.h.

static bool PXR_NAMESPACE_OPEN_SCOPE::_ArrayPyOpHelp< bool >::__mod__ ( bool  l,
bool  r 
)
inlinestatic

Definition at line 48 of file pyOperators.h.

static bool PXR_NAMESPACE_OPEN_SCOPE::_ArrayPyOpHelp< bool >::__mul__ ( bool  l,
bool  r 
)
inlinestatic

Definition at line 46 of file pyOperators.h.

static bool PXR_NAMESPACE_OPEN_SCOPE::_ArrayPyOpHelp< bool >::__sub__ ( bool  l,
bool  r 
)
inlinestatic

Definition at line 45 of file pyOperators.h.


The documentation for this struct was generated from the following file: