SetFileValue

Function Usage

Assigns a value based on the input key and saves the data to a file.

Prototype

1
template<typename T> APP_ERROR ConfigData::SetFileValue(const std::string &key, const T &value);

Parameters

Parameter

Input/Output

Description

key

Input

Keyword

value

Input

Value of a keyword

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.