OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
MWDialogue::HyperTextParser::Token Struct Reference

#include <hypertextparser.hpp>

Collaboration diagram for MWDialogue::HyperTextParser::Token:

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
 

Member Enumeration Documentation

Enumerator
ExplicitLink 
ImplicitKeyword 

Constructor & Destructor Documentation

MWDialogue::HyperTextParser::Token::Token ( const std::string &  text,
Type  type 
)
inline

Member Function Documentation

bool MWDialogue::HyperTextParser::Token::isExplicitLink ( )
inline
bool MWDialogue::HyperTextParser::Token::isImplicitKeyword ( )
inline

Member Data Documentation

std::string MWDialogue::HyperTextParser::Token::mText
Type MWDialogue::HyperTextParser::Token::mType

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