FACT++
1.0
|
string Converter::GetString | ( | const char *& | ptr | ) | const |
Converts from a binary block into a string. The type of the expected value is defined by the template parameter.
ptr | A refrenece to the pointer of the binary representation to be interpreted. The pointer is incremented by the sizeof the type. |
T | Expected type |
Definition at line 367 of file Converter.cc.
References GetString(), TT::str, and t.