TwiceAsNice
2019-02-18
|
#include <cassert>
#include <iostream>
#include <sstream>
#include <pthread.h>
#include <errno.h>
Classes | |
class | Nice::noncopyable |
Namespaces | |
Nice | |
Macros | |
#define | NICE_32 |
#define | NICE_DECLSPEC_EXPORT |
#define | NICE_DECLSPEC_IMPORT |
#define | NICE_DEPRECATED_API |
#define | NICE_UTIL_API NICE_DECLSPEC_IMPORT |
#define | _STLP_DEBUG |
#define | GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) |
#define | NICE_INT64(n) n##LL |
Typedefs | |
typedef long long | Nice::I64 |
typedef long long | Nice::Long |
typedef unsigned long long | Nice::U64 |
typedef char | Nice::I8 |
typedef unsigned char | Nice::U8 |
typedef short | Nice::I16 |
typedef short | Nice::Short |
typedef unsigned short | Nice::U16 |
typedef int | Nice::I32 |
typedef int | Nice::Int |
typedef unsigned int | Nice::U32 |
typedef float | Nice::Float |
typedef double | Nice::Double |
typedef unsigned char | Nice::Byte |
typedef unsigned int | Nice::Uint |
#define _STLP_DEBUG |
#define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) |
#define NICE_32 |
#define NICE_DECLSPEC_EXPORT |
#define NICE_DECLSPEC_IMPORT |
#define NICE_DEPRECATED_API |
#define NICE_UTIL_API NICE_DECLSPEC_IMPORT |