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