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 
14 #include <IceStorm/LLURecord.ice>
16 
18 {
19  dictionary<string, LogUpdate> StringLogUpdateDict;
20 }
21 
22 module IceStorm
23 {
24  dictionary<SubscriberRecordKey, SubscriberRecord> SubscriberRecordDict;
25 
26  struct AllData
27  {
30  }
31 }
IceStorm
Definition: DBTypes.ice:22
IceStorm::SubscriberRecordDict
::std::map<::IceStorm::SubscriberRecordKey, ::IceStorm::SubscriberRecord > SubscriberRecordDict
Definition: DBTypes.h:135
IceStormElection
Definition: DBTypes.ice:17
IceStorm::AllData
Definition: DBTypes.ice:26
IceStorm::AllData::llus
IceStormElection::StringLogUpdateDict llus
Definition: DBTypes.ice:28
LLURecord.ice
SubscriberRecord.ice
IceStormElection::StringLogUpdateDict
::std::map<::std::string, ::IceStormElection::LogUpdate > StringLogUpdateDict
Definition: DBTypes.h:127
IceStorm::AllData::subscribers
IceStorm::SubscriberRecordDict subscribers
Definition: DBTypes.ice:29