12 [[
"cpp:header-ext:h",
"objc:header-dir:objc"]]
42 string getProperty(
string key);
59 string getPropertyWithDefault(
string key,
string value);
73 int getPropertyAsInt(
string key);
91 int getPropertyAsIntWithDefault(
string key,
int value);
161 void setProperty(
string key,
string value);
216 void load(
string file);
The Ice core library.
Definition: BuiltinSequences.ice:15
dictionary< string, string > PropertyDict
A simple collection of properties, represented as a dictionary of key/value pairs.
Definition: PropertiesAdmin.ice:28
A property set used to configure Ice and Ice applications.
Definition: Properties.ice:28
sequence< string > StringSeq
A sequence of strings.
Definition: BuiltinSequences.ice:40