![]() |
The Gaudi Framework
master (e68eea06)
|
Classes | |
| class | ConfDB2 |
| class | ConfigurablesDB |
Functions | |
| _normalize_cpp_type_name (name) | |
| split_namespace (typename) | |
Variables | |
| _DB = ConfDB2() | |
| _TRANS_TABLE = str.maketrans("<>&*,: ().", "__rp__s___") | |
|
protected |
| GaudiConfig2._db.split_namespace | ( | typename | ) |
Split a C++ qualified namespace in the tuple (top_namespace, rest) starting
searching the separator from pos.
>>> split_namespace('std::chrono::time_point')
('std', 'chrono::time_point')
Definition at line 71 of file _db.py.