#include <stdlib.h>
#include <stdint.h>
#include <cassert>
#include <iostream>
#include <sstream>
#include <exception>
#include <stdexcept>
#include <pthread.h>
#include <errno.h>
#include <unistd.h>
Go to the source code of this file.
◆ ICE_32
◆ ICE_API
◆ ICE_CHECKED_CAST
| #define ICE_CHECKED_CAST |
( |
| T, |
|
|
| ... ) |
Value:T::checkedCast(__VA_ARGS__)
◆ ICE_CLASS
◆ ICE_CPLUSPLUS
| #define ICE_CPLUSPLUS __cplusplus |
◆ ICE_DECLSPEC_EXPORT
| #define ICE_DECLSPEC_EXPORT |
◆ ICE_DECLSPEC_IMPORT
| #define ICE_DECLSPEC_IMPORT |
◆ ICE_DEFINE_PTR
| #define ICE_DEFINE_PTR |
( |
| TPtr, |
|
|
| T ) |
Value:typedef ::IceUtil::Handle<T> TPtr
◆ ICE_DELEGATE
| #define ICE_DELEGATE |
( |
| T | ) |
|
◆ ICE_DEPRECATED_API
| #define ICE_DEPRECATED_API |
( |
| msg | ) |
|
◆ ICE_DYNAMIC_CAST
| #define ICE_DYNAMIC_CAST |
( |
| T, |
|
|
| V ) |
◆ ICE_ENUM
| #define ICE_ENUM |
( |
| CLASS, |
|
|
| ENUMERATOR ) |
◆ ICE_FINAL
◆ ICE_GET_SHARED_FROM_THIS
| #define ICE_GET_SHARED_FROM_THIS |
( |
| p | ) |
|
◆ ICE_GLOBAL_VAR_SUFFIX
| #define ICE_GLOBAL_VAR_SUFFIX |
◆ ICE_HANDLE
◆ ICE_IN
◆ ICE_INT64
◆ ICE_INT64_FORMAT
| #define ICE_INT64_FORMAT "%lld" |
◆ ICE_INT_VERSION
| #define ICE_INT_VERSION 30711 |
◆ ICE_INTERNAL_HANDLE
| #define ICE_INTERNAL_HANDLE ::IceInternal::Handle |
◆ ICE_MAKE_SHARED
| #define ICE_MAKE_SHARED |
( |
| T, |
|
|
| ... ) |
◆ ICE_MAYBE_UNUSED
◆ ICE_MEMBER
| #define ICE_MEMBER |
( |
| API | ) |
|
◆ ICE_NOEXCEPT
| #define ICE_NOEXCEPT throw() |
◆ ICE_NOEXCEPT_FALSE
| #define ICE_NOEXCEPT_FALSE |
◆ ICE_NULLPTR
◆ ICE_PROXY_HANDLE
| #define ICE_PROXY_HANDLE ::IceInternal::ProxyHandle |
◆ ICE_SCOPED_ENUM
| #define ICE_SCOPED_ENUM |
( |
| CLASS, |
|
|
| ENUMERATOR ) |
◆ ICE_SET_EXCEPTION_FROM_CLONE
| #define ICE_SET_EXCEPTION_FROM_CLONE |
( |
| T, |
|
|
| V ) |
◆ ICE_SHARED_FROM_CONST_THIS
| #define ICE_SHARED_FROM_CONST_THIS |
( |
| T | ) |
|
◆ ICE_SHARED_FROM_THIS
| #define ICE_SHARED_FROM_THIS this |
◆ ICE_SO_VERSION
| #define ICE_SO_VERSION "37" |
◆ ICE_STRING_VERSION
| #define ICE_STRING_VERSION "3.7.11" |
◆ ICE_UNCHECKED_CAST
| #define ICE_UNCHECKED_CAST |
( |
| T, |
|
|
| ... ) |
Value:T::uncheckedCast(__VA_ARGS__)