![]() |
Chaste
Release::3.4
|
#include <AbstractLookupTableCollection.hpp>
Inheritance diagram for AbstractLookupTableCollection::EventHandler:
Collaboration diagram for AbstractLookupTableCollection::EventHandler:Public Types | |
| enum | EventType { GENERATE_TABLES =0 } |
Static Public Attributes | |
| static const char * | EventName [1] = {"GenTables"} |
Additional Inherited Members | |
Static Public Member Functions inherited from GenericEventHandler< 1, EventHandler > | |
| static GenericEventHandler < NUM_EVENTS, EventHandler > * | Instance () |
| static void | Reset () |
| static void | BeginEvent (unsigned event) throw (Exception) |
| static void | EndEvent (unsigned event) |
| static double | GetElapsedTime (unsigned event) |
| static void | Report () |
| static void | Headings () |
| static void | Enable () |
| static void | Disable () |
| static bool | IsEnabled () |
Protected Member Functions inherited from GenericEventHandler< 1, EventHandler > | |
| GenericEventHandler () | |
A little event handler with one event, to time table generation.
Definition at line 120 of file AbstractLookupTableCollection.hpp.
Definition of timing event types.
Definition at line 127 of file AbstractLookupTableCollection.hpp.
|
static |
Names of the timing events.
Definition at line 124 of file AbstractLookupTableCollection.hpp.