#include "../include/Segment.h" namespace environment { namespace data { bool Segment::getUncached (void) { return uncached; } }; };