IODA Bundle
iodaconv_cpplint.CleansedLines Class Reference
Inheritance diagram for iodaconv_cpplint.CleansedLines:
[legend]
Collaboration diagram for iodaconv_cpplint.CleansedLines:
[legend]

Public Member Functions

def __init__ (self, lines)
 
def NumLines (self)
 

Public Attributes

 elided
 
 lines
 
 raw_lines
 
 num_lines
 
 lines_without_raw_strings
 

Static Private Member Functions

def _CollapseStrings (elided)
 

Detailed Description

Holds 4 copies of all lines with different preprocessing applied to them.

1) elided member contains lines without strings and comments.
2) lines member contains lines without comments.
3) raw_lines member contains all the lines without processing.
4) lines_without_raw_strings member is same as raw_lines, but with C++11 raw
   strings removed.
All these members are of <type 'list'>, and of the same length.

Definition at line 1595 of file iodaconv_cpplint.py.

Constructor & Destructor Documentation

◆ __init__()

def iodaconv_cpplint.CleansedLines.__init__ (   self,
  lines 
)

Definition at line 1606 of file iodaconv_cpplint.py.

Member Function Documentation

◆ _CollapseStrings()

def iodaconv_cpplint.CleansedLines._CollapseStrings (   elided)
staticprivate
Collapses strings and chars on a line to simple "" or '' blocks.

We nix strings first so we're not fooled by text like '"http://"'

Args:
  elided: The line being processed.

Returns:
  The line with collapsed strings.

Definition at line 1623 of file iodaconv_cpplint.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ NumLines()

def iodaconv_cpplint.CleansedLines.NumLines (   self)
Returns the number of lines represented.

Definition at line 1618 of file iodaconv_cpplint.py.

Member Data Documentation

◆ elided

iodaconv_cpplint.CleansedLines.elided

Definition at line 1607 of file iodaconv_cpplint.py.

◆ lines

iodaconv_cpplint.CleansedLines.lines

Definition at line 1608 of file iodaconv_cpplint.py.

◆ lines_without_raw_strings

iodaconv_cpplint.CleansedLines.lines_without_raw_strings

Definition at line 1611 of file iodaconv_cpplint.py.

◆ num_lines

iodaconv_cpplint.CleansedLines.num_lines

Definition at line 1610 of file iodaconv_cpplint.py.

◆ raw_lines

iodaconv_cpplint.CleansedLines.raw_lines

Definition at line 1609 of file iodaconv_cpplint.py.


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