Emphasized text (typically rendered in italics).
Synopsis
Declared in <mrdocs/Metadata/DocComment/Inline/EmphInline.hpp>
struct EmphInline final
: InlineCommonBase<InlineKind::Emph>
, InlineContainer
Description
Syntax:
@e emphasized or *italic text* or _italic text_
Base Classes
Name |
Description |
Base class for providing variant discriminator functions. |
|
An internal node in the inline element tree. |
Member Functions
Name |
Description |
Assignment operators |
|
|
|
Return this container as a base‐class reference. |
|
Get the last inline child. |
|
Begin iterator forwarding to children. |
|
Clear all inline children. |
|
Append a child of the specified type in‐place. |
|
Determine if there are no inline children. |
|
End iterator forwarding to children. |
|
Erase inline children. |
|
Get the first inline child. |
|
Insert inline children. |
|
Addition assignment operators |
|
Get the number of inline children. |
Static Member Functions
Data Members
Name |
Description |
Child inline elements contained here. |
Static Data Members
Name |
Description |
The variant discriminator constant of the most‐derived class. |
Using Declarations
Name |
Description |
Inherit inline container constructors. |
Non-Member Functions
Name |
Description |
Flatten an InlineContainer to plain text. |
|
Get the plain text representation of an inline element tree. |
|
Flatten an InlineContainer to plain text. |
|
Get the plain text representation of an inline element tree. |
|
Removes leading whitespace from the first text element in the given InlineContainer. |
|
Removes trailing whitespace from the last text element in the given InlineContainer. |
|
Removes leading and trailing whitespace from the text elements in the given InlineContainer. |
Created with MrDocs