Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
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"]
17module 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}
dictionary< string, string > PropertyDict
A simple collection of properties, represented as a dictionary of key/value pairs.
The Ice RPC framework.