#include "../include/Segment.h" namespace environment { namespace data { type_target_t Segment::getType (void) { return type; } }; };