All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdCommandArgDescriptor Class Reference

A bundle of state describing an argument to a command. More...

Public Member Functions

 HdCommandArgDescriptor (const TfToken &argName, const VtValue &defaultValue_)
 

Public Attributes

const TfToken argName
 The name of the argument. More...
 
const VtValue defaultValue
 Default value for this argument. More...
 

Detailed Description

A bundle of state describing an argument to a command.

See HdCommandDescriptor for more information about commands.

Definition at line 45 of file command.h.

Member Data Documentation

const TfToken argName

The name of the argument.

Definition at line 58 of file command.h.

const VtValue defaultValue

Default value for this argument.

Definition at line 63 of file command.h.


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