Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Framework
Principal
ActionCodes.h
Go to the documentation of this file.
1
#ifndef art_Framework_Principal_ActionCodes_h
2
#define art_Framework_Principal_ActionCodes_h
3
// vim: set sw=2 expandtab :
4
5
namespace
art
{
6
namespace
actions
{
7
8
enum
ActionCodes
{
9
IgnoreCompletely
= 0,
10
Rethrow
,
// 1
11
SkipEvent
,
// 2
12
FailModule
,
// 3
13
FailPath
,
// 4
14
LastCode
// 5
15
};
16
17
}
// namespace actions
18
}
// namespace art
19
20
#endif
/* art_Framework_Principal_ActionCodes_h */
21
22
// Local Variables:
23
// mode: c++
24
// End:
art::actions::FailModule
Definition:
ActionCodes.h:12
art::actions::IgnoreCompletely
Definition:
ActionCodes.h:9
art::actions::Rethrow
Definition:
ActionCodes.h:10
art::actions::FailPath
Definition:
ActionCodes.h:13
art::actions::ActionCodes
ActionCodes
Definition:
ActionCodes.h:8
art::actions::SkipEvent
Definition:
ActionCodes.h:11
art::actions::LastCode
Definition:
ActionCodes.h:14
art
Definition:
BasicOptionsHandler.h:9
actions
Namespace containing all the test actions.
Definition:
sparse_vector_test.cc:73
Generated by
1.8.11