|
HDK
|
Each field has a name and a type. More...
#include <COP_CableStructure.h>
Public Member Functions | |
| bool | operator== (const CableField &other) const |
| Required by COP_CableStructure::operator==(). More... | |
Public Attributes | |
| UT_StringHolder | name |
| COP_Type | type |
Each field has a name and a type.
Definition at line 23 of file COP_CableStructure.h.
|
inline |
Required by COP_CableStructure::operator==().
Definition at line 29 of file COP_CableStructure.h.
| UT_StringHolder COP_CableStructure::CableField::name |
Definition at line 25 of file COP_CableStructure.h.
| COP_Type COP_CableStructure::CableField::type |
Definition at line 26 of file COP_CableStructure.h.