This is just a simplification. For the time being it is used to output the interpreted contents to the logging stream. Its main purpose is to add the contents of val in a binary representation to the vector v
- Template Parameters
-
data | type of the variable which should be added |
- Parameters
-
val | reference to the data |
v | vector<char> to which the binary copy should be added |
Definition at line 123 of file Converter.cc.
Referenced by Get().
125 wout <<
" (" << val <<
")";
128 reinterpret_cast<const char*
>(&val),
129 reinterpret_cast<const char*>(&val+1));