Jamba C++ API 7.5.0
Loading...
Searching...
No Matches
RawParamConverter Class Reference

This parameter is just a no-op wrapper to the ParamValue to adapt it to the use of the ParamConverter concept. More...

#include <ParamConverters.h>

Inherits IParamConverter< ParamValue >.

Public Member Functions

ParamValue denormalize (ParamValue iNormalizedValue) const override
ParamValue normalize (ParamValue const &iValue) const override
void toString (ParamValue const &iValue, String128 oString, int32 iPrecision) const override
Public Member Functions inherited from IParamConverter< ParamValue >
virtual int32 getStepCount () const

Static Public Member Functions

static void staticToString (ParamValue const &iValue, String128 oString, int32 iPrecision)

Additional Inherited Members

Public Types inherited from IParamConverter< ParamValue >
using ParamType

Detailed Description

This parameter is just a no-op wrapper to the ParamValue to adapt it to the use of the ParamConverter concept.

Member Function Documentation

◆ denormalize()

ParamValue denormalize ( ParamValue iNormalizedValue) const
inlineoverridevirtual

◆ normalize()

ParamValue normalize ( ParamValue const & iValue) const
inlineoverridevirtual

◆ staticToString()

void staticToString ( ParamValue const & iValue,
String128 oString,
int32 iPrecision )
inlinestatic

◆ toString()

void toString ( ParamValue const & iValue,
String128 oString,
int32 iPrecision ) const
inlineoverridevirtual

Reimplemented from IParamConverter< ParamValue >.


The documentation for this class was generated from the following file: