Monero
Loading...
Searching...
No Matches
cpp.ast._GenericDeclaration Class Reference
Inheritance diagram for cpp.ast._GenericDeclaration:
Collaboration diagram for cpp.ast._GenericDeclaration:

Public Member Functions

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

Public Attributes

 name = name
 namespace = 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 )

Member Function Documentation

◆ _TypeStringHelper()

cpp.ast._GenericDeclaration._TypeStringHelper ( self,
suffix )
protected

◆ FullName()

cpp.ast._GenericDeclaration.FullName ( self)

Member Data Documentation

◆ name

cpp.ast._GenericDeclaration.name = name

◆ namespace

cpp.ast._GenericDeclaration.namespace = namespace[:]

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