comparison utility (for sorting array of pointers to node references based on their path)
More...
#include <VariantDB.h>
comparison utility (for sorting array of pointers to node references based on their path)
bool AL::usdmaya::nodes::SchemaNodeRefDB::value_compare::operator() |
( |
const SchemaNodeRef & |
a, |
|
|
const SdfPath & |
b |
|
) |
| const |
|
inline |
compare schema node ref to path
- Parameters
-
a | the node ref pointer on the left of the < operator |
b | the sdf path on the right of the < operator |
- Returns
- true if a->primPath() < b, false otherwise
bool AL::usdmaya::nodes::SchemaNodeRefDB::value_compare::operator() |
( |
const SdfPath & |
a, |
|
|
const SchemaNodeRef & |
b |
|
) |
| const |
|
inline |
compare schema node ref to path
- Parameters
-
a | the sdf path on the left of the < operator |
b | the node ref pointer on the right of the < operator |
- Returns
- true if a < b->primPath(), false otherwise
compare schema node ref to path
compare schema node ref to schema node ref
- Parameters
-
a | the node ref pointer on the left of the < operator |
b | the node ref pointer on the right of the < operator |
- Returns
- true if a->primPath() < b->primPath(), false otherwise
The documentation for this struct was generated from the following file: