Kaleidoscope
Public Member Functions | Public Attributes | List of all members
cpplint._NamespaceInfo Class Reference
Inheritance diagram for cpplint._NamespaceInfo:
Inheritance graph
[legend]
Collaboration diagram for cpplint._NamespaceInfo:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, name, linenum)
 
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)
 

Public Attributes

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

Detailed Description

Stores information about a namespace.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ CheckEnd()

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

Member Data Documentation

◆ check_namespace_indentation

cpplint._NamespaceInfo.check_namespace_indentation

◆ name

cpplint._NamespaceInfo.name

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