SimpleDispatcher.h

Go to the documentation of this file.
00001 #ifndef ATLFAST_SIMPLEDISPATCHER_H
00002 #define ATLFAST_SIMPLEDISPATCHER_H
00006 
00007 namespace Atlfast{
00008   template<class Visitor>
00009     Visitor ContainerAssocsDispatcher(const IAOO* iaoo, Visitor visitor){
00010     return visitor(iaoo);
00011   }
00012 }
00013 #endif

Generated on Mon Sep 24 14:19:11 2007 for AtlfastAlgs by  doxygen 1.5.1