ATLAS Offline Software
Loading...
Searching...
No Matches
Property.cxx File Reference
#include <iostream>
#include "AsgTools/Property.h"
#include "AsgMessaging/StatusCode.h"
Include dependency graph for Property.cxx:

Go to the source code of this file.

Macros

#define DECLARE_TYPE(TYPE, NAME)
 Macro used in implementing the type->name translation function.

Macro Definition Documentation

◆ DECLARE_TYPE

#define DECLARE_TYPE ( TYPE,
NAME )
Value:
case TYPE: \
{ \
static const std::string n( NAME ); \
return n; \
} \
break
#define TYPE(CODE, TYP, IOTYP)

Macro used in implementing the type->name translation function.

Definition at line 13 of file Property.cxx.

13#define DECLARE_TYPE( TYPE, NAME ) \
14 case TYPE: \
15 { \
16 static const std::string n( NAME ); \
17 return n; \
18 } \
19 break