Ice
3.8
Slice API Reference
Loading...
Searching...
No Matches
Ice
PropertyDict.ice
1
// Copyright (c) ZeroC, Inc.
2
3
#pragma once
4
5
[[
"cpp:dll-export:ICE_API"
]]
6
[[
"cpp:doxygen:include:Ice/Ice.h"
]]
7
[[
"cpp:header-ext:h"
]]
8
9
[[
"cpp:no-default-include"
]]
10
[[
"cpp:include:Ice/Config.h"
]]
11
[[
"cpp:include:map"
]]
12
[[
"cpp:include:string"
]]
13
14
[[
"js:module:@zeroc/ice"
]]
15
16
[
"java:identifier:com.zeroc.Ice"
]
17
module
Ice
18
{
19
/// A simple collection of properties, represented as a dictionary of key/value pairs. Both key and value are
20
/// strings.
21
/// @see PropertiesAdmin#getPropertiesForPrefix
22
[
"cpp:type:std::map<std::string, std::string, std::less<>>"
]
23
dictionary<string, string>
PropertyDict
;
24
}
Ice::PropertyDict
dictionary< string, string > PropertyDict
A simple collection of properties, represented as a dictionary of key/value pairs.
Definition
PropertyDict.ice:23
Ice
The Ice RPC framework.
Definition
BuiltinSequences.ice:23
Generated by
1.14.0