|
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. | |
USD_API size_t hash_value | ( | UsdStageLoadRules const & | ) |
Return the hash code for 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 std::ostream & operator<< | ( | std::ostream & | , |
UsdStageLoadRules const & | |||
) |
Stream a text representation of a UsdStageLoadRules object.
|
inline |
Swap the contents of rules l
and r
.
Definition at line 207 of file stageLoadRules.h.