|
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 39 of file predicateLibrary.h.
|
inline |
Construct with or implicitly convert from name.
Definition at line 41 of file predicateLibrary.h.
|
inline |
Construct from name and default value.
Definition at line 45 of file predicateLibrary.h.
| std::string SdfPredicateParamNamesAndDefaults::Param::name |
Definition at line 48 of file predicateLibrary.h.
| VtValue SdfPredicateParamNamesAndDefaults::Param::val |
Definition at line 49 of file predicateLibrary.h.