template<typename TrueEnumerator, typename TracerInterface>
class Arcane::EnumeratorTraceWrapper< TrueEnumerator, TracerInterface >
Wrapper around an enumerator for traces.
TrueEnumerator is the type of the actual enumerator and TraceInterface is that of the management interface. The type TraceInterface must have the following properties:
- a singleton() method returning an instance.
- an enterEnumerator() method and an exitEnumerator() method for each supported enumerator type.
Definition at line 94 of file EnumeratorTraceWrapper.h.