|
| tresult | readFromStream (IBStreamer &iStreamer, ParamType &oValue) const override |
| tresult | writeToStream (const ParamType &iValue, IBStreamer &oStreamer) const override |
| void | writeToStream (ParamType const &iValue, std::ostream &oStream) const override |
| virtual tresult | readFromStream (IBStreamer &iStreamer, ParamType &oValue) const |
| | This method should read from the stream and populate oValue accordingly (aka deserialization).
|
| virtual std::string | toString (ParamType const &iValue, int32 iPrecision) const |
| virtual tresult | writeToStream (const ParamType &iValue, IBStreamer &oStreamer) const |
| | This method should write iValue to the stream (aka serialization).
|
template<int size = 128>
class pongasoft::VST::CStringParamSerializer< size >
A parameter backed by a C type string (char[size]).
No memory allocation happens in this case.
- Template Parameters
-
| size | of the string saved/restored |