mrdocs::doc::Block
A piece of block content
Synopsis
Declared in <mrdocs/Metadata/DocComment/Block/BlockBase.hpp>
struct Block;
Description
The top level is a list of blocks.
There are two types of blocks: headings and paragraphs.
Member Functions
Name |
Description |
|
Virtual to allow deleting through a base pointer. |
|
|
Equality compares the block contents. |
|
Three‐way comparison on the block contents. |
Data Members
Name |
Description |
Discriminator identifying which concrete block this instance holds. |
Protected Member Functions
Name |
Description |
|
Constructors |
Derived Classes
| Name | Description |
|---|---|
Base class for providing variant discriminator functions. |
Created with MrDocs