blob: 1b4f3367076e2f2720aee1f4a60ed118cfec5d9f [file] [log] [blame]
#include "{header}.h"
#include "{header}_flag_provider.h"
namespace {cpp_namespace} \{
{{ for item in class_elements}}
std::string const {item.uppercase_flag_name} = "{item.device_config_flag}";{{ endfor }}
std::unique_ptr<flag_provider_interface> provider_ =
std::make_unique<flag_provider>();
}