Loading...
Searching...
No Matches
stageLoadRules.h File Reference
+ Include dependency graph for stageLoadRules.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UsdStageLoadRules
 This class represents rules that govern payload inclusion on UsdStages. More...
 

Functions

void swap (UsdStageLoadRules &l, UsdStageLoadRules &r)
 Swap the contents of rules l and r.
 
USD_API std::ostream & operator<< (std::ostream &, UsdStageLoadRules const &)
 Stream a text representation of a UsdStageLoadRules object.
 
USD_API std::ostream & operator<< (std::ostream &, std::pair< SdfPath, UsdStageLoadRules::Rule > const &)
 Stream a text representation of a pair of SdfPath and UsdStageLoadRules::Rule.
 
USD_API size_t hash_value (UsdStageLoadRules const &)
 Return the hash code for a UsdStageLoadRules object.
 

Function Documentation

◆ hash_value()

USD_API size_t hash_value ( UsdStageLoadRules const &  )

Return the hash code for a UsdStageLoadRules object.

◆ operator<<() [1/2]

USD_API std::ostream & operator<< ( std::ostream &  ,
std::pair< SdfPath, UsdStageLoadRules::Rule > const &   
)

Stream a text representation of a pair of SdfPath and UsdStageLoadRules::Rule.

◆ operator<<() [2/2]

USD_API std::ostream & operator<< ( std::ostream &  ,
UsdStageLoadRules const &   
)

Stream a text representation of a UsdStageLoadRules object.

◆ swap()

void swap ( UsdStageLoadRules l,
UsdStageLoadRules r 
)
inline

Swap the contents of rules l and r.

Definition at line 224 of file stageLoadRules.h.