#ifndef LIBRULE_HPP #define LIBRULE_HPP #include #include class LibRule{ private: std::map _properties; }; #endif