A Node containing a string of text.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>
struct Inline;
Description
There will be no newlines in the text. Otherwise, this would be represented as multiple text nodes within a Paragraph node.
Member Functions
Name |
Description |
|
Virtual destructor to enable polymorphic deletion. |
|
|
Equality compares active kind and stored data. |
|
Three‐way comparison by active inline kind and data. |
Data Members
Name |
Description |
Discriminator identifying which inline variant is active. |
Protected Member Functions
Name |
Description |
|
Constructors |
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 |
|---|---|
Base class for providing variant discriminator functions. |
Created with MrDocs