ATLAS Offline Software
Namespaces | Macros
CAuxContainer_v1.cxx File Reference
#include "DataModelTestDataCommon/versions/CAuxContainer_v1.h"
#include "AthContainersInterfaces/AuxDataOption.h"
#include <stdexcept>
Include dependency graph for CAuxContainer_v1.cxx:

Go to the source code of this file.

Namespaces

 DMTest
 

Macros

#define CHECK_OPTION(ret)
 

Macro Definition Documentation

◆ CHECK_OPTION

#define CHECK_OPTION (   ret)
Value:
do { \
if (!ret) { \
ATH_MSG_ERROR("setOption failed"); \
return StatusCode::FAILURE; \
} \
} while(0)

Definition at line 18 of file CAuxContainer_v1.cxx.

ret
T ret(T t)
Definition: rootspy.cxx:260