FACT++  1.0
void Event::SetDouble ( float  d)
inline

Definition at line 55 of file Event.h.

References SetData().

55 { SetData(&d, sizeof(d)); }
void SetData(const std::vector< char > &data)
Definition: Event.h:48

+ Here is the call graph for this function: