HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_PathPattern::Token Class Reference

#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
 

Detailed Description

Definition at line 55 of file UT_PathPattern.h.

Constructor & Destructor Documentation

UT_PathPattern::Token::Token ( const UT_StringHolder str,
bool  do_path_matching,
bool  has_wildcards 
)
inline

Definition at line 57 of file UT_PathPattern.h.

Member Data Documentation

bool UT_PathPattern::Token::myDoPathMatching

Definition at line 68 of file UT_PathPattern.h.

bool UT_PathPattern::Token::myHasWildcards

Definition at line 69 of file UT_PathPattern.h.

bool UT_PathPattern::Token::myIsSpecialToken

Definition at line 70 of file UT_PathPattern.h.

UT_SpecialTokenDataPtr UT_PathPattern::Token::mySpecialTokenDataPtr

Definition at line 67 of file UT_PathPattern.h.

UT_StringHolder UT_PathPattern::Token::myString

Definition at line 66 of file UT_PathPattern.h.


The documentation for this class was generated from the following file: