24 #ifndef PXR_USD_SDF_SITE_H
25 #define PXR_USD_SDF_SITE_H
58 return !(*
this == other);
74 return !(other < *
this);
79 return !(*
this < other);
86 explicit operator bool()
const
101 #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_)