
Go to the source code of this file.
Namespaces | |
| namespace | GaudiConfig2 |
| namespace | GaudiConfig2.semantics |
Functions | |
| GaudiConfig2.semantics.extract_template_args (cpp_type) | |
| GaudiConfig2.semantics.getSemanticsFor (cpp_type, strict=False) | |
Variables | |
| GaudiConfig2.semantics._log = logging.getLogger(__name__) | |
| int | GaudiConfig2.semantics.is_64bits = sys.maxsize > 2**32 |
| str | GaudiConfig2.semantics._IDENTIFIER_RE = r"[a-zA-Z_][a-zA-Z0-9_]*" |
| str | GaudiConfig2.semantics._NS_IDENT_RE = r"{ident}(::{ident})*".format(ident=_IDENTIFIER_RE) |
| str | GaudiConfig2.semantics._COMMA_SEPARATION_RE = r"{exp}(,{exp})*" |
| list | GaudiConfig2.semantics.SEMANTICS |