Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
FacetMap.h
1// Copyright (c) ZeroC, Inc.
2
3#ifndef ICE_FACET_MAP_H
4#define ICE_FACET_MAP_H
5
6#include "ObjectF.h"
7#include <map>
8#include <string>
9
10namespace Ice
11{
12 /// A mapping from facet name to servant.
13 using FacetMap = std::map<std::string, ObjectPtr, std::less<>>;
14}
15
16#endif
std::map< std::string, ObjectPtr, std::less<> > FacetMap
A mapping from facet name to servant.
Definition FacetMap.h:13
The Ice RPC framework.
Definition SampleEvent.h:59