|
| | Result (const string &x="") |
| |
| void | push_back (const string &x, bool popAgain=false) |
| |
| void | push (const string &x, const char *&input) |
| |
| void | pop () |
| |
| void | process1arg (const string &tag, const char *&input) |
| |
| void | processLaTeX (const char *&input) |
| |
|
| static string | parseOpt (const char *&input) |
| |
Definition at line 720 of file latexMarkup.cc.
◆ Result()
| anonymous_namespace{latexMarkup.cc}::Result::Result |
( |
const string & |
x = "" | ) |
|
|
inline |
◆ parseOpt()
| static string anonymous_namespace{latexMarkup.cc}::Result::parseOpt |
( |
const char *& |
input | ) |
|
|
inlinestatic |
◆ pop()
| void anonymous_namespace{latexMarkup.cc}::Result::pop |
( |
| ) |
|
|
inline |
◆ process1arg()
| void anonymous_namespace{latexMarkup.cc}::Result::process1arg |
( |
const string & |
tag, |
|
|
const char *& |
input |
|
) |
| |
|
inline |
Definition at line 780 of file latexMarkup.cc.
782 if (*
input==
'{' || !tag.empty())
void push(const string &x, const char *&input)
◆ processLaTeX()
| void anonymous_namespace{latexMarkup.cc}::Result::processLaTeX |
( |
const char *& |
input | ) |
|
|
inline |
◆ push()
| void anonymous_namespace{latexMarkup.cc}::Result::push |
( |
const string & |
x, |
|
|
const char *& |
input |
|
) |
| |
|
inline |
◆ push_back()
| void anonymous_namespace{latexMarkup.cc}::Result::push_back |
( |
const string & |
x, |
|
|
bool |
popAgain = false |
|
) |
| |
|
inline |
◆ popMore
| vector<bool> anonymous_namespace{latexMarkup.cc}::Result::popMore |
◆ stack
| vector<string> anonymous_namespace{latexMarkup.cc}::Result::stack |
The documentation for this struct was generated from the following file: