The DocAutoListItem
Class Reference
Node representing an item of a auto list. More...
Declaration
Included Headers
Base class
class | DocCompoundNode |
Base class for nodes with children. More... | |
Public Constructors Index
DocAutoListItem (DocParser *parser, DocNodeVariant *parent, int indent, int num) | |
Public Member Functions Index
int | itemNumber () const |
Token | parse () |
Private Member Attributes Index
int | m_indent = 0 |
int | m_itemNum = 0 |
Description
Node representing an item of a auto list.
Definition at line 594 of file docnode.h.
Public Constructors
DocAutoListItem()
|
Declaration at line 597 of file docnode.h, definition at line 2875 of file docnode.cpp.
References DocCompoundNode::DocCompoundNode, m_indent, m_itemNum, DocNode::parent and DocNode::parser.
Public Member Functions
itemNumber()
| inline |
Definition at line 598 of file docnode.h.
Reference m_itemNum.
Referenced by DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), LatexDocVisitor::operator(), ManDocVisitor::operator(), PerlModDocVisitor::operator(), PrintDocVisitor::operator(), RTFDocVisitor::operator() and XmlDocVisitor::operator().
parse()
|
Declaration at line 599 of file docnode.h, definition at line 2880 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, AUTO_TRACE_EXIT, DocCompoundNode::children, FALSE, DocNodeList::get_last, Token::is, m_indent, DocPara::markLast, DocNode::parser, GrowVector< T >::pop_back, DocNode::thisVariant, Token::to_string and TRUE.
Private Member Attributes
m_indent
|
Definition at line 602 of file docnode.h.
Referenced by DocAutoListItem and parse.
m_itemNum
|
Definition at line 603 of file docnode.h.
Referenced by DocAutoListItem and itemNumber.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.