refs #863 Interpolator inheritance based on CRTP rather than virtual methods.

This commit is contained in:
Mathew Sutcliffe
2017-01-18 01:22:12 +00:00
parent 1c2533f5d2
commit 9c918b8799
8 changed files with 87 additions and 58 deletions

View File

@@ -28,14 +28,7 @@
#define XBUS_TRAFFIC_OBJECTPATH "/xbus/traffic"
//! \endcond
namespace BlackMisc
{
namespace Simulation
{
class IInterpolator;
class CInterpolationHints;
}
}
namespace BlackMisc { namespace Simulation { class CInterpolationHints; } }
namespace XBus
{
/*!