#ifndef __PARAMETER_H__ #define __PARAMETER_H__ #include using namespace std; class parameter { public: string param; string type; }; #endif