Monero
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
cpp.ast._GenericDeclaration Class Reference
Inheritance diagram for cpp.ast._GenericDeclaration:
Inheritance graph
[legend]
Collaboration diagram for cpp.ast._GenericDeclaration:
Collaboration graph
[legend]

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
 
 namespace
 
- Public Attributes inherited from cpp.ast.Node
 start
 
 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

◆ namespace

cpp.ast._GenericDeclaration.namespace

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