All Symbols¶
A¶
function::a()functiona()functioninner::a()functionabs(double) Computes the absolute value of a floating-point number.functionabs(int) Computes the absolute value of an integer.conceptAddable Concept that checks if a type supports addition.structWin32Structure::(Anonymous union at library.hpp:381:9)::(Anonymous struct at library.hpp:383:13)unionWin32Structure::(Anonymous union at library.hpp:381:9)functionanother_function(int)functionfilter<T>::apply(T *, size_t) Applies the filter to a data array.classarray<N> First paragraph will automatically be the brief description.
B¶
enum constantColor::Blue Blue color
C¶
variableData::c Character arrayclassChars<char>enumColor Enumeration of colors.variableWin32Structure::(Anonymous union at library.hpp:381:9)::combinedstructConflictingNamestructconflictingNameclassC<T> A wrapper that forwards any argument into its stored value.functionC<T>::C<T>(U &&)
D¶
variableData::d Double dataunionData A union to hold different types of data.variablearray<N>::datastructDemo Simple structfunctionExample::doSomething(double, double) Performs an action and returnDemo.
E¶
enum constant(Unnamed enum at library.hpp:424:5)::ERR_ACCESS Permission / access deniedenum constant(Unnamed enum at library.hpp:424:5)::ERR_BUSY Resource is busyenum constant(Unnamed enum at library.hpp:424:5)::ERR_GENERIC Generic / unspecified errorenum constant(Unnamed enum at library.hpp:424:5)::ERR_INVALID Invalid argument or stateenum constant(Unnamed enum at library.hpp:424:5)::ERR_NOT_FOUND Resource not foundenum constant(Unnamed enum at library.hpp:424:5)::ERR_TIMEOUT Operation timed outenum constantExample::Status::ErrorclassExample Example class demonstrating documentation.constructorExample::Example() ConstructordestructorExample::~Example() DestructorconstructorExample::Example(int) Parameterized constructor
F¶
variableData::f Float datafunctionfactorial(int) Returns the factorial of a number.variableWin32Structure::(Anonymous union at library.hpp:381:9)::(Anonymous struct at library.hpp:383:13)::field1variableWin32Structure::(Anonymous union at library.hpp:381:9)::(Anonymous struct at library.hpp:383:13)::field2classfilter<T> A generic filter interface.destructorfilter<T>::~filter<T>() Virtual destructor.functionfn1(std::byte, Color)functionfree_function(int) A free function in the ns namespace.
G¶
function::global_function() A global function that is not part of any namespace.enum constantColor::Green Green color
H¶
function::header_function() Function in header file
I¶
variableData::i Integer datavariableExample::Nested::id Identifiernamespaceinlfunctioninl::inline_function() Inline namespace functionnamespaceinline_nsfunctioninline_ns_function() A function in the inline namespace.namespaceinner
L¶
macroLIBRARY_VERSION
M¶
variablemax_size Maximum size constantfunctionTest1<T>::method1()functionTest1<T>::method2()functionTest1<std::integral_constant<int, 0>>::method3()functionTest1<std::integral_constant<int, square(7) * 2>>::method4()functionTest1<Chars<'(', '[', '<'>>::method5()functionmultiply_matrix(T *, const T *, size_t, size_t) Multiplies two matrices.functionExample::multiply(T, T) Multiplies two values.
N¶
variableExample::Nested::name NamestructExample::Nested Nested structnamespacens
O¶
enum constantExample::Status::Ok
P¶
typedefPair Template alias for a pair of typesvariablepi Templated inline variablededuction guidePoint Deduction guide for PointclassPoint<T> A 3D point structure.
R¶
enum constantColor::Red Red color
S¶
functioninner::some_function() A function in the inner namespacefunctionsquare(int)enumExample::Status It's member enumenum constant(Unnamed enum at library.hpp:424:5)::SUCCESS Operation completed successfullyvariableDemo::symbol A character symbol
T¶
structTest1<Chars<'(', '[', '<'>>structTest1<std::integral_constant<int, 0>>structTest1<std::integral_constant<int, square(7) * 2>>classTest1<T>classTest1<T>functionto_name(Color) Converts aColorenum to its string representation.structTpl<1>structTpl<2> SeeTpl<1>functionTpl<1>::tpl_foo()functionTpl<2>::tpl_foo()classTpl<N>
U¶
enum(Unnamed enum at library.hpp:424:5) Platform-independent error codes
V¶
variableDemo::value An integer valuevariableC<T>::valuetypedefExample::value_type It's member typedefstructVec A simple vector structure.constructorVec::Vec(int) Constructor for Vec
W¶
structWin32Structure A structure demonstrating anonymous unions and structs.
X¶
variablePoint<T>::x
Y¶
variablePoint<T>::y
Z¶
variablePoint<T>::z
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.