#pragma once namespace pim { struct DataType { public: enum { Integer, Float }; }; }