mrdocs::doc::BlockCommonBase
Base class for providing variant discriminator functions.
Description
This offers functions that return a boolean at compile‐time, indicating if the most‐derived class is a certain type.
Member Functions
Name |
Description |
|
Virtual to keep dynamic dispatch working for block hierarchies. |
|
Data Members
Name |
Description |
Discriminator identifying which concrete block this instance holds. |
Static Data Members
Name |
Description |
The variant discriminator constant of the most‐derived class. |
Protected Member Functions
Name |
Description |
|
Construct with the fixed block kind. |
Derived Classes
Name |
Description |
A block for side‐notes like tips, warnings, notes |
|
The brief description |
|
Preformatted source code. |
|
A list of terms paired with definitions. |
|
Text defining the content of a footnote reference. |
|
A manually specified section heading. |
|
A list of list items |
|
A block of LaTeX math |
|
A sequence of text nodes. |
|
Documentation for a function parameter |
|
Text describing conditions guaranteed on successful exit. |
|
Text describing required conditions before entry. |
|
A quoted block of text. |
|
Documentation for a function return type |
|
A |
|
Documentation for a template parameter |
|
A table block |
|
A horizontal thematic break separating sections. |
|
Documentation for a function exception clause |
Created with MrDocs