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. More... | |
virtual std::string | message (code_t code) const override |
Description for code within this category. More... | |
virtual bool | isSuccess (code_t code) const override |
Is code considered success? More... | |
Static Public Member Functions | |
static bool | isDuplicate (code_t code) |
Helper to test whether a code is DUPLICATE. More... | |
static bool | isDuplicate (StatusCode code) |
Helper to test whether a code is DUPLICATE. More... | |
static bool | isOverlap (code_t code) |
Helper to test whether a code is OVERLAP. More... | |
static bool | isOverlap (StatusCode code) |
Helper to test whether a code is OVERLAP. More... | |
static bool | isExtended (code_t code) |
Helper to test whether a code is EXTENDED. More... | |
static bool | isExtended (StatusCode code) |
Helper to test whether a code is EXTENDED. More... | |
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 |
Helper to test whether a code is DUPLICATE.
Definition at line 228 of file CondCont.cxx.
|
static |
Helper to test whether a code is DUPLICATE.
Definition at line 235 of file CondCont.cxx.
|
static |
Helper to test whether a code is EXTENDED.
Definition at line 256 of file CondCont.cxx.
|
static |
Helper to test whether a code is EXTENDED.
Definition at line 263 of file CondCont.cxx.
|
static |
Helper to test whether a code is OVERLAP.
Definition at line 242 of file CondCont.cxx.
|
static |
Helper to test whether a code is OVERLAP.
Definition at line 249 of file CondCont.cxx.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Name of the category.
Definition at line 191 of file CondCont.cxx.