TwiceAsNice  2019-02-18
Classes | Namespaces | Macros
Config.h File Reference
#include <cassert>
#include <iostream>
#include <sstream>
#include <pthread.h>
#include <errno.h>
Include dependency graph for Config.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ _STLP_DEBUG

#define _STLP_DEBUG

◆ GCC_VERSION

#define GCC_VERSION   (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)

◆ NICE_32

#define NICE_32

◆ NICE_DECLSPEC_EXPORT

#define NICE_DECLSPEC_EXPORT

◆ NICE_DECLSPEC_IMPORT

#define NICE_DECLSPEC_IMPORT

◆ NICE_DEPRECATED_API

#define NICE_DEPRECATED_API

◆ NICE_INT64

#define NICE_INT64 (   n)    n##LL

◆ NICE_UTIL_API

#define NICE_UTIL_API   NICE_DECLSPEC_IMPORT