HDK
|
#include <PDG_AttributePattern.h>
Public Attributes | |
UT_StringHolder | myPrefix |
UT_StringHolder | myMatch |
UT_StringHolder | mySuffix |
Break down of the components that matched a pattern. For example, if the pattern is foobar and the input string is thefoobarstring, then: myPrefix contains "the" myMatch contains "foobar" mySuffix contains "string"
Definition at line 90 of file PDG_AttributePattern.h.
UT_StringHolder PDG_AttributePattern::ComponentMatch::myMatch |
Definition at line 93 of file PDG_AttributePattern.h.
UT_StringHolder PDG_AttributePattern::ComponentMatch::myPrefix |
Definition at line 92 of file PDG_AttributePattern.h.
UT_StringHolder PDG_AttributePattern::ComponentMatch::mySuffix |
Definition at line 94 of file PDG_AttributePattern.h.