#include "QSigExStaticList.h"
#include "debugger.h"
ClassImp(QSigExStaticList)
Int_t QSigExStaticList::fNInstances=0;
TList QSigExStaticList::fList;
void QSigExStaticList::CheckRights()
{
PRINTF2(this,"\tvoid QSigExStaticList::CheckRights()\n")
if(fNInstances!=1){
cout << "QSigExStaticList::CheckRights: Cannot set variables using this instance, only the first instance can\n";
throw 1;
}
}
#include "debugger.h"
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.