Doxygen Awesome
v2.3.4
Modern Doxygen theme
Loading...
Searching...
No Matches
example.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <string>
3
4
namespace
MyLibrary
{
5
6
enum
Color
{
red
= 1,
green
= 2,
blue
= 3 };
7
14
class
Example
{
15
public
:
155
std::string
test
(
const
std::string&
test
);
156
157
virtual
int
virtualfunc
() = 0;
158
159
static
bool
staticfunc
();
160
161
162
};
163
164
class
SecondExample
{
165
std::string foo();
166
}
167
168
}
169
MyLibrary::Example
Example class to demonstrate the features of the custom CSS.
Definition
example.hpp:14
MyLibrary::Example::test
std::string test(const std::string &test)
brief summary
MyLibrary::Example::virtualfunc
virtual int virtualfunc()=0
MyLibrary::Example::staticfunc
static bool staticfunc()
MyLibrary::SecondExample
Definition
example.hpp:164
MyLibrary
Definition
example.hpp:4
MyLibrary::Color
Color
Definition
example.hpp:6
MyLibrary::blue
@ blue
Definition
example.hpp:6
MyLibrary::green
@ green
Definition
example.hpp:6
MyLibrary::red
@ red
Definition
example.hpp:6
include
MyLibrary
example.hpp
Generated by
1.12.0