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

IOfileVI.cpp

Go to the documentation of this file.
00001 
00002 #include "Event/IOfileVI.h"
00003 
00004 //#############################
00005 void IOfileVI::clear()
00006 //############################# 
00007 {
00008         m_nameFile="";
00009         m_mode=IOBase::READ;
00010         m_open=false;
00011         m_numEvents=0; 
00012         m_currentEvent=-1;
00013 }

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