Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
BuiltinSequences.h File Reference
Include dependency graph for BuiltinSequences.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Ice

Typedefs

using Ice::BoolSeq = ::std::vector<bool>
 A sequence of bools.
using Ice::ByteSeq = ::std::vector<Byte>
 A sequence of bytes.
using Ice::DoubleSeq = ::std::vector<double>
 A sequence of doubles.
using Ice::FloatSeq = ::std::vector<float>
 A sequence of floats.
using Ice::IntSeq = ::std::vector<int>
 A sequence of ints.
using Ice::LongSeq = ::std::vector<long long int>
 A sequence of longs.
using Ice::ObjectProxySeq = ::std::vector<::std::shared_ptr<ObjectPrx>>
 A sequence of object proxies.
using Ice::ObjectSeq = ::std::vector<::std::shared_ptr<Value>>
 A sequence of objects.
using Ice::ShortSeq = ::std::vector<short>
 A sequence of shorts.
using Ice::StringSeq = ::std::vector<::std::string>
 A sequence of strings.