36 static void static_method();
Example class 2 to showcase class hierarchies.
Definition: example.hpp:41
Example class.
Definition: example.hpp:18
void method()
This is a method taking no arguments.
static int static_member
This is a protected static member.
Definition: example.hpp:32
int method2(int param)
Example method taking parameters.
This file is here to showcase include hierarchies.
void freestanding_function()
A function in the global scope.
Enum
An enumeration.
Definition: example.hpp:76
@ Value1
First Enumerator.
Definition: example.hpp:77
@ Value2
Second Enum.
Definition: example.hpp:78
A namespace.
Definition: example.hpp:14
void template_fun(T a)
Example of a template function.
A struct.
Definition: example.hpp:65