#include "../include/Segment.h" namespace environment { namespace data { void Segment::define_target (type_target_t type, uint32_t index) { this->type = type; this->index = index; } }; };