struct Core::Portable::ParamArrayAccessor

Helper for faster access to indexed parameters.

#include <coreparams.h>

struct ParamArrayAccessor
{
    // construction

    ParamArrayAccessor(int baseTag);

    // methods

    Parameter* getAt(const ParamList& paramList, int offset) const;
};