GEGELATI
Loading...
Searching...
No Matches
counterReset.h
1
2
3#ifndef COUNTER_RESET_H
4#define COUNTER_RESET_H
5
6#include "program/program.h"
7#include "tpg/tpgEdge.h"
8#include "tpg/tpgVertex.h"
9
14{
18 static void counterReset();
19};
20
21#endif // COUNTER_RESET_H
Struct to reset static counters in classes.
Definition counterReset.h:14
static void counterReset()
Reset all the static counters used in the library.
Definition counterReset.cpp:4