| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

RootIOStream.cc

Go to the documentation of this file.
00001 #include "RootIOSvc/RootIOStream.h"
00002 #include "RootIOSvc/RootIOBaseObject.h"
00003 
00004 RootIOStream::RootIOStream(void* addr)
00005     : m_addr(addr)
00006 {
00007 }
00008 
00009 RootIOStream::~RootIOStream()
00010 {
00011 }
00012 
00013 RootIOBaseObject* RootIOStream::obj()
00014 {
00015     return *(RootIOBaseObject**)m_addr;
00016 }
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:18:19 2011 for RootIOSvc by doxygen 1.4.7