A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
check-style.PatchChunkLine Class Reference

Public Member Functions

def __init__
 
def append_to_line
 
def is_dst
 
def is_src
 
def line
 
def set_both
 
def set_dst
 
def set_src
 
def write
 

Static Public Attributes

int BOTH = 3
 
int DST = 2
 
int SRC = 1
 

Private Attributes

 __line
 
 __type
 

Detailed Description

Definition at line 133 of file check-style.py.

Constructor & Destructor Documentation

def check-style.PatchChunkLine.__init__ (   self)

Definition at line 137 of file check-style.py.

Member Function Documentation

def check-style.PatchChunkLine.append_to_line (   self,
  s 
)

Definition at line 149 of file check-style.py.

References check-style.PatchChunkLine.__line.

def check-style.PatchChunkLine.is_dst (   self)
def check-style.PatchChunkLine.is_src (   self)
def check-style.PatchChunkLine.line (   self)

Definition at line 151 of file check-style.py.

References check-style.PatchChunkLine.__line.

def check-style.PatchChunkLine.set_both (   self,
  line 
)
def check-style.PatchChunkLine.set_dst (   self,
  line 
)
def check-style.PatchChunkLine.set_src (   self,
  line 
)

Member Data Documentation

int check-style.PatchChunkLine.DST = 2
static
int check-style.PatchChunkLine.SRC = 1
static

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