inline_smear_aggregate.cc

Go to the documentation of this file.
00001 // $Id: inline_smear_aggregate.cc,v 3.2 2006/09/20 20:28:03 edwards Exp $
00002 /*! \file
00003  *  \brief Inline smear measurement aggregator
00004  */
00005 
00006 #include "meas/inline/smear/inline_smear_aggregate.h"
00007 #include "meas/inline/smear/inline_link_smear.h"
00008 
00009 namespace Chroma
00010 {
00011 
00012   //! Name and registration
00013   namespace InlineSmearAggregateEnv
00014   {
00015     namespace
00016     {
00017       //! Local registration flag
00018       bool registered = false;
00019     }
00020 
00021     //! Register all the factories
00022     bool registerAll() 
00023     {
00024       bool success = true; 
00025       if (! registered)
00026       {
00027         success &= InlineLinkSmearEnv::registerAll();
00028         registered = true;
00029       }
00030       return success;
00031     }
00032   }
00033 
00034 }

Generated on Sun Mar 14 04:33:15 2010 for CHROMA by  doxygen 1.4.7