Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
cpp.ast._GenericDeclaration Class Reference
Inheritance diagram for cpp.ast._GenericDeclaration:
cpp.ast.Node cpp.ast.Class cpp.ast.Function cpp.ast.Type cpp.ast.Typedef cpp.ast.VariableDeclaration cpp.ast._NestedType cpp.ast.Struct cpp.ast.Method cpp.ast.Enum cpp.ast.Union

Public Member Functions

 __init__ (self, start, end, name, namespace)
 
 FullName (self)
 
- Public Member Functions inherited from cpp.ast.Node
 IsDeclaration (self)
 
 IsDefinition (self)
 
 IsExportable (self)
 
 Requires (self, node)
 
 XXX__str__ (self)
 
 __repr__ (self)
 

Public Attributes

 name = name
 
 namespace = namespace[:]
 
list namespace = [n or '<anonymous>' for n in self.namespace]
 
- Public Attributes inherited from cpp.ast.Node
 start = start
 
 end = end
 

Protected Member Functions

 _TypeStringHelper (self, suffix)
 
- Protected Member Functions inherited from cpp.ast.Node
 _StringHelper (self, name, suffix)
 

Constructor & Destructor Documentation

◆ __init__()

cpp.ast._GenericDeclaration.__init__ ( self,
start,
end,
name,
namespace )

Reimplemented from cpp.ast.Node.

Reimplemented in cpp.ast.Type.


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