#include <IceUtil/Config.h>
#include <cerrno>
#include <cstdio>
#include <cstring>
#include <string>
#include <vector>
#include <map>
#include <sys/types.h>
#include <cstddef>
Go to the source code of this file.
|
| typedef unsigned char | Ice::Byte |
| | The mapping for the Slice byte type.
|
| typedef double | Ice::Double |
| | The mapping for the Slice double type.
|
| typedef float | Ice::Float |
| | The mapping for the Slice float type.
|
| typedef int | Ice::Int |
| | The mapping for the Slice int type.
|
| typedef long long int | Ice::Long |
| | The mapping for the Slice long type.
|
| typedef short | Ice::Short |
| | The mapping for the Slice short type.
|