module Synopsis.Parsers.Cpp.Emulator
class CompilerInfo
Info about one compiler.
Protected Methods Summary:
  _write(self, os)
references
source code
Class attributes Summary:
source code
The name of the compiler, typically the executable name, which must either be in the path or given as an absolute, pathname.
source code
Compiler flags that impact its characteristics.
source code
The programming language the compiler is used for.
source code
A string indicating the type of this info: one of 'system', 'custom', ''.
source code
The timestamp of the compiler binary.
source code
A list of strings indicating the include paths.
source code
A list of (name,value) pairs.
Class attributes Details:
source code
The name of the compiler, typically the executable name, which must either be in the path or given as an absolute, pathname.
source code
Compiler flags that impact its characteristics.
source code
The programming language the compiler is used for.
source code
A string indicating the type of this info: one of 'system', 'custom', ''. 'custom' compilers will never be automatically updated, and an empty string indicates a failure to look up the given compiler.
source code
The timestamp of the compiler binary.
source code
A list of strings indicating the include paths.
source code
A list of (name,value) pairs. Values may be empty, or None. The latter ase indicates that the macro is to be undefined.