#include <gbfosis.h>
Definition at line 34 of file gbfosis.h.
QuoteStack::QuoteStack |
( |
| ) |
|
QuoteStack::~QuoteStack |
( |
| ) |
|
|
virtual |
void QuoteStack::clear |
( |
| ) |
|
bool QuoteStack::empty |
( |
| ) |
|
|
inline |
Definition at line 58 of file gbfosis.h.
QuoteInstanceStack quotes
void QuoteStack::handleQuote |
( |
char * |
buf, |
|
|
char * |
quotePos, |
|
|
SWBuf & |
text |
|
) |
| |
Definition at line 415 of file gbfosis.cpp.
418 QuoteInstance last =
quotes.top();
419 if (last.startChar == *quotePos) {
424 quotes.push(QuoteInstance(*quotePos, last.level+1));
425 quotes.top().pushStartStream(text);
429 quotes.push(QuoteInstance(*quotePos));
430 quotes.top().pushStartStream(text);
QuoteInstanceStack quotes
The documentation for this class was generated from the following files: