GEGELATI
Loading...
Searching...
No Matches
counterReset.h
1
36#ifndef COUNTER_RESET_H
37#define COUNTER_RESET_H
38
39#include "program/program.h"
40#include "tpg/tpgEdge.h"
41#include "tpg/tpgVertex.h"
42
47{
51 static void counterReset();
52};
53
54#endif // COUNTER_RESET_H
Struct to reset static counters in classes.
Definition counterReset.h:47
static void counterReset()
Reset all the static counters used in the library.
Definition counterReset.cpp:38