Skip to content

Struct Tryll::Client::AgentVariables::PendingEntry

ClassList > PendingEntry

More...

Public Attributes

Type Name
std::vector< std::string > adds
std::vector< std::string > removes
bool wholesale = false

Detailed Description

Per-name coalesced staging entry (see class doc). When wholesale is true the net effect is "assign the current mirror value" (a scalar set, a whole-set SetStringSet, or a Reset, possibly followed by set edits); adds/removes are ignored. Otherwise the entry is a pure set delta against the server's current set (sorted-unique, mutually exclusive).

Public Attributes Documentation

variable adds

std::vector<std::string> Tryll::Client::AgentVariables::PendingEntry::adds;

variable removes

std::vector<std::string> Tryll::Client::AgentVariables::PendingEntry::removes;

variable wholesale

bool Tryll::Client::AgentVariables::PendingEntry::wholesale;


The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/cpp/include/tryll/AgentVariables.h