HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mask.h File Reference
#include "pxr/pxr.h"
#include "pxr/exec/vdf/api.h"
#include "pxr/base/tf/compressedBits.h"
#include "pxr/base/tf/delegatedCountPtr.h"
#include "pxr/base/tf/diagnostic.h"
#include "pxr/base/tf/staticData.h"
#include <atomic>
#include <functional>
#include <iosfwd>
#include <string>
#include <utility>
+ Include dependency graph for mask.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VdfMask
 A VdfMask is placed on connections to specify the data flowing through them. More...
 
struct  VdfMask::ArbitraryLessThan
 
class  VdfMask::iterator
 
struct  VdfMask::HashFunctor
 

Functions

void TfDelegatedCountIncrement (VdfMask::_BitsImpl *p) noexcept
 
void TfDelegatedCountDecrement (VdfMask::_BitsImpl *p) noexcept
 
VDF_API std::ostream & operator<< (std::ostream &os, const VdfMask &mask)
 

Function Documentation

VDF_API std::ostream& operator<< ( std::ostream &  os,
const VdfMask mask 
)
void TfDelegatedCountDecrement ( VdfMask::_BitsImpl *  p)
inlinenoexcept

Definition at line 703 of file mask.h.

void TfDelegatedCountIncrement ( VdfMask::_BitsImpl *  p)
inlinenoexcept

Definition at line 686 of file mask.h.