Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Public Member Functions | Public Attributes | Static Public Attributes | List of all members
core.waf.cpplint.cpplint_wrapper Class Reference
Inheritance diagram for core.waf.cpplint.cpplint_wrapper:
Collaboration diagram for core.waf.cpplint.cpplint_wrapper:

Public Member Functions

def __init__
 
def __enter__
 
def __exit__
 
def isatty
 
def write
 

Public Attributes

 logger
 
 threshold
 
 error_count
 
 fmt
 

Static Public Attributes

 stream = None
 
int tasks_count = 0
 
tuple lock = threading.RLock()
 

Constructor & Destructor Documentation

def core.waf.cpplint.cpplint_wrapper.__init__ (   self,
  logger,
  threshold,
  fmt 
)

Member Function Documentation

def core.waf.cpplint.cpplint_wrapper.__enter__ (   self)
def core.waf.cpplint.cpplint_wrapper.__exit__ (   self,
  exc_type,
  exc_value,
  traceback 
)
def core.waf.cpplint.cpplint_wrapper.isatty (   self)
def core.waf.cpplint.cpplint_wrapper.write (   self,
  message 
)

Member Data Documentation

core.waf.cpplint.cpplint_wrapper.error_count
core.waf.cpplint.cpplint_wrapper.fmt
tuple core.waf.cpplint.cpplint_wrapper.lock = threading.RLock()
static
core.waf.cpplint.cpplint_wrapper.logger
core.waf.cpplint.cpplint_wrapper.stream = None
static
int core.waf.cpplint.cpplint_wrapper.tasks_count = 0
static
core.waf.cpplint.cpplint_wrapper.threshold

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