HDK
|
#include <PDG_AttributeQuery.h>
Public Attributes | |
UT_StringHolder | myString |
exint | myInteger |
bool | myHasInteger |
Query entry, with a pre-parsed integer value to avoid having to parse the string each time the query is applied to an attribute.
Definition at line 26 of file PDG_AttributeQuery.h.
bool PDG_AttributeQuery::Entry::myHasInteger |
Definition at line 30 of file PDG_AttributeQuery.h.
exint PDG_AttributeQuery::Entry::myInteger |
Definition at line 29 of file PDG_AttributeQuery.h.
UT_StringHolder PDG_AttributeQuery::Entry::myString |
Definition at line 28 of file PDG_AttributeQuery.h.