FACT++  1.0
void Event::SetString ( const std::string &  str)
inline

Definition at line 58 of file Event.h.

References SetData().

58 { SetData(str.c_str(), str.length()+1); }
char str[80]
Definition: test_client.c:7
void SetData(const std::vector< char > &data)
Definition: Event.h:48

+ Here is the call graph for this function: