HDK
|
#include <predicateLibrary.h>
Public Member Functions | |
Param (char const *name) | |
Construct with or implicitly convert from name. More... | |
template<class Val > | |
Param (char const *name, Val &&defVal) | |
Construct from name and default value. More... | |
Public Attributes | |
std::string | name |
VtValue | val |
single named parameter with an optional default value.
Definition at line 57 of file predicateLibrary.h.
|
inline |
Construct with or implicitly convert from name.
Definition at line 59 of file predicateLibrary.h.
|
inline |
Construct from name and default value.
Definition at line 63 of file predicateLibrary.h.
std::string SdfPredicateParamNamesAndDefaults::Param::name |
Definition at line 66 of file predicateLibrary.h.
VtValue SdfPredicateParamNamesAndDefaults::Param::val |
Definition at line 67 of file predicateLibrary.h.