◆ AllFlagsStateBuilder()
Constructs a builder capable of generating a AllFlagsState structure.
- Parameters
-
options | Options affecting the behavior of the builder. |
◆ AddFlag()
void launchdarkly::server_side::AllFlagsStateBuilder::AddFlag |
( |
std::string const & |
key, |
|
|
Value |
value, |
|
|
AllFlagsState::State |
state |
|
) |
| |
Adds a flag, including its evaluation result and additional state.
- Parameters
-
key | Key of the flag. |
value | Value of the flag. |
state | State of the flag. |
◆ Build()
AllFlagsState launchdarkly::server_side::AllFlagsStateBuilder::Build |
( |
| ) |
|
Builds a AllFlagsState structure from the flags added to the builder. This operation consumes the builder, and must only be called once.
- Returns
The documentation for this class was generated from the following files: