Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

algorithmTree.cpp

Go to the documentation of this file.
00001 #include "Event/algorithmTree.h"
00002 
00003 //#########################
00004 algorithmTree::algorithmTree()
00005 //#########################
00006 {
00007         m_ini = new algorithmComposite();
00008         m_exe = new algorithmComposite();
00009         m_fin = new algorithmComposite();
00010 }
00011 //#########################
00012 algorithmTree::~algorithmTree()
00013 //#########################
00014 {
00015         delete m_ini;
00016         delete m_exe;
00017         delete m_fin;
00018 }

Generated at Fri Aug 18 12:57:37 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000