Loading...
Searching...
No Matches
SdfPredicateParamNamesAndDefaults::Param Class Reference

single named parameter with an optional default value. More...

Public Member Functions

 Param (char const *name)
 Construct with or implicitly convert from name.
 
template<class Val >
 Param (char const *name, Val &&defVal)
 Construct from name and default value.
 

Public Attributes

std::string name
 
VtValue val
 

Detailed Description

single named parameter with an optional default value.

Definition at line 57 of file predicateLibrary.h.

Constructor & Destructor Documentation

◆ Param() [1/2]

Param ( char const *  name)
inline

Construct with or implicitly convert from name.

Definition at line 59 of file predicateLibrary.h.

◆ Param() [2/2]

Param ( char const *  name,
Val &&  defVal 
)
inline

Construct from name and default value.

Definition at line 63 of file predicateLibrary.h.

Member Data Documentation

◆ name

std::string name

Definition at line 66 of file predicateLibrary.h.

◆ val

VtValue val

Definition at line 67 of file predicateLibrary.h.


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