7 #ifndef PXR_USD_SDF_SITE_H
8 #define PXR_USD_SDF_SITE_H
41 return !(*
this == other);
57 return !(other < *
this);
62 return !(*
this < other);
69 explicit operator bool()
const
84 #endif // PXR_USD_SDF_SITE_H
GLsizei const GLchar *const * path
std::vector< SdfSite > SdfSiteVector
bool operator==(const SdfSite &other) const
bool operator<(const SdfSite &other) const
GLenum GLuint GLint GLint layer
bool operator!=(const SdfSite &other) const
bool operator>=(const SdfSite &other) const
bool operator>(const SdfSite &other) const
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
bool operator<=(const SdfSite &other) const
std::set< SdfSite > SdfSiteSet
SdfSite(const SdfLayerHandle &layer_, const SdfPath &path_)