markdown Namespace Reference

Namespaces

namespace  token
 

Classes

class  Document
 
class  LinkIds
 
class  Token
 

Typedefs

using CTokenGroupIter = TokenGroup::const_iterator
 
using TokenGroup = std::list<TokenPtr>
 
using TokenGroupIter = TokenGroup::iterator
 
using TokenPtr = std::shared_ptr<Token>
 

Typedef Documentation

◆ CTokenGroupIter

using CTokenGroupIter = TokenGroup::const_iterator

Definition at line 19 of file markdown-tokens.h.

◆ TokenGroup

using TokenGroup = std::list<TokenPtr>

Definition at line 22 of file markdown.h.

◆ TokenGroupIter

using TokenGroupIter = TokenGroup::iterator

Definition at line 18 of file markdown-tokens.h.

◆ TokenPtr

using TokenPtr = std::shared_ptr<Token>

Definition at line 21 of file markdown.h.