![]() |
ATLAS Offline Software
|
Status code category for ContCont. More...
#include <CondCont.h>
Public Types | |
| typedef StatusCode::code_t | code_t |
Public Member Functions | |
| virtual const char * | name () const override |
| Name of the category. | |
| virtual std::string | message (code_t code) const override |
| Description for code within this category. | |
| virtual bool | isSuccess (code_t code) const override |
| Is code considered success? | |
Static Public Member Functions | |
| static bool | isDuplicate (code_t code) |
| Helper to test whether a code is DUPLICATE. | |
| static bool | isDuplicate (StatusCode code) |
| Helper to test whether a code is DUPLICATE. | |
| static bool | isOverlap (code_t code) |
| Helper to test whether a code is OVERLAP. | |
| static bool | isOverlap (StatusCode code) |
| Helper to test whether a code is OVERLAP. | |
| static bool | isExtended (code_t code) |
| Helper to test whether a code is EXTENDED. | |
| static bool | isExtended (StatusCode code) |
| Helper to test whether a code is EXTENDED. | |
Status code category for ContCont.
This adds new codes DUPLICATE, OVERLAP, and EXTENDED, which are classified as success.
Definition at line 147 of file CondCont.h.
| typedef StatusCode::code_t CondContBase::Category::code_t |
Definition at line 150 of file CondCont.h.
|
static |
|
static |
Helper to test whether a code is DUPLICATE.
Definition at line 235 of file CondCont.cxx.
|
static |
|
static |
Helper to test whether a code is EXTENDED.
Definition at line 263 of file CondCont.cxx.
|
static |
|
static |
Helper to test whether a code is OVERLAP.
Definition at line 249 of file CondCont.cxx.
|
overridevirtual |
|
overridevirtual |
Description for code within this category.
Definition at line 200 of file CondCont.cxx.
|
overridevirtual |