Ice 3.7 C++11 API Reference
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 
11 namespace Ice
12 {
13 
14 class Value;
16 using ValuePtr = ::std::shared_ptr<Value>;
18 
19 }
20 #endif
21 #endif
Config.h
Ice
Definition: BuiltinSequences.h:56