[#index] = Global namespace :relfileprefix: :mrdocs: == Namespaces [cols=1] |=== | Name | xref:mrdocs.adoc[`mrdocs`] |=== == xref:mrdocs.adoc[mrdocs] namespace === Namespaces [cols=2] |=== | Name | Description | xref:mrdocs/doc.adoc[`doc`] | | xref:mrdocs/dom.adoc[`dom`] | Objects representing JSON‐like values. | xref:mrdocs/files.adoc[`files`] | | xref:mrdocs/helpers.adoc[`helpers`] | | xref:mrdocs/js.adoc[`js`] | | xref:mrdocs/lua.adoc[`lua`] | | xref:mrdocs/report.adoc[`report`] | |=== === Types [cols=2] |=== | Name | Description | xref:mrdocs/AnyFileVisitor.adoc[`AnyFileVisitor`] | | xref:mrdocs/ArrayType.adoc[`ArrayType`] | | xref:mrdocs/ArrayView-06.adoc[`ArrayView`] | A non‐owning, read‐only view over a contiguous array of T. | xref:mrdocs/AutoType.adoc[`AutoType`] | | xref:mrdocs/BadExpectedAccess-05.adoc[`BadExpectedAccess`] | | xref:mrdocs/BadExpectedAccess-0f.adoc[`BadExpectedAccess<void>`] | | xref:mrdocs/BaseInfo.adoc[`BaseInfo`] | Metadata for a direct base. | xref:mrdocs/ConceptSymbol.adoc[`ConceptSymbol`] | Info for concepts. | xref:mrdocs/Config.adoc[`Config`] | Configuration used to generate the Corpus and Docs | xref:mrdocs/ConstantExprInfo.adoc[`ConstantExprInfo`] | Represents an expression with a (possibly known) value | xref:mrdocs/ConstantTArg.adoc[`ConstantTArg`] | | xref:mrdocs/ConstantTParam.adoc[`ConstantTParam`] | A constant template parameter | xref:mrdocs/Corpus.adoc[`Corpus`] | The collection of declarations in extracted form. | xref:mrdocs/DecltypeType.adoc[`DecltypeType`] | | xref:mrdocs/DocComment.adoc[`DocComment`] | A processed documentation comment attached to a declaration. | xref:mrdocs/DomCorpus.adoc[`DomCorpus`] | Front‐end factory for producing Dom nodes. | xref:mrdocs/EnumConstantSymbol.adoc[`EnumConstantSymbol`] | Info for enum constants. | xref:mrdocs/EnumSymbol.adoc[`EnumSymbol`] | | xref:mrdocs/Error.adoc[`Error`] | Holds the description of an error, or success. | xref:mrdocs/Exception.adoc[`Exception`] | Type of all exceptions thrown by the API. | xref:mrdocs/ExecutorGroup.adoc[`ExecutorGroup`] | A set of execution agents for performing concurrent work. | xref:mrdocs/ExecutorGroupBase.adoc[`ExecutorGroupBase`] | | xref:mrdocs/Expected-0a.adoc[`Expected`] | A container holding an error or a value. | xref:mrdocs/Expected-0f.adoc[`Expected<T, E>`] | | xref:mrdocs/Expected-01.adoc[`Expected<T&, E>`] | | xref:mrdocs/ExplicitInfo.adoc[`ExplicitInfo`] | Stores only the operand of the explicit‐specifier or noexcept‐specifier as a string. The complete expression is not preserved at this time. This is a temporary design and may be improved in the future. | xref:mrdocs/ExprInfo.adoc[`ExprInfo`] | Represents an expression | xref:mrdocs/FormatString.adoc[`FormatString`] | A format string with source location. | xref:mrdocs/FriendInfo.adoc[`FriendInfo`] | Info for friend declarations. | xref:mrdocs/FunctionSymbol.adoc[`FunctionSymbol`] | | xref:mrdocs/FunctionType.adoc[`FunctionType`] | | xref:mrdocs/Generator.adoc[`Generator`] | Base class for documentation generators. | xref:mrdocs/Generators.adoc[`Generators`] | A dynamic list of xref:mrdocs/Generator.adoc[`Generator`] elements. | xref:mrdocs/GlobPattern.adoc[`GlobPattern`] | A glob pattern matcher | xref:mrdocs/GuideSymbol.adoc[`GuideSymbol`] | Info for deduction guides. | xref:mrdocs/Handlebars.adoc[`Handlebars`] | A handlebars environment | xref:mrdocs/HandlebarsError.adoc[`HandlebarsError`] | An error thrown or returned by Handlebars | xref:mrdocs/HandlebarsOptions.adoc[`HandlebarsOptions`] | Options for handlebars | xref:mrdocs/IdentifierName.adoc[`IdentifierName`] | Represents an identifier | xref:mrdocs/LValueReferenceType.adoc[`LValueReferenceType`] | | xref:mrdocs/Location.adoc[`Location`] | | xref:mrdocs/MemberPointerType.adoc[`MemberPointerType`] | | xref:mrdocs/Name.adoc[`Name`] | Represents a name for a named `Type` | xref:mrdocs/NamedType.adoc[`NamedType`] | | xref:mrdocs/NamespaceAliasSymbol.adoc[`NamespaceAliasSymbol`] | Info for namespace aliases. | xref:mrdocs/NamespaceSymbol.adoc[`NamespaceSymbol`] | Describes a namespace. | xref:mrdocs/NamespaceTranche.adoc[`NamespaceTranche`] | The members of a Namespace | xref:mrdocs/NoexceptInfo.adoc[`NoexceptInfo`] | | xref:mrdocs/Optional-03.adoc[`Optional`] | A compact optional that automatically uses nullable_traits<T> when available. | xref:mrdocs/Optional-02.adoc[`Optional<T&>`] | | xref:mrdocs/OutputRef.adoc[`OutputRef`] | Reference to output stream used by handlebars | xref:mrdocs/Overload-09.adoc[`Overload`] | Combines multiple callable types into a single overloaded function object. | xref:mrdocs/OverloadsSymbol.adoc[`OverloadsSymbol`] | Represents a set of function overloads. | xref:mrdocs/Param.adoc[`Param`] | Represents a single function parameter | xref:mrdocs/ParseResult.adoc[`ParseResult`] | The result of a parse operation. | xref:mrdocs/PathGlobPattern.adoc[`PathGlobPattern`] | A glob pattern matcher for paths | xref:mrdocs/PointerType.adoc[`PointerType`] | | xref:mrdocs/Polymorphic.adoc[`Polymorphic`] | A polymorphic value‐type. | xref:mrdocs/RValueReferenceType.adoc[`RValueReferenceType`] | | xref:mrdocs/RangeFor-0f.adoc[`RangeFor`] | Range to help range‐for loops identify first and last. | xref:mrdocs/RecordInterface.adoc[`RecordInterface`] | The aggregated interface for a given struct, class, or union. | xref:mrdocs/RecordSymbol.adoc[`RecordSymbol`] | Metadata for struct, class, or union. | xref:mrdocs/RecordTranche.adoc[`RecordTranche`] | A group of members that have the same access specifier. | xref:mrdocs/ReferenceDirectories.adoc[`ReferenceDirectories`] | Reference directories used to resolve paths | xref:mrdocs/ScopeExit-0a.adoc[`ScopeExit`] | | xref:mrdocs/ScopeExitRestore-01.adoc[`ScopeExitRestore`] | | xref:mrdocs/SourceInfo.adoc[`SourceInfo`] | Stores source information for a declaration. | xref:mrdocs/SourceLocation.adoc[`SourceLocation`] | A source location with filename prettification. | xref:mrdocs/SpecializationName.adoc[`SpecializationName`] | Represents a (possibly qualified) symbol name with template arguments. | xref:mrdocs/SplitLinesAdaptor.adoc[`SplitLinesAdaptor`] | | xref:mrdocs/SplitLinesView.adoc[`SplitLinesView`] | | xref:mrdocs/StringHash.adoc[`StringHash`] | | xref:mrdocs/Symbol.adoc[`Symbol`] | Base class with common properties of all symbols | xref:mrdocs/SymbolCommonBase-015.adoc[`SymbolCommonBase`] | Base class for providing variant discriminator functions. | xref:mrdocs/SymbolGlobPattern.adoc[`SymbolGlobPattern`] | A glob pattern matcher for C++ symbols | xref:mrdocs/SymbolID.adoc[`SymbolID`] | A unique identifier for a symbol. | xref:mrdocs/TArg.adoc[`TArg`] | | xref:mrdocs/TArgCommonBase-06.adoc[`TArgCommonBase`] | | xref:mrdocs/TParam.adoc[`TParam`] | | xref:mrdocs/TParamCommonBase-0c.adoc[`TParamCommonBase`] | | xref:mrdocs/TaskGroup.adoc[`TaskGroup`] | A subset of possible work in a thread pool. | xref:mrdocs/TemplateInfo.adoc[`TemplateInfo`] | Information about templates and specializations thereof. | xref:mrdocs/TemplateTArg.adoc[`TemplateTArg`] | | xref:mrdocs/TemplateTParam.adoc[`TemplateTParam`] | | xref:mrdocs/ThreadPool.adoc[`ThreadPool`] | A pool of threads for executing work concurrently. | xref:mrdocs/Type.adoc[`Type`] | A possibly qualified type. | xref:mrdocs/TypeCommonBase-0e.adoc[`TypeCommonBase`] | | xref:mrdocs/TypeTArg.adoc[`TypeTArg`] | | xref:mrdocs/TypeTParam.adoc[`TypeTParam`] | | xref:mrdocs/TypedefSymbol.adoc[`TypedefSymbol`] | | xref:mrdocs/Unexpected-0c.adoc[`Unexpected`] | | xref:mrdocs/UsingSymbol.adoc[`UsingSymbol`] | Info for using declarations. | xref:mrdocs/VariableSymbol.adoc[`VariableSymbol`] | A variable. | xref:mrdocs/Visitor.adoc[`Visitor`] | A visitor for a type | xref:mrdocs/YCombinator.adoc[`YCombinator`] | Enables recursive lambdas by passing a self‐reference as the first argument. | xref:mrdocs/add_const_from.adoc[`add_const_from`] | | xref:mrdocs/add_cv_from.adoc[`add_cv_from`] | | xref:mrdocs/add_cvref_from.adoc[`add_cvref_from`] | | xref:mrdocs/add_lvalue_reference_from.adoc[`add_lvalue_reference_from`] | | xref:mrdocs/add_reference_from.adoc[`add_reference_from`] | | xref:mrdocs/add_rvalue_reference_from.adoc[`add_rvalue_reference_from`] | | xref:mrdocs/add_volatile_from.adoc[`add_volatile_from`] | | xref:mrdocs/any_callable-01.adoc[`any_callable`] | A movable, type‐erased function object. | xref:mrdocs/any_callable-0a.adoc[`any_callable<R(Args...)>`] | | xref:mrdocs/make_dependent.adoc[`make_dependent`] | | xref:mrdocs/nullable_traits-0b.adoc[`nullable_traits`] | nullable_traits<T> defines how to treat a T as “nullable” without an external engaged bit. | xref:mrdocs/nullable_traits-00.adoc[`nullable_traits<Location>`] | nullable_traits specialization for Location. | xref:mrdocs/nullable_traits-06.adoc[`nullable_traits<T>`] | nullable_traits for types with a sentinel. | xref:mrdocs/nullable_traits-0c.adoc[`nullable_traits<Polymorphic<T>>`] | nullable_traits for Polymorphic<T>. | xref:mrdocs/sentinel_traits-0a.adoc[`sentinel_traits`] | Defines a customization point for types that have an intrinsic sentinel value denoting “null”. | xref:mrdocs/sentinel_traits-03a.adoc[`sentinel_traits<std::nullptr_t>`] | sentinel_traits specialization for std::nullptr_t. | xref:mrdocs/sentinel_traits-01.adoc[`sentinel_traits<T>`] | sentinel_traits specialization for unsigned integral types. | xref:mrdocs/sentinel_traits-03c.adoc[`sentinel_traits<T*>`] | sentinel_traits specialization for raw pointers. | xref:mrdocs/unexpect_t.adoc[`unexpect_t`] | | xref:mrdocs/unlock_guard.adoc[`unlock_guard`] | A scoped guard which unlocks a mutex. | xref:mrdocs/UnorderedStringMap.adoc[`UnorderedStringMap`] | | xref:mrdocs/UnorderedStringMultiMap.adoc[`UnorderedStringMultiMap`] | | xref:mrdocs/add_const_from_t.adoc[`add_const_from_t`] | | xref:mrdocs/add_cv_from_t.adoc[`add_cv_from_t`] | | xref:mrdocs/add_cvref_from_t.adoc[`add_cvref_from_t`] | | xref:mrdocs/add_lvalue_reference_from_t.adoc[`add_lvalue_reference_from_t`] | | xref:mrdocs/add_reference_from_t.adoc[`add_reference_from_t`] | | xref:mrdocs/add_rvalue_reference_from_t.adoc[`add_rvalue_reference_from_t`] | | xref:mrdocs/add_volatile_from_t.adoc[`add_volatile_from_t`] | | xref:mrdocs/make_dependent_t.adoc[`make_dependent_t`] | |=== === Enums [cols=2] |=== | Name | Description | xref:mrdocs/AccessKind.adoc[`AccessKind`] | Access specifier. | xref:mrdocs/AutoKind.adoc[`AutoKind`] | The kind of `auto` keyword used in a declaration. | xref:mrdocs/ConstexprKind.adoc[`ConstexprKind`] | `constexpr`/`consteval` specifier kinds | xref:mrdocs/ExplicitKind.adoc[`ExplicitKind`] | Explicit specifier kinds | xref:mrdocs/ExtractionMode.adoc[`ExtractionMode`] | Determine why a symbol is extracted | xref:mrdocs/FileKind.adoc[`FileKind`] | | xref:mrdocs/FunctionClass.adoc[`FunctionClass`] | Function classifications | xref:mrdocs/FundamentalTypeKind.adoc[`FundamentalTypeKind`] | Categorically describes a fundamental type. | xref:mrdocs/ListKind.adoc[`ListKind`] | | xref:mrdocs/NameKind.adoc[`NameKind`] | | xref:mrdocs/NoexceptKind.adoc[`NoexceptKind`] | Exception specification kinds | xref:mrdocs/OperatorKind.adoc[`OperatorKind`] | Operator kinds | xref:mrdocs/QualifierKind.adoc[`QualifierKind`] | Type qualifiers | xref:mrdocs/RecordKeyKind.adoc[`RecordKeyKind`] | The kind of record: struct, class, or union. | xref:mrdocs/ReferenceKind.adoc[`ReferenceKind`] | Reference type kinds | xref:mrdocs/StorageClassKind.adoc[`StorageClassKind`] | Storage class kinds | xref:mrdocs/SymbolKind.adoc[`SymbolKind`] | Info variant discriminator | xref:mrdocs/TArgKind.adoc[`TArgKind`] | The kind of template argument. | xref:mrdocs/TParamKeyKind.adoc[`TParamKeyKind`] | The keyword a template parameter was declared with | xref:mrdocs/TParamKind.adoc[`TParamKind`] | | xref:mrdocs/TableAlignmentKind.adoc[`TableAlignmentKind`] | | xref:mrdocs/TemplateSpecKind.adoc[`TemplateSpecKind`] | The kind of template or specialization. | xref:mrdocs/TypeKind.adoc[`TypeKind`] | | xref:mrdocs/UsingClass.adoc[`UsingClass`] | The class of using declaration. |=== === Functions [cols=2] |=== | Name | Description | xref:mrdocs/CompareDerived-0f.adoc[`CompareDerived`] | Compares two polymorphic objects that have visit functions | xref:mrdocs/HTMLEscape-0f.adoc[`HTMLEscape`] | `HTMLEscape` overloads | xref:mrdocs/addMember.adoc[`addMember`] | | xref:mrdocs/allMembers-0a.adoc[`allMembers`] | | xref:mrdocs/assert_failed.adoc[`assert_failed`] | | xref:mrdocs/bottomUpTraverse.adoc[`bottomUpTraverse`] | | xref:mrdocs/canMerge.adoc[`canMerge`] | | xref:mrdocs/cast-023.adoc[`cast`] | | xref:mrdocs/cast_or_null-0c.adoc[`cast_or_null`] | | xref:mrdocs/compareSymbolNames.adoc[`compareSymbolNames`] | Return the result of comparing s0 to s1. | xref:mrdocs/contains-06.adoc[`contains`] | Determine if a range contains a specific element. | xref:mrdocs/contains_any-00.adoc[`contains_any`] | Determine if a range contains any of the specified elements. | xref:mrdocs/contains_n.adoc[`contains_n`] | Determine if a range contains at least N instances of the specified element. | xref:mrdocs/contains_n_any-0e.adoc[`contains_n_any`] | Determine if a range contains at least N instances of any of the specified elements. | xref:mrdocs/countSymbolKind.adoc[`countSymbolKind`] | | xref:mrdocs/createFrame-01.adoc[`createFrame`] | Create child data objects. | xref:mrdocs/dyn_cast-02.adoc[`dyn_cast`] | | xref:mrdocs/dyn_cast_or_null-0f.adoc[`dyn_cast_or_null`] | | xref:mrdocs/endsWithOneOf.adoc[`endsWithOneOf`] | Determine if a string ends with one of the specified characters | xref:mrdocs/escapeExpression.adoc[`escapeExpression`] | | xref:mrdocs/find_last_of.adoc[`find_last_of`] | Find the last element in a range that matches an element in the specified range. | xref:mrdocs/forEachFile-08.adoc[`forEachFile`] | `forEachFile` overloads | xref:mrdocs/formatError.adoc[`formatError`] | Return a formatted error. | xref:mrdocs/fromString.adoc[`fromString`] | Convert a string to a FundamentalTypeKind. | xref:mrdocs/getDefaultAccessString.adoc[`getDefaultAccessString`] | | xref:mrdocs/getGenerators.adoc[`getGenerators`] | Return a reference to the global Generators instance. | xref:mrdocs/getOperatorKind.adoc[`getOperatorKind`] | Return the short name of an operator as a string. | xref:mrdocs/getOperatorKindFromSuffix.adoc[`getOperatorKindFromSuffix`] | Return the short name of an operator as a string. | xref:mrdocs/getOperatorName.adoc[`getOperatorName`] | Return the name of an operator as a string. | xref:mrdocs/getOperatorReadableName.adoc[`getOperatorReadableName`] | Return the human‐readable name of the operator | xref:mrdocs/getParents-0d.adoc[`getParents`] | `getParents` overloads | xref:mrdocs/getPrimaryLocation-04.adoc[`getPrimaryLocation`] | | xref:mrdocs/getSafeOperatorName.adoc[`getSafeOperatorName`] | Return the safe name of an operator as a string. | xref:mrdocs/getShortOperatorName.adoc[`getShortOperatorName`] | Return the short name of an operator as a string. | xref:mrdocs/getSinglePageFullPath.adoc[`getSinglePageFullPath`] | Return the full path for single page output. | xref:mrdocs/innerType-00.adoc[`innerType`] | Return the inner type. | xref:mrdocs/innerTypePtr-06.adoc[`innerTypePtr`] | Return the inner type. | xref:mrdocs/innermostType-06.adoc[`innermostType`] | Return the innermost type. | xref:mrdocs/isAlphaNumeric-05.adoc[`isAlphaNumeric`] | | xref:mrdocs/isAlphabetic-05.adoc[`isAlphabetic`] | | xref:mrdocs/isBinaryOperator.adoc[`isBinaryOperator`] | Determines whether the operator is potentially binary. | xref:mrdocs/isDigit-03.adoc[`isDigit`] | | xref:mrdocs/isEmpty.adoc[`isEmpty`] | Determine if a value is empty | xref:mrdocs/isLowerCase-04.adoc[`isLowerCase`] | | xref:mrdocs/isUnaryOperator.adoc[`isUnaryOperator`] | Determines whether the operator is potentially unary. | xref:mrdocs/isUpperCase-04.adoc[`isUpperCase`] | | xref:mrdocs/isWhitespace-09.adoc[`isWhitespace`] | Determine if a string is only whitespace. | xref:mrdocs/is_null.adoc[`is_null`] | is_null helper that uses nullable_traits<T> if available. | xref:mrdocs/is_one_of-0e.adoc[`is_one_of`] | Determine if an element is equal to any of the elements in the specified range. | xref:mrdocs/isa.adoc[`isa`] | | xref:mrdocs/isa_or_null.adoc[`isa_or_null`] | | xref:mrdocs/leastSpecific.adoc[`leastSpecific`] | Compare ExtractionModes and returns the least specific | xref:mrdocs/ltrim-051.adoc[`ltrim`] | `ltrim` overloads | xref:mrdocs/makeChar.adoc[`makeChar`] | Apply the "char" specifier to the type | xref:mrdocs/makeLong.adoc[`makeLong`] | Apply the "long" specifier to the type | xref:mrdocs/makeOverload.adoc[`makeOverload`] | Factory function that creates an Overload from the given callables. | xref:mrdocs/makeShort.adoc[`makeShort`] | Apply the "short" specifier to the type | xref:mrdocs/makeSigned.adoc[`makeSigned`] | Apply the "signed" specifier to the type | xref:mrdocs/makeUnsigned.adoc[`makeUnsigned`] | Apply the "unsigned" specifier to the type | xref:mrdocs/makeVisitor.adoc[`makeVisitor`] | Make a visitor for a base type | xref:mrdocs/make_array_view-0a.adoc[`make_array_view`] | | xref:mrdocs/make_null.adoc[`make_null`] | make_null helper that uses nullable_traits<T> if available. | xref:mrdocs/match.adoc[`match`] | Applies a set of callables to a std::variant using std::visit and Overload. | xref:mrdocs/merge-0a.adoc[`merge`] | `merge` overloads | xref:mrdocs/mostSpecific.adoc[`mostSpecific`] | Compare ExtractionModes and returns the most specific | xref:mrdocs/null_of.adoc[`null_of`] | null_of helper that constructs a null T using nullable_traits<T>. | xref:mrdocs/operator_bitor.adoc[`operator|`] | | xref:mrdocs/overrides.adoc[`overrides`] | Determine if one function would override the other | xref:mrdocs/parse-07.adoc[`parse`] | Parse a string view | xref:mrdocs/reindentCode.adoc[`reindentCode`] | Reindent code by removing the common leading spaces and adding the specified indent. | xref:mrdocs/replace.adoc[`replace`] | Return the substring without leading and trailing horizontal whitespace. | xref:mrdocs/rtrim-0c5.adoc[`rtrim`] | `rtrim` overloads | xref:mrdocs/safeString-0a.adoc[`safeString`] | Create a wrapper for a safe string. | xref:mrdocs/startsWithOneOf.adoc[`startsWithOneOf`] | Determine if a string starts with one of the specified characters | xref:mrdocs/swap-07d.adoc[`swap`] | | xref:mrdocs/tag_invoke-005.adoc[`tag_invoke`] | `tag_invoke` overloads | xref:mrdocs/toBase16Str.adoc[`toBase16Str`] | Convert a SymbolID to a string | xref:mrdocs/toCamelCase.adoc[`toCamelCase`] | | xref:mrdocs/toKebabCase.adoc[`toKebabCase`] | | xref:mrdocs/toLowerCase-0a6.adoc[`toLowerCase`] | | xref:mrdocs/toPascalCase.adoc[`toPascalCase`] | | xref:mrdocs/toSnakeCase.adoc[`toSnakeCase`] | | xref:mrdocs/toString-02.adoc[`toString`] | `toString` overloads | xref:mrdocs/toUpperCase-0f.adoc[`toUpperCase`] | | xref:mrdocs/to_underlying.adoc[`to_underlying`] | Return the value as its underlying type. | xref:mrdocs/topDownTraverse.adoc[`topDownTraverse`] | | xref:mrdocs/trim-0a.adoc[`trim`] | `trim` overloads | xref:mrdocs/visit-0f.adoc[`visit`] | Invoke a function object with a type derived from Symbol | xref:mrdocs/visitIndexed.adoc[`visitIndexed`] | Visits a std::variant and calls the combined callable with the active index and the value. | xref:mrdocs/yCombinator.adoc[`yCombinator`] | Factory that creates a YCombinator from a callable. | xref:mrdocs/operator_lshift-0e1.adoc[`operator<<`] | Write to output | xref:mrdocs/operator_eq-04.adoc[`operator==`] | Equality operators | xref:mrdocs/operator_not_eq-0a.adoc[`operator!=`] | Inequality operators | xref:mrdocs/operator_lt-0f.adoc[`operator<`] | Less‐than operators | xref:mrdocs/operator_le-0b.adoc[`operator<=`] | Less‐than‐or‐equal operators | xref:mrdocs/operator_gt-09.adoc[`operator>`] | Greater‐than operators | xref:mrdocs/operator_ge-00.adoc[`operator>=`] | Greater‐than‐or‐equal operators | xref:mrdocs/operator_3way-00.adoc[`operator<=>`] | Three‐way comparison operators |=== === Variables [cols=2] |=== | Name | Description | xref:mrdocs/splitLines.adoc[`splitLines`] | Split a string view into lines, recognizing all common line breaks | xref:mrdocs/unexpect.adoc[`unexpect`] | |=== === Concepts [cols=2] |=== | Name | Description | xref:mrdocs/ClearableContainerLike.adoc[`ClearableContainerLike`] | Internal concept that matches “empty‐clear default‐constructible” types. | xref:mrdocs/DocCommentNode.adoc[`DocCommentNode`] | Concept to check if a type represents a DocComment node. | xref:mrdocs/DocCommentNodeTraversable.adoc[`DocCommentNodeTraversable`] | | xref:mrdocs/HasParse.adoc[`HasParse`] | Concept to determine if there's a parse function for a type. | xref:mrdocs/HasSentinel.adoc[`HasSentinel`] | Concept that is satisfied when sentinel_traits<T> declares a usable sentinel. | xref:mrdocs/SymbolParent.adoc[`SymbolParent`] | A concept for types that have `Symbol` members. | xref:mrdocs/dereferenceable.adoc[`dereferenceable`] | Determine if a type is dereferenceable | xref:mrdocs/has_nullable_traits_v.adoc[`has_nullable_traits_v`] | Utility function that returns true if T has a nullable_traits specialization enabled. | xref:mrdocs/pair_like.adoc[`pair_like`] | Concept to check if a type is pair‐like | xref:mrdocs/polymorphic_storage_for.adoc[`polymorphic_storage_for`] | Concept to check if a type is representing a polymorphic storage | xref:mrdocs/range_of.adoc[`range_of`] | Concept to check if a type is a range of T | xref:mrdocs/range_of_tuple_like.adoc[`range_of_tuple_like`] | Concept to check if a range is a range of tuple‐like elements | xref:mrdocs/reference_constructs_from_temporary_v.adoc[`reference_constructs_from_temporary_v`] | | xref:mrdocs/reference_converts_from_temporary_v.adoc[`reference_converts_from_temporary_v`] | | xref:mrdocs/tuple_like.adoc[`tuple_like`] | Concept to check if a type is tuple‐like |=== === Deduction Guides [cols=2] |=== | Name | Description | xref:mrdocs/ArrayView-0c.adoc[`ArrayView<T>`] | | xref:mrdocs/ArrayView-01.adoc[`ArrayView<T>`] | | xref:mrdocs/Overload-0a.adoc[`Overload<Ts...>`] | Class template argument deduction guide for Overload. | xref:mrdocs/RangeFor-0c.adoc[`RangeFor<Container>`] | | xref:mrdocs/ScopeExit-0d.adoc[`ScopeExit<F>`] | | xref:mrdocs/ScopeExitRestore-04.adoc[`ScopeExitRestore<T>`] | | xref:mrdocs/ScopeExitRestore-03.adoc[`ScopeExitRestore<T>`] | | xref:mrdocs/Unexpected-0d.adoc[`Unexpected<E>`] | |=== === Using Declarations [cols=1] |=== | Name | xref:mrdocs/source_location.adoc[`source_location`] |=== == xref:mrdocs/doc.adoc[mrdocs::doc] namespace === Types [cols=2] |=== | Name | Description | xref:mrdocs/doc/AdmonitionBlock.adoc[`AdmonitionBlock`] | A block for side‐notes like tips, warnings, notes | xref:mrdocs/doc/Block.adoc[`Block`] | A piece of block content | xref:mrdocs/doc/BlockCommonBase-0ed.adoc[`BlockCommonBase`] | Base class for providing variant discriminator functions. | xref:mrdocs/doc/BlockContainer.adoc[`BlockContainer`] | | xref:mrdocs/doc/BriefBlock.adoc[`BriefBlock`] | The brief description | xref:mrdocs/doc/CodeBlock.adoc[`CodeBlock`] | Preformatted source code. | xref:mrdocs/doc/CodeInline.adoc[`CodeInline`] | A piece of styled text. | xref:mrdocs/doc/CopyDetailsInline.adoc[`CopyDetailsInline`] | Documentation copied from another symbol. | xref:mrdocs/doc/DefinitionListBlock.adoc[`DefinitionListBlock`] | | xref:mrdocs/doc/DefinitionListItem.adoc[`DefinitionListItem`] | An item in a definition list | xref:mrdocs/doc/EmphInline.adoc[`EmphInline`] | A piece of styled text. | xref:mrdocs/doc/FootnoteDefinitionBlock.adoc[`FootnoteDefinitionBlock`] | Preformatted source code. | xref:mrdocs/doc/FootnoteReferenceInline.adoc[`FootnoteReferenceInline`] | A reference to a symbol. | xref:mrdocs/doc/HeadingBlock.adoc[`HeadingBlock`] | A manually specified section heading. | xref:mrdocs/doc/HighlightInline.adoc[`HighlightInline`] | A piece of highlighted text. | xref:mrdocs/doc/ImageInline.adoc[`ImageInline`] | An image. | xref:mrdocs/doc/Inline.adoc[`Inline`] | A Node containing a string of text. | xref:mrdocs/doc/InlineCommonBase-0dc.adoc[`InlineCommonBase`] | Base class for providing variant discriminator functions. | xref:mrdocs/doc/InlineContainer.adoc[`InlineContainer`] | An internal node in the inline element tree | xref:mrdocs/doc/InlineTextLeaf.adoc[`InlineTextLeaf`] | A leaf node that stores a string of text. | xref:mrdocs/doc/LineBreakInline.adoc[`LineBreakInline`] | A hard line break that renders as "" | xref:mrdocs/doc/LinkInline.adoc[`LinkInline`] | A hyperlink. | xref:mrdocs/doc/ListBlock.adoc[`ListBlock`] | A list of list items | xref:mrdocs/doc/ListItem.adoc[`ListItem`] | An item in a list | xref:mrdocs/doc/MathBlock.adoc[`MathBlock`] | A block of LaTeX math | xref:mrdocs/doc/MathInline.adoc[`MathInline`] | An inline LaTeX math expression | xref:mrdocs/doc/ParagraphBlock.adoc[`ParagraphBlock`] | A sequence of text nodes. | xref:mrdocs/doc/ParamBlock.adoc[`ParamBlock`] | Documentation for a function parameter | xref:mrdocs/doc/PostconditionBlock.adoc[`PostconditionBlock`] | | xref:mrdocs/doc/PreconditionBlock.adoc[`PreconditionBlock`] | | xref:mrdocs/doc/QuoteBlock.adoc[`QuoteBlock`] | A list of list items | xref:mrdocs/doc/ReferenceInline.adoc[`ReferenceInline`] | A reference to a symbol. | xref:mrdocs/doc/ReturnsBlock.adoc[`ReturnsBlock`] | Documentation for a function return type | xref:mrdocs/doc/SeeBlock.adoc[`SeeBlock`] | A | xref:mrdocs/doc/SoftBreakInline.adoc[`SoftBreakInline`] | A line break that may render as space | xref:mrdocs/doc/StrikethroughInline.adoc[`StrikethroughInline`] | A piece of styled text. | xref:mrdocs/doc/StrongInline.adoc[`StrongInline`] | A piece of styled text. | xref:mrdocs/doc/SubscriptInline.adoc[`SubscriptInline`] | A piece of styled text. | xref:mrdocs/doc/SuperscriptInline.adoc[`SuperscriptInline`] | A piece of styled text. | xref:mrdocs/doc/TParamBlock.adoc[`TParamBlock`] | Documentation for a template parameter | xref:mrdocs/doc/TableBlock.adoc[`TableBlock`] | A table block | xref:mrdocs/doc/TableCell.adoc[`TableCell`] | A cell in a table | xref:mrdocs/doc/TableRow.adoc[`TableRow`] | An item in a list | xref:mrdocs/doc/TextInline.adoc[`TextInline`] | A Node containing a string of text. | xref:mrdocs/doc/ThematicBreakBlock.adoc[`ThematicBreakBlock`] | The brief description | xref:mrdocs/doc/ThrowsBlock.adoc[`ThrowsBlock`] | Documentation for a function parameter |=== === Enums [cols=2] |=== | Name | Description | xref:mrdocs/doc/AdmonitionKind.adoc[`AdmonitionKind`] | An admonishment style. | xref:mrdocs/doc/BlockKind.adoc[`BlockKind`] | | xref:mrdocs/doc/InlineKind.adoc[`InlineKind`] | | xref:mrdocs/doc/ParamDirection.adoc[`ParamDirection`] | Parameter pass direction. | xref:mrdocs/doc/Parts.adoc[`Parts`] | Which parts of the documentation to copy. |=== === Functions [cols=2] |=== | Name | Description | xref:mrdocs/doc/getAsPlainText-02.adoc[`getAsPlainText`] | `getAsPlainText` overloads | xref:mrdocs/doc/isBlockCommand.adoc[`isBlockCommand`] | | xref:mrdocs/doc/isEmpty-04.adoc[`isEmpty`] | Determine if the inline is empty | xref:mrdocs/doc/ltrim-09.adoc[`ltrim`] | `ltrim` overloads | xref:mrdocs/doc/rtrim-03.adoc[`rtrim`] | `rtrim` overloads | xref:mrdocs/doc/tag_invoke-0ea.adoc[`tag_invoke`] | `tag_invoke` overloads | xref:mrdocs/doc/toString-0b.adoc[`toString`] | `toString` overloads | xref:mrdocs/doc/traverse.adoc[`traverse`] | Traverse a list of inlines. | xref:mrdocs/doc/trim-00.adoc[`trim`] | `trim` overloads | xref:mrdocs/doc/visit-0e.adoc[`visit`] | `visit` overloads | xref:mrdocs/doc/operator_eq-0a.adoc[`operator==`] | Equality operators | xref:mrdocs/doc/operator_3way-01c.adoc[`operator<=>`] | Three‐way comparison operators |=== == xref:mrdocs/dom.adoc[mrdocs::dom] namespace Objects representing JSON‐like values. === Namespaces [cols=1] |=== | Name | xref:mrdocs/dom/JSON.adoc[`JSON`] |=== === Types [cols=2] |=== | Name | Description | xref:mrdocs/dom/Array.adoc[`Array`] | An array of values | xref:mrdocs/dom/ArrayImpl.adoc[`ArrayImpl`] | Abstract array interface. | xref:mrdocs/dom/DefaultArrayImpl.adoc[`DefaultArrayImpl`] | The default array implementation. | xref:mrdocs/dom/DefaultFunctionImpl.adoc[`DefaultFunctionImpl`] | | xref:mrdocs/dom/DefaultObjectImpl.adoc[`DefaultObjectImpl`] | The default Object implementation. | xref:mrdocs/dom/Function.adoc[`Function`] | | xref:mrdocs/dom/FunctionImpl.adoc[`FunctionImpl`] | | xref:mrdocs/dom/LazyArrayImpl-03.adoc[`LazyArrayImpl`] | Lazy array implementation | xref:mrdocs/dom/LazyArrayImpl-0a.adoc[`LazyArrayImpl`] | Lazy array implementation | xref:mrdocs/dom/LazyObjectImpl-04.adoc[`LazyObjectImpl`] | Lazy object implementation. | xref:mrdocs/dom/LazyObjectImpl-09.adoc[`LazyObjectImpl`] | Lazy object implementation. | xref:mrdocs/dom/LazyObjectMapTag.adoc[`LazyObjectMapTag`] | Customization point tag. | xref:mrdocs/dom/Object.adoc[`Object`] | A container of key and value pairs. | xref:mrdocs/dom/ObjectImpl.adoc[`ObjectImpl`] | Abstract object interface. | xref:mrdocs/dom/String.adoc[`String`] | | xref:mrdocs/dom/Value.adoc[`Value`] | A variant container for any kind of Dom value. | xref:mrdocs/dom/ValueFromTag.adoc[`ValueFromTag`] | Customization point tag. | xref:mrdocs/dom/VariadicFunctionImpl.adoc[`VariadicFunctionImpl`] | | xref:mrdocs/dom/function_traits-056.adoc[`function_traits`] | | xref:mrdocs/dom/function_traits-06.adoc[`function_traits<F>`] | | xref:mrdocs/dom/function_traits-0f.adoc[`function_traits<R(*)(Args...)>`] | | xref:mrdocs/dom/function_traits-04.adoc[`function_traits<R(Args...)>`] | | xref:mrdocs/dom/function_traits-05f.adoc[`function_traits<R const volatile(C::*)(Args...)>`] | |=== === Enums [cols=2] |=== | Name | Description | xref:mrdocs/dom/Kind.adoc[`Kind`] | The type of data in a Value. |=== === Functions [cols=2] |=== | Name | Description | xref:mrdocs/dom/LazyArray-04.adoc[`LazyArray`] | `LazyArray` overloads | xref:mrdocs/dom/LazyObject-07.adoc[`LazyObject`] | `LazyObject` overloads | xref:mrdocs/dom/TransformArray.adoc[`TransformArray`] | Return a new dom::Array based on a transformed lazy array implementation. | xref:mrdocs/dom/ValueFrom-0a.adoc[`ValueFrom`] | `ValueFrom` overloads | xref:mrdocs/dom/makeInvocable.adoc[`makeInvocable`] | | xref:mrdocs/dom/makeVariadicInvocable.adoc[`makeVariadicInvocable`] | | xref:mrdocs/dom/newArray.adoc[`newArray`] | Return a new array using a custom implementation. | xref:mrdocs/dom/newFunction.adoc[`newFunction`] | Return a diagnostic string. | xref:mrdocs/dom/newObject.adoc[`newObject`] | Return a new object using a custom implementation. | xref:mrdocs/dom/operator_and-0df7.adoc[`operator&&`] | Return the first dom::Value that is not truthy, or the last one. | xref:mrdocs/dom/operator_plus-002.adoc[`operator+`] | Addition operators | xref:mrdocs/dom/operator_or-0e.adoc[`operator||`] | Return the first dom::Value that is truthy, or the last one. | xref:mrdocs/dom/stringOrNull-04.adoc[`stringOrNull`] | Return a non‐empty string, or a null. | xref:mrdocs/dom/swap-0c.adoc[`swap`] | `swap` overloads | xref:mrdocs/dom/toString-07.adoc[`toString`] | `toString` overloads | xref:mrdocs/dom/operator_eq-00.adoc[`operator==`] | Equality operators | xref:mrdocs/dom/operator_not_eq-04.adoc[`operator!=`] | Return the result of comparing two strings. | xref:mrdocs/dom/operator_3way-07b.adoc[`operator<=>`] | Three‐way comparison operators |=== === Concepts [cols=2] |=== | Name | Description | xref:mrdocs/dom/HasLazyObjectMap.adoc[`HasLazyObjectMap`] | Determine if `T` can be converted to xref:mrdocs/dom/Value.adoc[`dom::Value`]. | xref:mrdocs/dom/HasLazyObjectMapWithContext.adoc[`HasLazyObjectMapWithContext`] | Concept to determine if a type can be mapped to a xref:mrdocs/dom/LazyObjectImpl-04.adoc[`dom::LazyObjectImpl`] with a user‐provided conversion. | xref:mrdocs/dom/HasLazyObjectMapWithoutContext.adoc[`HasLazyObjectMapWithoutContext`] | Concept to determine if a type can be mapped to a xref:mrdocs/dom/LazyObjectImpl-04.adoc[`dom::LazyObjectImpl`] with a user‐provided conversion. | xref:mrdocs/dom/HasStandaloneValueFrom.adoc[`HasStandaloneValueFrom`] | Determine if ` T` can be converted to xref:mrdocs/dom/Value.adoc[`dom::Value`] without a context. | xref:mrdocs/dom/HasValueFrom.adoc[`HasValueFrom`] | Determine if `T` can be converted to xref:mrdocs/dom/Value.adoc[`dom::Value`]. | xref:mrdocs/dom/HasValueFromWithContext.adoc[`HasValueFromWithContext`] | Concept to determine if a type can be converted to a xref:mrdocs/dom/Value.adoc[`dom::Value`] with a user‐provided conversion. | xref:mrdocs/dom/HasValueFromWithoutContext.adoc[`HasValueFromWithoutContext`] | Concept to determine if a type can be converted to a xref:mrdocs/dom/Value.adoc[`dom::Value`] with a user‐provided conversion. | xref:mrdocs/dom/StringLikeTy.adoc[`StringLikeTy`] | Satisfied if StringTy is convertible to String but not a String. | xref:mrdocs/dom/function_traits_convertible_to_value.adoc[`function_traits_convertible_to_value`] | | xref:mrdocs/dom/has_function_args_for_default_function_impl.adoc[`has_function_args_for_default_function_impl`] | | xref:mrdocs/dom/has_function_traits.adoc[`has_function_traits`] | | xref:mrdocs/dom/has_function_traits_for_default_function_impl.adoc[`has_function_traits_for_default_function_impl`] | | xref:mrdocs/dom/has_invoke_expected_result_convertible_to_dom_value.adoc[`has_invoke_expected_result_convertible_to_dom_value`] | | xref:mrdocs/dom/has_invoke_result_convertible_to_dom_value.adoc[`has_invoke_result_convertible_to_dom_value`] | | xref:mrdocs/dom/has_invoke_result_for_default_function_impl.adoc[`has_invoke_result_for_default_function_impl`] | |=== == xref:mrdocs/dom/JSON.adoc[mrdocs::dom::JSON] namespace === Functions [cols=2] |=== | Name | Description | xref:mrdocs/dom/JSON/stringify.adoc[`stringify`] | Stringify a value as JSON |=== == xref:mrdocs/files.adoc[mrdocs::files] namespace === Enums [cols=2] |=== | Name | Description | xref:mrdocs/files/FileType.adoc[`FileType`] | The type of a file. |=== === Functions [cols=2] |=== | Name | Description | xref:mrdocs/files/appendPath-04.adoc[`appendPath`] | | xref:mrdocs/files/createDirectory.adoc[`createDirectory`] | Create a directory. | xref:mrdocs/files/exists.adoc[`exists`] | Determine if a path exists | xref:mrdocs/files/getFileName.adoc[`getFileName`] | Return the filename part of the path. | xref:mrdocs/files/getFileText.adoc[`getFileText`] | Return the contents of a file as a string. | xref:mrdocs/files/getFileType.adoc[`getFileType`] | Return the file type or an error | xref:mrdocs/files/getParentDir-00.adoc[`getParentDir`] | Return the parent directory. | xref:mrdocs/files/getSourceFilename.adoc[`getSourceFilename`] | Return the relevant suffix of a source file path. | xref:mrdocs/files/isAbsolute.adoc[`isAbsolute`] | Return true if pathName is absolute. | xref:mrdocs/files/isDirectory.adoc[`isDirectory`] | Determine if a path is a directory. | xref:mrdocs/files/isDirsy.adoc[`isDirsy`] | Return true if pathName ends in a separator. | xref:mrdocs/files/isLexicalDirectory.adoc[`isLexicalDirectory`] | Determine lexically if a path is a directory. | xref:mrdocs/files/isPosixStyle.adoc[`isPosixStyle`] | Check if the path is posix style. | xref:mrdocs/files/makeAbsolute-0d.adoc[`makeAbsolute`] | Return an absolute path from a possibly relative path. | xref:mrdocs/files/makeDirsy.adoc[`makeDirsy`] | Append a trailing native separator if not already present. | xref:mrdocs/files/makePosixStyle.adoc[`makePosixStyle`] | Convert all backward slashes to forward slashes. | xref:mrdocs/files/normalizeDir.adoc[`normalizeDir`] | Return a normalized directory. | xref:mrdocs/files/normalizePath.adoc[`normalizePath`] | Return a normalized path. | xref:mrdocs/files/requireAbsolute.adoc[`requireAbsolute`] | Return an error if pathName is not absolute. | xref:mrdocs/files/requireDirectory.adoc[`requireDirectory`] | Return an error if the path is not a directory. | xref:mrdocs/files/startsWith.adoc[`startsWith`] | Checks if the given path starts with the specified prefix. | xref:mrdocs/files/withExtension.adoc[`withExtension`] | Return the filename with a new or different extension. |=== == xref:mrdocs/helpers.adoc[mrdocs::helpers] namespace === Functions [cols=2] |=== | Name | Description | xref:mrdocs/helpers/and_fn.adoc[`and_fn`] | "and" helper function | xref:mrdocs/helpers/detag_fn.adoc[`detag_fn`] | "detag" helper function | xref:mrdocs/helpers/eq_fn.adoc[`eq_fn`] | "eq" helper function | xref:mrdocs/helpers/increment_fn.adoc[`increment_fn`] | "increment" helper function | xref:mrdocs/helpers/ne_fn.adoc[`ne_fn`] | "ne" helper function | xref:mrdocs/helpers/not_fn.adoc[`not_fn`] | "not" helper function | xref:mrdocs/helpers/or_fn.adoc[`or_fn`] | "or" helper function | xref:mrdocs/helpers/registerAntoraHelpers.adoc[`registerAntoraHelpers`] | Register all the Antora helpers into a Handlebars instance | xref:mrdocs/helpers/registerBuiltinHelpers.adoc[`registerBuiltinHelpers`] | Register all the built‐in helpers into a Handlebars instance | xref:mrdocs/helpers/registerConstructorHelpers.adoc[`registerConstructorHelpers`] | Register contructor helpers into a Handlebars instance | xref:mrdocs/helpers/registerContainerHelpers.adoc[`registerContainerHelpers`] | Register helpers to manipulate composite data types | xref:mrdocs/helpers/registerLogicalHelpers.adoc[`registerLogicalHelpers`] | Register logical helpers into a Handlebars instance | xref:mrdocs/helpers/registerMathHelpers.adoc[`registerMathHelpers`] | Register math helpers into a Handlebars instance | xref:mrdocs/helpers/registerStringHelpers.adoc[`registerStringHelpers`] | Register string helpers into a Handlebars instance | xref:mrdocs/helpers/registerTypeHelpers.adoc[`registerTypeHelpers`] | Register type helpers into a Handlebars instance | xref:mrdocs/helpers/relativize_fn.adoc[`relativize_fn`] | "relativize" helper function | xref:mrdocs/helpers/select_fn.adoc[`select_fn`] | "select" helper function | xref:mrdocs/helpers/year_fn.adoc[`year_fn`] | "year" helper function |=== == xref:mrdocs/js.adoc[mrdocs::js] namespace === Types [cols=2] |=== | Name | Description | xref:mrdocs/js/Access.adoc[`Access`] | | xref:mrdocs/js/Array.adoc[`Array`] | | xref:mrdocs/js/Boolean.adoc[`Boolean`] | | xref:mrdocs/js/Context.adoc[`Context`] | An instance of a JavaScript interpreter. | xref:mrdocs/js/Object.adoc[`Object`] | | xref:mrdocs/js/Prop.adoc[`Prop`] | | xref:mrdocs/js/Scope.adoc[`Scope`] | A JavaScript scope | xref:mrdocs/js/String.adoc[`String`] | | xref:mrdocs/js/Value.adoc[`Value`] | An ECMAScript value. |=== === Enums [cols=2] |=== | Name | Description | xref:mrdocs/js/Type.adoc[`Type`] | Types of values. |=== === Functions [cols=2] |=== | Name | Description | xref:mrdocs/js/operator_and-0c.adoc[`operator&&`] | Return the first Value that is not truthy, or the last one. | xref:mrdocs/js/operator_or-0e1.adoc[`operator||`] | Return the first Value that is truthy, or the last one. | xref:mrdocs/js/registerHelper.adoc[`registerHelper`] | Register a JavaScript helper function | xref:mrdocs/js/swap.adoc[`swap`] | Swap two values. | xref:mrdocs/js/toString.adoc[`toString`] | Return value as a string. | xref:mrdocs/js/operator_eq-0c.adoc[`operator==`] | Compare two values for equality. | xref:mrdocs/js/operator_not_eq-076.adoc[`operator!=`] | Inequality operators | xref:mrdocs/js/operator_3way.adoc[`operator<=>`] | Compare two values for inequality. |=== == xref:mrdocs/lua.adoc[mrdocs::lua] namespace === Types [cols=2] |=== | Name | Description | xref:mrdocs/lua/Access.adoc[`Access`] | | xref:mrdocs/lua/Context.adoc[`Context`] | A reference to an instance of a Lua interpreter. | xref:mrdocs/lua/Function.adoc[`Function`] | A Lua function. | xref:mrdocs/lua/Param.adoc[`Param`] | A lazy container to push values to the Lua stack. | xref:mrdocs/lua/Scope.adoc[`Scope`] | | xref:mrdocs/lua/String.adoc[`String`] | A Lua string. | xref:mrdocs/lua/Table.adoc[`Table`] | A Lua table. | xref:mrdocs/lua/Value.adoc[`Value`] | A Lua value. | xref:mrdocs/lua/zstring.adoc[`zstring`] | A null‐terminated string. | xref:mrdocs/lua/FunctionPtr.adoc[`FunctionPtr`] | |=== === Enums [cols=2] |=== | Name | Description | xref:mrdocs/lua/Type.adoc[`Type`] | Types of values. |=== == xref:mrdocs/report.adoc[mrdocs::report] namespace === Types [cols=2] |=== | Name | Description | xref:mrdocs/report/Located.adoc[`Located`] | Parameter type that adds a source location to a value. | xref:mrdocs/report/Results.adoc[`Results`] | Provides statistics on the number of reported messages. |=== === Enums [cols=2] |=== | Name | Description | xref:mrdocs/report/Level.adoc[`Level`] | Severity levels attached to reported messags. |=== === Functions [cols=2] |=== | Name | Description | xref:mrdocs/report/debug.adoc[`debug`] | Report a message to the console. | xref:mrdocs/report/error.adoc[`error`] | Report a message to the console. | xref:mrdocs/report/fatal.adoc[`fatal`] | Report a message to the console. | xref:mrdocs/report/getMinimumLevel.adoc[`getMinimumLevel`] | | xref:mrdocs/report/info.adoc[`info`] | Report a message to the console. | xref:mrdocs/report/log.adoc[`log`] | Format a message to the console. | xref:mrdocs/report/print-08.adoc[`print`] | Report a message to the console. | xref:mrdocs/report/setMinimumLevel.adoc[`setMinimumLevel`] | Set the minimum threshold level for reporting. | xref:mrdocs/report/setSourceLocationWarnings.adoc[`setSourceLocationWarnings`] | If true, source location information will be printed with warnings, errors, and fatal messages. | xref:mrdocs/report/trace.adoc[`trace`] | Report a message to the console. | xref:mrdocs/report/warn.adoc[`warn`] | Report a message to the console. |=== === Variables [cols=2] |=== | Name | Description | xref:mrdocs/report/results.adoc[`results`] | Holds current statistics on reported messages. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#