Loading...
Searching...
No Matches
HdTupleType Struct Reference

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

#include <types.h>

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 358 of file types.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 368 of file types.h.

◆ operator<()

bool operator< ( HdTupleType const &  rhs) const
inline

Definition at line 362 of file types.h.

◆ operator==()

bool operator== ( HdTupleType const &  rhs) const
inline

Definition at line 365 of file types.h.

Member Data Documentation

◆ count

size_t count

Definition at line 360 of file types.h.

◆ type

HdType type

Definition at line 359 of file types.h.


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