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

#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

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

Definition at line 368 of file types.h.

bool HdTupleType::operator< ( HdTupleType const rhs) const
inline

Definition at line 362 of file types.h.

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

Definition at line 365 of file types.h.

Member Data Documentation

size_t HdTupleType::count

Definition at line 360 of file types.h.

HdType HdTupleType::type

Definition at line 359 of file types.h.


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