Jamba C++ API  4.0.0
Todo List
Member GUIState::readGUIState (IBStreamer &iStreamer)
handle multiple versions
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 Parameters::fRTSaveStateOrder
Handle multiple versions with upgrade
Member Parameters::readRTState (IBStreamer &iStreamer, NormalizedState *oNormalizedState) const
handle multiple versions
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)