The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
RegistryEntry.cpp File Reference
Include dependency graph for RegistryEntry.cpp:

Go to the source code of this file.

Macros

#define CAST_REGENTRY(x, y)
 

Variables

constexpr char SEPARATOR { '/' }
 

Macro Definition Documentation

◆ CAST_REGENTRY

#define CAST_REGENTRY ( x,
y )
Value:
dynamic_cast<x>( y )

Definition at line 23 of file RegistryEntry.cpp.

Variable Documentation

◆ SEPARATOR

char SEPARATOR { '/' }
constexpr

Definition at line 25 of file RegistryEntry.cpp.

25{ '/' };