A compile-time feature flag. More...
#include <hack_manifest.h>
Public Attributes | |
| std::string | name |
| int | value |
| bool | enabled |
| std::string | source |
A compile-time feature flag.
Definition at line 75 of file hack_manifest.h.
| std::string yaze::core::FeatureFlag::name |
Definition at line 76 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| int yaze::core::FeatureFlag::value |
Definition at line 77 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| bool yaze::core::FeatureFlag::enabled |
Definition at line 78 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| std::string yaze::core::FeatureFlag::source |
Definition at line 79 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().