Jamba  3.0.2
ParamSerializers.h File Reference
#include <pongasoft/logging/logging.h>
#include <pluginterfaces/vst/vsttypes.h>
#include <base/source/fstreamer.h>
#include <string>
#include <iostream>
#include <memory>
#include <sstream>

Go to the source code of this file.

Classes

class  pongasoft::VST::CStringParamSerializer< size >
 
class  pongasoft::VST::DoubleParamSerializer
 
class  pongasoft::VST::IParamSerializer< T >
 
class  pongasoft::VST::RawParamSerializer
 

Namespaces

 pongasoft
 
 pongasoft::VST
 
 pongasoft::VST::IBStreamHelper
 

Functions

tresult pongasoft::VST::IBStreamHelper::readBool (IBStreamer &iStreamer, bool &oValue)
 
tresult pongasoft::VST::IBStreamHelper::readDouble (IBStreamer &iStreamer, double &oValue)
 
tresult pongasoft::VST::IBStreamHelper::readFloat (IBStreamer &iStreamer, float &oValue)
 
template<typename Int >
tresult pongasoft::VST::IBStreamHelper::readFloatArray (IBStreamer &iStreamer, float *oValue, Int iCount)
 
tresult pongasoft::VST::IBStreamHelper::readInt32 (IBStreamer &iStreamer, int32 &oValue)
 
tresult pongasoft::VST::IBStreamHelper::readInt64 (IBStreamer &iStreamer, int64 &oValue)
 
tresult pongasoft::VST::IBStreamHelper::readInt64u (IBStreamer &iStreamer, uint64 &oValue)