TDataSectionList.hh

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

#include "TDataSection.hh"
#include "Tvector.hh"

class TDataSection;
typedef Tvector<TDataSection> TDataSectionList;

#endif
$Id$
$Name$