OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Functions
hypertextparser.hpp File Reference
#include <string>
#include <vector>
Include dependency graph for hypertextparser.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MWDialogue::HyperTextParser::Token
 

Namespaces

 MWDialogue
 NPC dialogues.
 
 MWDialogue::HyperTextParser
 

Functions

std::vector< Token > MWDialogue::HyperTextParser::parseHyperText (const std::string &text)
 
void MWDialogue::HyperTextParser::tokenizeKeywords (const std::string &text, std::vector< Token > &tokens)
 
size_t MWDialogue::HyperTextParser::removePseudoAsterisks (std::string &phrase)