|
Dekko
|
Public Member Functions | |
| TokenType | type () const |
| void | setType (TokenType t) |
| int | position () const |
| void | setPosition (int pos) |
| int | length () const |
| void | setLength (int len) |
| int | openingLength () const |
| void | setOpeningLenth (int len) |
| int | closingLength () const |
| void | setClosingLength (int len) |
| const bool | operator< (const MarkdownToken &t) const |
| const bool | operator> (const MarkdownToken &t) const |
Definition at line 4 of file MarkdownToken.h.