TwiceAsNice
2019-02-18
|
#include <IceUtil/PushDisableWarnings.h>
#include <Ice/ProxyF.h>
#include <Ice/ObjectF.h>
#include <Ice/Exception.h>
#include <Ice/LocalObject.h>
#include <Ice/StreamHelpers.h>
#include <IceUtil/ScopedArray.h>
#include <IceUtil/Optional.h>
#include <IceUtil/UndefSysMacros.h>
#include <IceUtil/PopDisableWarnings.h>
Namespaces | |
Nice | |
Typedefs | |
typedef ::std::vector< bool > | Nice::SeqBool |
typedef ::std::vector< ::Ice::Byte > | Nice::SeqByte |
typedef ::std::vector< ::Nice::SeqByte > | Nice::SeqSeqByte |
typedef ::std::vector< ::Ice::Short > | Nice::SeqShort |
typedef ::std::vector< ::Nice::SeqShort > | Nice::SeqSeqShort |
typedef ::std::vector< ::Ice::Short > | Nice::SeqU16Var |
typedef ::std::vector< ::Ice::Int > | Nice::SeqInt |
typedef ::std::vector< ::Ice::Int > | Nice::SeqIntVar |
typedef ::std::vector< ::Nice::SeqInt > | Nice::SeqSeqInt |
typedef ::std::map< ::Ice::Int, ::Ice::Int > | Nice::MapIntInt |
typedef ::std::map< ::std::string, ::Ice::Int > | Nice::MapStringInt |
typedef ::std::vector< ::Ice::Long > | Nice::SeqLong |
typedef ::std::vector< ::Nice::SeqLong > | Nice::SeqSeqLong |
typedef ::std::vector< ::Ice::Float > | Nice::SeqFloat |
typedef ::std::vector< ::Nice::SeqFloat > | Nice::SeqSeqFloat |
typedef ::std::map< ::Ice::Int, ::Ice::Float > | Nice::MapIntFloat |
typedef ::std::map< ::std::string, ::Ice::Float > | Nice::MapStringFloat |
typedef ::std::vector< ::Ice::Double > | Nice::SeqDouble |
typedef ::std::vector< ::Nice::SeqDouble > | Nice::SeqSeqDouble |
typedef ::std::map< ::Ice::Int, ::Ice::Double > | Nice::MapIntDouble |
typedef ::std::map< ::std::string, ::Ice::Double > | Nice::MapStringDouble |
typedef ::std::vector< ::std::string > | Nice::SeqString |
typedef ::std::vector< ::Nice::SeqString > | Nice::SeqSeqString |
typedef ::std::map< ::std::string, ::std::string > | Nice::MapStringString |
typedef ::std::map< ::Ice::Int, ::std::string > | Nice::MapIntString |
typedef ::std::vector< ::Nice::MapStringString > | Nice::SeqMapStringString |