|
HDK
|
#include <site.h>
Public Member Functions | |
| SdfSite () | |
| SdfSite (const SdfLayerHandle &layer_, const SdfPath &path_) | |
| bool | operator== (const SdfSite &other) const |
| bool | operator!= (const SdfSite &other) const |
| bool | operator< (const SdfSite &other) const |
| bool | operator> (const SdfSite &other) const |
| bool | operator<= (const SdfSite &other) const |
| bool | operator>= (const SdfSite &other) const |
| operator bool () const | |
Public Attributes | |
| SdfLayerHandle | layer |
| SdfPath | path |
An SdfSite is a simple representation of a location in a layer where opinions may possibly be found. It is simply a pair of layer and path within that layer.
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |