HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SdfPredicateParamNamesAndDefaults::Param Class Reference

#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
 

Detailed Description

single named parameter with an optional default value.

Definition at line 56 of file predicateLibrary.h.

Constructor & Destructor Documentation

SdfPredicateParamNamesAndDefaults::Param::Param ( char const name)
inline

Construct with or implicitly convert from name.

Definition at line 58 of file predicateLibrary.h.

template<class Val >
SdfPredicateParamNamesAndDefaults::Param::Param ( char const name,
Val &&  defVal 
)
inline

Construct from name and default value.

Definition at line 62 of file predicateLibrary.h.

Member Data Documentation

std::string SdfPredicateParamNamesAndDefaults::Param::name

Definition at line 65 of file predicateLibrary.h.

VtValue SdfPredicateParamNamesAndDefaults::Param::val

Definition at line 66 of file predicateLibrary.h.


The documentation for this class was generated from the following file: