Ice
3.8
C++ API Reference
Loading...
Searching...
No Matches
InstanceF.h
1
// Copyright (c) ZeroC, Inc.
2
3
#ifndef ICE_INSTANCE_F_H
4
#define ICE_INSTANCE_F_H
5
6
#include <memory>
7
8
namespace
IceInternal
9
{
10
class
Instance;
11
using
InstancePtr = std::shared_ptr<Instance>;
12
}
13
14
#endif
Ice
InstanceF.h
Generated by
1.14.0