|
HDK
|
#include <UT_PathPattern.h>
Public Member Functions | |
| Token (const UT_StringHolder &str, bool do_path_matching, bool has_wildcards) | |
Public Attributes | |
| UT_StringHolder | myString |
| UT_SpecialTokenDataPtr | mySpecialTokenDataPtr |
| bool | myDoPathMatching |
| bool | myHasWildcards |
| bool | myIsSpecialToken |
Definition at line 55 of file UT_PathPattern.h.
|
inline |
Definition at line 58 of file UT_PathPattern.h.
| bool UT_PathPattern::Token::myDoPathMatching |
Definition at line 69 of file UT_PathPattern.h.
| bool UT_PathPattern::Token::myHasWildcards |
Definition at line 70 of file UT_PathPattern.h.
| bool UT_PathPattern::Token::myIsSpecialToken |
Definition at line 71 of file UT_PathPattern.h.
| UT_SpecialTokenDataPtr UT_PathPattern::Token::mySpecialTokenDataPtr |
Definition at line 68 of file UT_PathPattern.h.
| UT_StringHolder UT_PathPattern::Token::myString |
Definition at line 67 of file UT_PathPattern.h.