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

Go to the source code of this file.

Classes

class  SdfAssetPath
 Contains an asset path and an optional resolved path. More...
 

Functions

Related
SDF_API std::ostream & operator<< (std::ostream &out, const SdfAssetPath &ap)
 Stream insertion operator for the string representation of this assetPath.
 

Function Documentation

◆ operator<<()

SDF_API std::ostream & operator<< ( std::ostream &  out,
const SdfAssetPath ap 
)

Stream insertion operator for the string representation of this assetPath.

Note
This always encodes only the result of GetAssetPath(). The resolved path is ignored for the purpose of this operator. This means that two SdfAssetPath s that do not compare equal may produce indistinguishable ostream output.