SABER
saber_cpplint._NamespaceInfo Class Reference
Inheritance diagram for saber_cpplint._NamespaceInfo:
Collaboration diagram for saber_cpplint._NamespaceInfo:

Public Member Functions

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

Public Attributes

 name
 
 check_namespace_indentation
 
- Public Attributes inherited from saber_cpplint._BlockInfo
 starting_linenum
 
 seen_open_brace
 
 open_parentheses
 
 inline_asm
 
 check_namespace_indentation
 

Detailed Description

Stores information about a namespace.

Definition at line 2440 of file saber_cpplint.py.

Constructor & Destructor Documentation

◆ __init__()

def saber_cpplint._NamespaceInfo.__init__ (   self,
  name,
  linenum 
)

Reimplemented from saber_cpplint._BlockInfo.

Definition at line 2443 of file saber_cpplint.py.

Member Function Documentation

◆ CheckEnd()

def saber_cpplint._NamespaceInfo.CheckEnd (   self,
  filename,
  clean_lines,
  linenum,
  error 
)
Check end of namespace comments.

Reimplemented from saber_cpplint._BlockInfo.

Definition at line 2448 of file saber_cpplint.py.

Here is the call graph for this function:

Member Data Documentation

◆ check_namespace_indentation

saber_cpplint._NamespaceInfo.check_namespace_indentation

Definition at line 2446 of file saber_cpplint.py.

◆ name

saber_cpplint._NamespaceInfo.name

Definition at line 2445 of file saber_cpplint.py.


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