pymtt
 All Classes Namespaces Files Functions Variables Groups
Public Member Functions | Public Attributes | List of all members
Compilers.Compilers Class Reference
+ Inheritance diagram for Compilers.Compilers:
+ Collaboration diagram for Compilers.Compilers:

Public Member Functions

def __init__
 
def print_name
 
def print_options
 
def execute
 
def check_compile
 
def check_c_ifdef
 
def check_c_if
 
def check_version
 
- Public Member Functions inherited from BaseMTTUtility.BaseMTTUtility
def __init__
 
def print_name
 

Public Attributes

 options
 

Detailed Description

Definition at line 20 of file Compilers.py.

Constructor & Destructor Documentation

def Compilers.Compilers.__init__ (   self)

Definition at line 21 of file Compilers.py.

Member Function Documentation

def Compilers.Compilers.check_c_if (   self,
  testDef,
  macro,
  compiler 
)

Definition at line 205 of file Compilers.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def Compilers.Compilers.check_c_ifdef (   self,
  testDef,
  macro,
  compiler 
)

Definition at line 195 of file Compilers.py.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def Compilers.Compilers.check_compile (   self,
  testDef,
  macro,
  c_code,
  compiler 
)

Definition at line 175 of file Compilers.py.

+ Here is the caller graph for this function:

def Compilers.Compilers.check_version (   self,
  compiler,
  version,
  testDef 
)

Definition at line 215 of file Compilers.py.

+ Here is the caller graph for this function:

def Compilers.Compilers.execute (   self,
  log,
  testDef 
)

Definition at line 35 of file Compilers.py.

+ Here is the call graph for this function:

def Compilers.Compilers.print_name (   self)

Definition at line 26 of file Compilers.py.

def Compilers.Compilers.print_options (   self,
  testDef,
  prefix 
)

Definition at line 29 of file Compilers.py.

Member Data Documentation

Compilers.Compilers.options

Definition at line 23 of file Compilers.py.


The documentation for this class was generated from the following file: