cleanCppProject  0.2.0
main.cpp File Reference
#include <iostream>
#include <stdio.h>
#include <string>
#include <vector>
#include "SomeClass.h"
#include "version.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void printHelp ()
 
int main (int argc, char const *argv[])
 Example UML diagram: More...
 

Function Documentation

int main ( int  argc,
char const *  argv[] 
)

Example UML diagram:

Todo:
Do more stuff.
Todo:
fix another leak

Definition at line 60 of file main.cpp.

References BaseClass::freePtr(), SomeClass::get(), Version::getVersionShort(), printHelp(), and SomeClass::set().

Here is the call graph for this function:

void printHelp ( )
Todo:
Do stuff in here also

Definition at line 12 of file main.cpp.

References Version::getVersionLong().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: