/* * StatefulFeatureFunction.cpp * * Created on: 24 Oct 2015 * Author: hieu */ #include "StatefulFeatureFunction.h" StatefulFeatureFunction::StatefulFeatureFunction(size_t startInd, const std::string &line) :FeatureFunction(startInd, line) { } StatefulFeatureFunction::~StatefulFeatureFunction() { // TODO Auto-generated destructor stub }