|
Ice 3.7 C++11 API Reference
|
#include <IceUtil/PushDisableWarnings.h>#include <Ice/ProxyF.h>#include <Ice/ObjectF.h>#include <Ice/ValueF.h>#include <Ice/Exception.h>#include <Ice/LocalObject.h>#include <Ice/StreamHelpers.h>#include <Ice/Comparable.h>#include <IceUtil/ScopedArray.h>#include <Ice/Optional.h>#include <IceUtil/UndefSysMacros.h>#include <IceUtil/PopDisableWarnings.h>

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. | |