CPPTemplate
0.1
Template for CPP projects
Loading...
Searching...
No Matches
include
example.hpp
Go to the documentation of this file.
1
//
2
// Created by nicol on 29/12/2024.
3
//
4
5
#ifndef CPP_TEMPLATE_EXAMPLE_HPP
6
#define CPP_TEMPLATE_EXAMPLE_HPP
7
8
#include <iostream>
9
10
namespace
example
{
11
15
class
ExampleClass
{
16
public
:
20
static
void
printHello
();
21
};
22
23
}
// namespace example
24
25
#endif
// CPP_TEMPLATE_EXAMPLE_HPP
example::ExampleClass
Example class for template.
Definition
example.hpp:15
example::ExampleClass::printHello
static void printHello()
Prints Hello.
Definition
example.cpp:9
example
Definition
example.cpp:7
Generated by
1.12.0