Functions
example_test.cpp File Reference

Go to the source code of this file.

Functions

void main ()
 

Function Documentation

void main ( void  )

Definition at line 1 of file example_test.cpp.

2 {
3  Test t;
4  t.example();
5 }
A Test class.
Definition: class.h:3
void example()
a member function
Definition: 025_example.cpp:20