FACT++  1.0
void Event::SetShort ( short  s)
inline

Definition at line 56 of file Event.h.

References SetData().

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

+ Here is the call graph for this function: