FV3 Bundle
cpplint._ClassInfo Class Reference
Inheritance diagram for cpplint._ClassInfo:
[legend]
Collaboration diagram for cpplint._ClassInfo:
[legend]

Public Member Functions

def __init__ (self, name, class_or_struct, clean_lines, linenum)
 
def CheckBegin (self, filename, clean_lines, linenum, error)
 
def CheckEnd (self, filename, clean_lines, linenum, error)
 
def __init__ (self, name, class_or_struct, clean_lines, linenum)
 
def CheckBegin (self, filename, clean_lines, linenum, error)
 
def CheckEnd (self, filename, clean_lines, linenum, error)
 
def __init__ (self, name, class_or_struct, clean_lines, linenum)
 
def CheckBegin (self, filename, clean_lines, linenum, error)
 
def CheckEnd (self, filename, clean_lines, linenum, error)
 
- Public Member Functions inherited from cpplint._BlockInfo
def __init__ (self, linenum, seen_open_brace)
 
def CheckBegin (self, filename, clean_lines, linenum, error)
 
def CheckEnd (self, filename, clean_lines, linenum, error)
 
def IsBlockInfo (self)
 
def __init__ (self, linenum, seen_open_brace)
 
def CheckBegin (self, filename, clean_lines, linenum, error)
 
def CheckEnd (self, filename, clean_lines, linenum, error)
 
def IsBlockInfo (self)
 
def __init__ (self, linenum, seen_open_brace)
 
def CheckBegin (self, filename, clean_lines, linenum, error)
 
def CheckEnd (self, filename, clean_lines, linenum, error)
 
def IsBlockInfo (self)
 

Public Attributes

 name
 
 is_derived
 
 check_namespace_indentation
 
 access
 
 is_struct
 
 class_indent
 
 last_line
 
- Public Attributes inherited from cpplint._BlockInfo
 starting_linenum
 
 seen_open_brace
 
 open_parentheses
 
 inline_asm
 
 check_namespace_indentation
 

Detailed Description

Stores information about a class.

Definition at line 2371 of file ioda/tools/cpplint.py.

Constructor & Destructor Documentation

◆ __init__() [1/3]

def cpplint._ClassInfo.__init__ (   self,
  name,
  class_or_struct,
  clean_lines,
  linenum 
)

Definition at line 2374 of file ioda/tools/cpplint.py.

Here is the caller graph for this function:

◆ __init__() [2/3]

def cpplint._ClassInfo.__init__ (   self,
  name,
  class_or_struct,
  clean_lines,
  linenum 
)

Definition at line 2374 of file oops/tools/cpplint.py.

Here is the call graph for this function:

◆ __init__() [3/3]

def cpplint._ClassInfo.__init__ (   self,
  name,
  class_or_struct,
  clean_lines,
  linenum 
)

Definition at line 2374 of file ufo/tools/cpplint.py.

Here is the call graph for this function:

Member Function Documentation

◆ CheckBegin() [1/3]

def cpplint._ClassInfo.CheckBegin (   self,
  filename,
  clean_lines,
  linenum,
  error 
)

Definition at line 2404 of file ioda/tools/cpplint.py.

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

◆ CheckBegin() [2/3]

def cpplint._ClassInfo.CheckBegin (   self,
  filename,
  clean_lines,
  linenum,
  error 
)

Definition at line 2404 of file ufo/tools/cpplint.py.

Here is the call graph for this function:

◆ CheckBegin() [3/3]

def cpplint._ClassInfo.CheckBegin (   self,
  filename,
  clean_lines,
  linenum,
  error 
)

Definition at line 2404 of file oops/tools/cpplint.py.

Here is the call graph for this function:

◆ CheckEnd() [1/3]

def cpplint._ClassInfo.CheckEnd (   self,
  filename,
  clean_lines,
  linenum,
  error 
)

Definition at line 2409 of file oops/tools/cpplint.py.

Here is the call graph for this function:

◆ CheckEnd() [2/3]

def cpplint._ClassInfo.CheckEnd (   self,
  filename,
  clean_lines,
  linenum,
  error 
)

Definition at line 2409 of file ioda/tools/cpplint.py.

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

◆ CheckEnd() [3/3]

def cpplint._ClassInfo.CheckEnd (   self,
  filename,
  clean_lines,
  linenum,
  error 
)

Definition at line 2409 of file ufo/tools/cpplint.py.

Here is the call graph for this function:

Member Data Documentation

◆ access

cpplint._ClassInfo.access

Definition at line 2380 of file ioda/tools/cpplint.py.

◆ check_namespace_indentation

cpplint._ClassInfo.check_namespace_indentation

Definition at line 2378 of file ioda/tools/cpplint.py.

◆ class_indent

cpplint._ClassInfo.class_indent

Definition at line 2388 of file ioda/tools/cpplint.py.

◆ is_derived

cpplint._ClassInfo.is_derived

Definition at line 2377 of file ioda/tools/cpplint.py.

◆ is_struct

cpplint._ClassInfo.is_struct

Definition at line 2381 of file ioda/tools/cpplint.py.

◆ last_line

cpplint._ClassInfo.last_line

Definition at line 2395 of file ioda/tools/cpplint.py.

◆ name

cpplint._ClassInfo.name

Definition at line 2376 of file ioda/tools/cpplint.py.


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