#include <cstdlib>
#include <cassert>
#include <cstring>
#include <string>
#include <typeinfo>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Defines | |
#define | UNUSED(x) (x) = (x) |
Functions | |
template<class T > | |
std::string | gnash::typeName (const T &inst) |
unsigned long int | gnash::get_thread_id (void) |
Used in logging. |
#define UNUSED | ( | x | ) | (x) = (x) |