class EE::System::RegExCache¶
#include <regex.hpp> class RegExCache { public: // construction ~RegExCache(); // methods bool isEnabled() const; void setEnabled(bool enabled); void insert(std::string_view, Uint32 options, void* cache); void* find(const std::string_view&, Uint32 options); void clear(); };