OpenMW
|
#include <hypertextparser.hpp>
Public Types | |
enum | Type { ExplicitLink, ImplicitKeyword } |
Public Member Functions | |
Token (const std::string &text, Type type) | |
bool | isExplicitLink () |
bool | isImplicitKeyword () |
Public Attributes | |
std::string | mText |
Type | mType |
|
inline |
|
inline |
|
inline |
std::string MWDialogue::HyperTextParser::Token::mText |
Type MWDialogue::HyperTextParser::Token::mType |