TModuleList.hh

TModuleListクラスの解説 TModuleList.cc
// ============================================================================
//  $Id$
//  $Name$
// ============================================================================
#ifndef __TMODULELIST_HH
#define __TMODULELIST_HH

#include "TModule.hh"
#include "Tvector.hh"

class TModule;
typedef Tvector<TModule> TModuleList;

#endif
$Id$
$Name$