Apollo C++ Client
C++ client for Apollo Configuration Center
Loading...
Searching...
No Matches
apollo::client::Change Struct Reference

Structure representing a change in configuration. More...

#include <apollo_types.h>

Public Member Functions

 Change (ChangeType type, std::string &&key, std::string &&value)
 Change (ChangeType type, const std::string &key, const std::string &value)

Public Attributes

ChangeType change_type_
std::string key_
std::string value_

Detailed Description

Structure representing a change in configuration.

Member Data Documentation

◆ change_type_

ChangeType apollo::client::Change::change_type_

The type of change (add, update, delete)

◆ key_

std::string apollo::client::Change::key_

The key of the configuration item

◆ value_

std::string apollo::client::Change::value_

The value of the configuration item


The documentation for this struct was generated from the following file: