mrdocs::BaseInfo::BaseInfo
Constructors
Synopses
Declared in <mrdocs/Metadata/Symbol/RecordBase.hpp>
Bases must be explicitly described.
BaseInfo() = delete;
Create a base description.
BaseInfo(
Polymorphic<Type>&& type,
AccessKind const access,
bool const is_virtual);
Parameters
Name |
Description |
type |
The base type. |
access |
Declared access specifier. |
is_virtual |
Whether the base is virtual. |
Created with MrDocs