HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
assetPath.h File Reference
#include "pxr/pxr.h"
#include "pxr/usd/sdf/api.h"
#include "pxr/base/tf/hash.h"
#include <iosfwd>
#include <string>
+ 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
 
class  SdfAssetPath::Hash
 

Functions

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

Function Documentation

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.