The domain name is cpp
. See https://www.sphinx-doc.org/en/master/usage/domains/cpp.html.
The following directives are available. All declarations can start with a
visibility statement, public
, private
, or protected
.
The .. cpp:class::
directive, showing a class or struct.
The .. cpp:class::
directive, showing a class or struct.
The .. cpp:class::
directive, showing a class or struct.
The .. cpp:class::
directive, showing a class or struct.
The .. cpp:class::
directive, showing a class or struct.
The .. cpp:function::
directive, showing a function or member function with parameters and types.
The .. cpp:function::
directive, showing a function or member function with unnamed parameters.
The .. cpp:function::
directive, showing an overload for the indexing operator.
The .. cpp:function::
directive, showing a casting operator.
The .. cpp:function::
directive, showing a constexpr
function.
The .. cpp:function::
directive, showing a copy constructor with default implementation.
The .. cpp:function::
directive, showing a function template.
The .. cpp:function::
directive, showing a function template specialisation.
The .. cpp:member::
directive, showing a variable or member variable.
The .. cpp:member::
directive, showing a member variable.
The .. cpp:member::
directive, showing a variable template.
The .. cpp:type::
directive, showing a typedef
-like declaration of a type.
The .. cpp:type::
directive, showing a declaration of a type alias with unspecified type.
The .. cpp:type::
directive, showing a declaration of a type alias.
The .. cpp:type::
directive, showing a templated type alias.
The .. cpp:enum::
directive, showing an unscoped enum.
The .. cpp:enum::
directive, showing an unscoped enum with specified underlying type.
The .. cpp:enum-class::
directive, showing a scoped enum.
The .. cpp:enum-struct::
directive, showing a scoped enum with non-default visibility, and with a specified underlying type.
The .. cpp:enumerator::
directive, showing a enumerator with a value.
The .. cpp:union::
directive, showing a union.
The .. cpp:concept::
directive, showing a proxy to an element of a notional sequence.
The .. cpp:alias::
directive, showing an alias declaration.