![]() |
|
Go to the source code of this file.
Classes | |
class | PcpLayerStackIdentifier |
Arguments used to identify a layer stack. More... | |
class | PcpLayerStackIdentifierStr |
A "string"-based version of PcpLayerStackIdentifier. More... | |
Functions | |
SDF_DECLARE_HANDLES (SdfLayer) | |
size_t | hash_value (const PcpLayerStackIdentifier &x) |
size_t | hash_value (const PcpLayerStackIdentifierStr &x) |
PCP_API std::ostream & | operator<< (std::ostream &, const PcpLayerStackIdentifier &) |
PCP_API std::ostream & | operator<< (std::ostream &, const PcpLayerStackIdentifierStr &) |
PCP_API std::ostream & | PcpIdentifierFormatBaseName (std::ostream &) |
Manipulator to cause the next PcpLayerStackIdentifier or PcpLayerStackIdentifierStr written to the ostream to write the base name of its layers, rather than the full identifier. More... | |
PCP_API std::ostream & | PcpIdentifierFormatRealPath (std::ostream &) |
Manipulator to cause the next PcpLayerStackIdentifier or PcpLayerStackIdentifierStr written to the ostream to write the real path of its layers, rather than the identifier. More... | |
PCP_API std::ostream & | PcpIdentifierFormatIdentifier (std::ostream &) |
Manipulator to cause the next PcpLayerStackIdentifier or PcpLayerStackIdentifierStr written to the ostream to write the identifier of its layers. More... | |
PCP_API std::ostream& PcpIdentifierFormatBaseName | ( | std::ostream & | ) |
Manipulator to cause the next PcpLayerStackIdentifier or PcpLayerStackIdentifierStr written to the ostream to write the base name of its layers, rather than the full identifier.
PCP_API std::ostream& PcpIdentifierFormatIdentifier | ( | std::ostream & | ) |
Manipulator to cause the next PcpLayerStackIdentifier or PcpLayerStackIdentifierStr written to the ostream to write the identifier of its layers.
This is the default state; this manipulator is only to nullify one of the above manipulators.
PCP_API std::ostream& PcpIdentifierFormatRealPath | ( | std::ostream & | ) |
Manipulator to cause the next PcpLayerStackIdentifier or PcpLayerStackIdentifierStr written to the ostream to write the real path of its layers, rather than the identifier.