Ice 3.7 C++98 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

typedef ::std::vector< bool > Ice::BoolSeq
 A sequence of bools.
typedef ::std::vector< ByteIce::ByteSeq
 A sequence of bytes.
typedef ::std::vector< DoubleIce::DoubleSeq
 A sequence of doubles.
typedef ::std::vector< FloatIce::FloatSeq
 A sequence of floats.
typedef ::std::vector< IntIce::IntSeq
 A sequence of ints.
typedef ::std::vector< LongIce::LongSeq
 A sequence of longs.
typedef ::std::vector< ObjectPrxIce::ObjectProxySeq
 A sequence of object proxies.
typedef ::std::vector< ObjectPtrIce::ObjectSeq
 A sequence of objects.
typedef ::std::vector< ShortIce::ShortSeq
 A sequence of shorts.
typedef ::std::vector< ::std::string > Ice::StringSeq
 A sequence of strings.