CPPTemplate 0.1
Template for CPP projects
Loading...
Searching...
No Matches
example::ExampleClass Class Reference

Example class for template. More...

#include <example.hpp>

Static Public Member Functions

static void printHello ()
 Prints Hello.
 

Detailed Description

Example class for template.

Member Function Documentation

◆ printHello()

void example::ExampleClass::printHello ( )
static

Prints Hello.

9 {
10 std::cout << "Hello new project!" << std::endl;
11}

Referenced by main().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: