Ice
3.8
C++ API Reference
Loading...
Searching...
No Matches
ValueF.h
1
// Copyright (c) ZeroC, Inc.
2
3
#ifndef ICE_VALUE_F_H
4
#define ICE_VALUE_F_H
5
6
#include <memory>
7
8
namespace
Ice
9
{
10
class
Value
;
11
12
/// A shared pointer to a Value.
13
using
ValuePtr
= std::shared_ptr<Value>;
14
}
15
16
#endif
Ice::Value
The base class for instances of Slice-defined classes.
Definition
Value.h:22
Ice::ValuePtr
std::shared_ptr< Value > ValuePtr
A shared pointer to a Value.
Definition
ValueF.h:13
Ice
The Ice RPC framework.
Definition
SampleEvent.h:59
Ice
ValueF.h
Generated by
1.14.0