#include "../include/Segment.h" namespace environment { namespace data { uint32_t Segment::getIndex (void) { return index; } }; };