39 int getNumberOfFields()
const;
61 int getFieldAppearance(
int index)
const;
83 return !(myFields == other.
myFields);
88 return (inclusive ?
sizeof(*
this) : 0) + myFields.getMemoryUsage(
false);
int64 getMemoryUsage(bool inclusive=false) const
UT_Array< CableField > myFields
Array of all fields in the cable.
bool operator==(const CableField &other) const
Required by COP_CableStructure::operator==().
Each field has a name and a type.
GLint GLint GLsizei GLint GLenum GLenum type
bool operator==(const COP_CableStructure &other) const
COP_API size_t format(char *buffer, size_t buffer_size, const COP_CableStructure &v)
GLuint const GLchar * name
COP_Type
Types of basic data that are passed around a COP network.
bool operator!=(const COP_CableStructure &other) const