Gnash  0.8.11dev
Functions | Variables
processor.cpp File Reference
#include <ios>
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <typeinfo>
#include <boost/any.hpp>
#include "NullSoundHandler.h"
#include "MovieFactory.h"
#include "swf/TagLoadersTable.h"
#include "swf/DefaultTagLoaders.h"
#include "ClockTime.h"
#include "movie_definition.h"
#include "MovieClip.h"
#include "movie_root.h"
#include "log.h"
#include "rc.h"
#include "URL.h"
#include "GnashException.h"
#include "VM.h"
#include "noseek_fd_adapter.h"
#include "ManualClock.h"
#include "StringPredicates.h"
#include "IOChannel.h"
#include "GnashSleep.h"
#include "GnashFactory.h"
#include "MediaHandler.h"
#include "StreamProvider.h"
#include "RunResources.h"
#include "HostInterface.h"
#include "Movie.h"

Functions

int getopt (int, char *const *, const char *)
 
void resetLastAdvanceTimer ()
 
double secondsSinceLastAdvance ()
 
int main (int argc, char *argv[])
 

Variables

char * optarg
 
int optopt
 
int optind
 
const char * GPROC_VERSION = "1.0"
 
double lastAdvanceTimer
 
EventCallback eventCallback
 
FsCommandExecutor execFsCommand
 

Function Documentation

§ getopt()

int getopt ( int  ,
char *const *  ,
const char *   
)

§ main()

int main ( int argc  ,
char *  argv[] 
)

§ resetLastAdvanceTimer()

void resetLastAdvanceTimer ( )

§ secondsSinceLastAdvance()

double secondsSinceLastAdvance ( )

Variable Documentation

§ eventCallback

EventCallback eventCallback

§ execFsCommand

FsCommandExecutor execFsCommand

§ GPROC_VERSION

const char* GPROC_VERSION = "1.0"

§ lastAdvanceTimer

double lastAdvanceTimer

§ optarg

char* optarg

§ optind

int optind

§ optopt

int optopt