mrdocs::doc::InlineCommonBase
Base class for providing variant discriminator functions.
Synopsis
template<InlineKind K>
struct InlineCommonBase
: Inline
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 destructor to preserve polymorphic cleanup. |
|
Static Data Members
Name |
Description |
The variant discriminator constant of the most‐derived class. |
Protected Member Functions
Name |
Description |
|
Default‐construct with the fixed inline kind. |
Friends
| Name | Description |
|---|---|
|
|
|
Non-Member Functions
Name |
Description |
Get the plain text representation of an inline element tree. |
|
Get the plain text representation of an inline element tree. |
Derived Classes
| Name | Description |
|---|---|
Inline code (monospaced) used for short snippets within text. |
|
Documentation copied from another symbol. |
|
Emphasized text (typically rendered in italics). |
|
A reference to a symbol. |
|
Highlighted text span used to call out important words. |
|
An image. |
|
A hard line break that renders as "" |
|
A hyperlink. |
|
An inline LaTeX math expression |
|
A reference to a symbol. |
|
A line break that may render as a space |
|
Strikethrough span to show removed or deprecated text. |
|
Strong emphasis span (typically rendered in bold). |
|
Subscript text fragment (lowered baseline). |
|
Superscript text fragment (raised baseline). |
|
A Node containing a string of text. |
Created with MrDocs