DBTypes.ice
Go to the documentation of this file.
1// **********************************************************************
2//
3// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4//
5// This copy of Ice is licensed to you under the terms described in the
6// ICE_LICENSE file included in this distribution.
7//
8// **********************************************************************
9
10#pragma once
11
12[[ "ice-prefix", "cpp:header-ext:h" ]]
13
16
18{
19 dictionary<string, LogUpdate> StringLogUpdateDict;
20}
21
23{
24 dictionary<SubscriberRecordKey, SubscriberRecord> SubscriberRecordDict;
25
31}
::std::map<::std::string, ::IceStormElection::LogUpdate > StringLogUpdateDict
Definition DBTypes.h:127
::std::map<::IceStorm::SubscriberRecordKey, ::IceStorm::SubscriberRecord > SubscriberRecordDict
Definition DBTypes.h:135
IceStormElection::StringLogUpdateDict llus
Definition DBTypes.ice:28
IceStorm::SubscriberRecordDict subscribers
Definition DBTypes.ice:29