#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/time.h>
#include <stdlib.h>
#include <memory.h>
#include <ifaddrs.h>
#include <net/if.h>
#include <stdarg.h>
#include <math.h>
#include <sys/termios.h>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <map>
#include <vector>
#include <list>
#include <string>
#include <poll.h>
#include <pthread.h>
#include <boost/assert.hpp>
#include "hresult.h"
#include "chkmacros.h"
#include "refcountobject.h"
#include "objectfactory.h"
#include "logger.h"
Go to the source code of this file.
| #define __APPLE_USE_RFC_3542 |
| #define ARRAYSIZE |
( |
|
arr | ) |
(sizeof(arr)/sizeof(*arr)) |
| #define ASSERT |
( |
|
expr | ) |
BOOST_ASSERT(expr) |
| #define ASSERTMSG |
( |
|
expr, |
|
|
|
msg |
|
) |
| BOOST_ASSERT_MSG (expr, msg) |
| #define BOOST_DISABLE_ASSERTS |
| #define BOOST_VERIFY |
( |
|
expr | ) |
((void)(expr)) |
| #define COMPILE_TIME_ASSERT |
( |
|
x | ) |
{char name$$[(x)?1:-1]; cta_noop(name$$);} |
| #define UNREFERENCED_VARIABLE |
( |
|
unrefparam | ) |
((void)unrefparam) |
| void cta_noop |
( |
const char * |
psz | ) |
|
|
inline |
| You_Didnt_Define_DEBUG_Or_NDEBUG g_compilererror[-1] |