All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdTupleType Struct Reference

HdTupleType represents zero, one, or more values of the same HdType. More...

Public Member Functions

bool operator< (HdTupleType const &rhs) const
 
bool operator== (HdTupleType const &rhs) const
 
bool operator!= (HdTupleType const &rhs) const
 

Public Attributes

HdType type
 
size_t count
 

Detailed Description

HdTupleType represents zero, one, or more values of the same HdType.

It can be used to represent fixed-size array types, as well as single values. See HdType for more discussion about arrays.

Definition at line 325 of file types.h.


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