Public Member Functions | Public Attributes

cpplint::CleansedLines Class Reference

List of all members.

Public Member Functions

def __init__
def NumLines
def __init__
def NumLines

Public Attributes

 elided
 lines
 raw_lines
 num_lines

Detailed Description

Holds 3 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, and
3) raw member contains all the lines without processing.
All these three members are of <type 'list'>, and of the same length.

Member Function Documentation

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

The documentation for this class was generated from the following files:
 All Classes Functions