GEGELATI
tpgTeamInstrumented.h
1
2#ifndef TPG_TEAM_INSTRUMENTED_H
3#define TPG_TEAM_INSTRUMENTED_H
4
5#include "tpg/instrumented/tpgVertexInstrumentation.h"
6#include "tpg/tpgTeam.h"
7
8namespace TPG {
9
15 {
16 };
17} // namespace TPG
18
19#endif
Instrumented TPGTeam.
Definition: tpgTeamInstrumented.h:15
Definition: tpgTeam.h:48
Instrumentation code for TPGVertex class for instrumented execution.
Definition: tpgVertexInstrumentation.h:13
Definition: tpgActionInstrumented.h:8