![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
Go to the source code of this file.
Namespaces | |
GaudiConfig2.semantics | |
Functions | |
def | GaudiConfig2.semantics.extract_template_args (cpp_type) |
def | GaudiConfig2.semantics.getSemanticsFor (cpp_type, name=None) |
Variables | |
GaudiConfig2.semantics.basestring = str | |
GaudiConfig2.semantics._log = logging.getLogger(__name__) | |
int | GaudiConfig2.semantics.is_64bits = sys.maxsize > 2**32 |
GaudiConfig2.semantics.DefaultSemantics = PropertySemantics | |
string | GaudiConfig2.semantics._IDENTIFIER_RE = r'[a-zA-Z_][a-zA-Z0-9_]*' |
string | GaudiConfig2.semantics._NS_IDENT_RE = r'{ident}(::{ident})*'.format(ident=_IDENTIFIER_RE) |
string | GaudiConfig2.semantics._COMMA_SEPARATION_RE = r'{exp}(,{exp})*' |
list | GaudiConfig2.semantics.SEMANTICS |