Dekko
MarkdownToken Class Reference

Public Types

enum  TokenType {
  Unknown = -1, AtxHeading1, AtxHeading2, AtxHeading3,
  AtxHeading4, AtxHeading5, AtxHeading6, SetextHead1Line1,
  SetextHead1Line2, SetextHead2Line1, SetextHead2Line2, Emphasis,
  Strong, Strikethrough, Verbatim, HtmlTag,
  HtmlEntity, AutomaticLink, InlineLink, ReferenceLink,
  ReferenceDefinition, Image, HtmlComment, NumberedList,
  BulletList, HorizontalRule, Blockquote, CodeBlock,
  GFMCodeFence, CodeFenceEnd, Mention, TableHeader,
  TableDiv, TablePipe, Last
}
 

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
 

Detailed Description

Definition at line 4 of file MarkdownToken.h.


The documentation for this class was generated from the following files: