/* */ #ifndef SECONDO_PARTITIONDMAPTypeMapper_H #define SECONDO_PARTITIONDMAPTypeMapper_H #include #include "./DPDTypeMapper.h" namespace distributed3 { class PartitiondmapTypeMapper : public DPDTypeMapper { public: PartitiondmapTypeMapper(ListExpr& args); std::string err(); int numberOfArgs(); bool checkArgs(); bool checkInterdependencies(); ListExpr append(); ListExpr appendPartition(); }; } // end namespace #endif