Enumerations | |
| enum | ActionCodes { IgnoreCompletely = 0, Rethrow, SkipEvent, FailModule, FailPath, LastCode } |
Functions | |
| char const * | actionName (ActionCodes code) |
| Enumerator | |
|---|---|
| IgnoreCompletely | |
| Rethrow | |
| SkipEvent | |
| FailModule | |
| FailPath | |
| LastCode | |
Definition at line 8 of file ActionCodes.h.
| char const * art::actions::actionName | ( | ActionCodes | code | ) |
Definition at line 16 of file Actions.cc.
1.8.11