mrdocs::doc::InlineCommonBase
Base class for providing variant discriminator functions.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>
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 |
|
Destructor |
Equality operator |
|
Three‐way comparison operators |
Static Data Members
Name |
Description |
The variant discriminator constant of the most‐derived class. |
Protected Member Functions
Name |
Description |
|
Default constructor |
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 |
|---|---|
A piece of styled text. |
|
Documentation copied from another symbol. |
|
A piece of styled text. |
|
A reference to a symbol. |
|
A piece of highlighted text. |
|
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 space |
|
A piece of styled text. |
|
A piece of styled text. |
|
A piece of styled text. |
|
A piece of styled text. |
|
A Node containing a string of text. |
Created with MrDocs