Ice 3.7 C++98 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 | |
Ice | |
Typedefs | |
typedef ::std::vector< bool > | Ice::BoolSeq |
A sequence of bools. More... | |
typedef ::std::vector< Byte > | Ice::ByteSeq |
A sequence of bytes. More... | |
typedef ::std::vector< Double > | Ice::DoubleSeq |
A sequence of doubles. More... | |
typedef ::std::vector< Float > | Ice::FloatSeq |
A sequence of floats. More... | |
typedef ::std::vector< Int > | Ice::IntSeq |
A sequence of ints. More... | |
typedef ::std::vector< Long > | Ice::LongSeq |
A sequence of longs. More... | |
typedef ::std::vector< ObjectPrx > | Ice::ObjectProxySeq |
A sequence of object proxies. More... | |
typedef ::std::vector< ObjectPtr > | Ice::ObjectSeq |
A sequence of objects. More... | |
typedef ::std::vector< Short > | Ice::ShortSeq |
A sequence of shorts. More... | |
typedef ::std::vector< ::std::string > | Ice::StringSeq |
A sequence of strings. More... | |