FACT++  1.0
void Event::SetInt ( int  i)
inline

Definition at line 53 of file Event.h.

References SetData().

53 { SetData(&i, sizeof(i)); }
int i
Definition: db_dim_client.c:21
void SetData(const std::vector< char > &data)
Definition: Event.h:48

+ Here is the call graph for this function: