A Discrete-Event Network Simulator
API
check-style.PatchChunk Class Reference

Public Member Functions

def __init__ (self, src_pos, dst_pos)
 
def add_line (self, line)
 
def dst (self)
 
def dst_len (self)
 
def src (self)
 
def src_len (self)
 
def src_start (self)
 
def write (self, f)
 

Private Attributes

 __dst_pos
 
 __lines
 
 __src_pos
 

Detailed Description

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

Constructor & Destructor Documentation

def check-style.PatchChunk.__init__ (   self,
  src_pos,
  dst_pos 
)

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

Member Function Documentation

def check-style.PatchChunk.add_line (   self,
  line 
)

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

def check-style.PatchChunk.dst (   self)

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

References check-style.PatchChunk.__lines.

Referenced by check-style.PatchChunk.dst_len().

+ Here is the caller graph for this function:

def check-style.PatchChunk.dst_len (   self)

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

References FlameRtableTest.dst, HwmpRtableTest.dst, ns3::dot11s::HwmpProtocol::QueuedPacket.dst, check-style.PatchChunk.dst(), and ns3::ofi::SwitchPacketMetadata.dst.

Referenced by check-style.PatchChunk.write().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def check-style.PatchChunk.src (   self)

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

References check-style.PatchChunk.__lines.

Referenced by check-style.PatchChunk.src_len().

+ Here is the caller graph for this function:

def check-style.PatchChunk.src_len (   self)

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

References ns3::dot11s::HwmpProtocol::QueuedPacket.src, check-style.PatchChunk.src(), and ns3::ofi::SwitchPacketMetadata.src.

Referenced by check-style.PatchChunk.write().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

def check-style.PatchChunk.src_start (   self)

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

References check-style.PatchChunk.__src_pos.

def check-style.PatchChunk.write (   self,
  f 
)

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

References check-style.PatchChunk.__dst_pos, check-style.PatchChunk.__lines, check-style.PatchChunk.__src_pos, check-style.PatchChunk.dst_len(), and check-style.PatchChunk.src_len().

Referenced by visualizer.ipython_view.IPythonView.onKeyPressExtend().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

check-style.PatchChunk.__dst_pos
private

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

Referenced by check-style.PatchChunk.write().

check-style.PatchChunk.__lines
private
check-style.PatchChunk.__src_pos
private

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