31 #ifndef LEDGER_CORE_CONFIGURATIONMATCHABLE_H 32 #define LEDGER_CORE_CONFIGURATIONMATCHABLE_H 34 #include <api/DynamicObject.hpp> 41 bool match(
const std::shared_ptr<api::DynamicObject>& configuration);
42 void setConfiguration(
const std::shared_ptr<api::DynamicObject>& configuration);
45 std::vector<std::string> _matchableKeys;
46 std::shared_ptr<api::DynamicObject> _configuration;
52 #endif //LEDGER_CORE_CONFIGURATIONMATCHABLE_H Definition: ConfigurationMatchable.h:38
Definition: Account.cpp:8