FACT++  1.0
void Event::SetDescription ( const std::string &  str)
inlinevirtual

Reimplemented from EventImp.

Definition at line 27 of file Event.h.

References str.

27 { fDescription=str; }
char str[80]
Definition: test_client.c:7
std::string fDescription
A string describing the format of the data.
Definition: Event.h:11