Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
ValueF.h
Go to the documentation of this file.
1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
4
5#ifndef ICE_VALUE_F_H
6#define ICE_VALUE_F_H
7
8#ifdef ICE_CPP11_MAPPING
9#include <Ice/Config.h>
10
11namespace Ice
12{
13
14class Value;
16using ValuePtr = ::std::shared_ptr<Value>;
18
19}
20#endif
21#endif
Definition BuiltinSequences.h:113
ObjectPtr ValuePtr
Definition ObjectF.h:22