CYCLUS
Public Member Functions | Public Attributes | List of all members
hdf5_back_gen.Visitor Class Reference

Detailed Description

Super-class for all classes that should walk over a tree of nodes.
This implements the visit() method.

Definition at line 123 of file hdf5_back_gen.py.

Inheritance diagram for hdf5_back_gen.Visitor:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, tree=None)
 
def visit (self, node=None)
 

Public Attributes

 tree
 

Constructor & Destructor Documentation

◆ __init__()

def hdf5_back_gen.Visitor.__init__ (   self,
  tree = None 
)

Definition at line 128 of file hdf5_back_gen.py.

Member Function Documentation

◆ visit()

def hdf5_back_gen.Visitor.visit (   self,
  node = None 
)
Walks over a node.  If no node is provided, the tree is used.

Definition at line 131 of file hdf5_back_gen.py.

Member Data Documentation

◆ tree

hdf5_back_gen.Visitor.tree

Definition at line 129 of file hdf5_back_gen.py.


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