#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) |
Referenced by gnash::as_value::as_value(), gnash::DisplayObject::getLoadedMovie(), gnash::isNaN(), gnash::SWF::StreamSoundBlockTag::loader(), gnash::SWF::SetTabIndexTag::loader(), cygnal::Element::makeLongString(), cygnal::Element::makeRecordSet(), cygnal::Element::makeUnsupported(), gnash::media::gst::VideoInputGst::requestMode(), and gnash::DisplayObject::set_invalidated().
1.7.1