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

Public Member Functions

def __init__
 
def add_line
 
def dst
 
def dst_len
 
def src
 
def src_len
 
def src_start
 
def write
 

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.

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: