|
Jamba C++ API 7.5.0
|
This parameter handles serializing a int64 parameter. More...
#include <ParamSerializers.h>
Inherits IParamSerializer< int64 >.
Public Member Functions | |
| tresult | readFromStream (IBStreamer &iStreamer, ParamType &oValue) const override |
| This method should read from the stream and populate oValue accordingly (aka deserialization). | |
| tresult | writeToStream (const ParamType &iValue, IBStreamer &oStreamer) const override |
| This method should write iValue to the stream (aka serialization). | |
| Public Member Functions inherited from IParamSerializer< int64 > | |
| virtual std::string | toString (ParamType const &iValue, int32 iPrecision) const |
Additional Inherited Members | |
| Public Types inherited from IParamSerializer< int64 > | |
| using | ParamType |
This parameter handles serializing a int64 parameter.
|
inlineoverridevirtual |
This method should read from the stream and populate oValue accordingly (aka deserialization).
Reimplemented from IParamSerializer< int64 >.
|
inlineoverridevirtual |
This method should write iValue to the stream (aka serialization).
Reimplemented from IParamSerializer< int64 >.