#include "function_store.h" extern "C" { #include } constexpr int numberOfDefaultColors = 3; constexpr KDColor defaultColors[numberOfDefaultColors] = { KDColorRed, KDColorGreen, KDColorBlue }; Graph::FunctionStore::FunctionStore() : m_numberOfFunctions(0) { } Graph::Function * Graph::FunctionStore::functionAtIndex(int i) { assert(i>=0 && i