FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void FactGui::SubscribeService
(
const string &
service
)
inline
private
Definition at line
403
of file
FactGui.h
.
404
{
405
if
(
fServices
.find(service)!=
fServices
.end())
406
{
407
cerr <<
"ERROR - We are already subscribed to "
<< service << endl;
408
return
;
409
}
410
411
fServices
[service] =
new
DimStampedInfo
(service.c_str(), (
void
*)NULL, 0,
this
);
412
}
DimStampedInfo
Definition:
dic.hxx:135
FactGui::fServices
map< string, DimInfo * > fServices
Definition:
FactGui.h:135
FactGui
Generated on Sun Sep 18 2016 20:50:51 for FACT++ by
1.8.11