Jamba C++ API  5.1.1
pongasoft::VST::IBStreamHelper Namespace Reference

IBStreamHelper - Helper functions. More...

Functions

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

Detailed Description

IBStreamHelper - Helper functions.

Function Documentation

◆ readBool()

tresult pongasoft::VST::IBStreamHelper::readBool ( IBStreamer &  iStreamer,
bool &  oValue 
)
inline

◆ readDouble()

tresult pongasoft::VST::IBStreamHelper::readDouble ( IBStreamer &  iStreamer,
double &  oValue 
)
inline

◆ readFloat()

tresult pongasoft::VST::IBStreamHelper::readFloat ( IBStreamer &  iStreamer,
float &  oValue 
)
inline

◆ readFloatArray()

tresult pongasoft::VST::IBStreamHelper::readFloatArray ( IBStreamer &  iStreamer,
float *  oValue,
Int  iCount 
)
inline

◆ readInt32()

tresult pongasoft::VST::IBStreamHelper::readInt32 ( IBStreamer &  iStreamer,
int32 &  oValue 
)
inline

◆ readInt64()

tresult pongasoft::VST::IBStreamHelper::readInt64 ( IBStreamer &  iStreamer,
int64 &  oValue 
)
inline

◆ readInt64u()

tresult pongasoft::VST::IBStreamHelper::readInt64u ( IBStreamer &  iStreamer,
uint64 &  oValue 
)
inline