FACT++  1.0
std::vector<char> EventImp::GetVector ( ) const
inline

Definition at line 100 of file EventImp.h.

References GetSize(), GetString(), and GetText().

100 { return std::vector<char>(GetText(), GetText()+GetSize()); }
const char * GetText() const
Definition: EventImp.h:88
virtual size_t GetSize() const
Definition: EventImp.h:55

+ Here is the call graph for this function: