FACT++  1.0
FactGui::~FactGui ( )
inline

Definition at line 4109 of file FactGui.h.

References i.

4110  {
4111  // Unsubscribe all services
4112  for (map<string,DimInfo*>::iterator i=fServices.begin();
4113  i!=fServices.end(); i++)
4114  delete i->second;
4115 
4116  // This is allocated as a chuck of chars
4117  delete [] reinterpret_cast<char*>(fEventData);
4118  }
int i
Definition: db_dim_client.c:21
EVENT * fEventData
Definition: FactGui.h:946
map< string, DimInfo * > fServices
Definition: FactGui.h:135