|
Jamba C++ API
4.4.0
|
- Member Message::getSerializableValue (IAttributeList::AttrID id, IParamSerializer< T > const &iSerializer, T &oValue) const
- this line unnecessarily copies the data but there is no other API
- Member Range< T >::mapSubRange (Range< T > const &iSubRange, Range< U > const &iRange, bool iClampToRange=true) const
- optimize by computing
TLerp
only once
- Class SingleElementStorage< T >
- the implementation somehow assumes that
T
is a real type, not a primitive.. maybe there is a way to write a primitive version (if that becomes a necessity)