#include "concordia/substring_occurence.hpp" SubstringOccurence::SubstringOccurence(const SUFFIX_MARKER_TYPE & id, const SUFFIX_MARKER_TYPE & offset): _id(id), _offset(offset) { } SubstringOccurence::~SubstringOccurence() { }