Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
SliceChecksums.h
Go to the documentation of this file.
1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
4
5#ifndef ICE_SLICE_CHECKSUM_H
6#define ICE_SLICE_CHECKSUM_H
7
9
10namespace Ice
11{
12
18
19}
20
21namespace IceInternal
22{
23
24class ICE_API SliceChecksumInit : private IceUtil::noncopyable
25{
26public:
27
28 SliceChecksumInit(const char*[]);
29};
30
31}
32
33#endif
#define ICE_API
Definition Config.h:197
Definition Config.h:313
Definition BuiltinSequences.h:113
::std::map< ::std::string, ::std::string > SliceChecksumDict
A mapping from type IDs to Slice checksums.
Definition SliceChecksumDict.h:77
ICE_API SliceChecksumDict sliceChecksums()
Obtains the map containing the checksums for Slice definitions.