Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

FAction.cpp File Reference

#include <stdarg.h>
#include "FAction.h"

Defines

#define IMPORT_ACTION_IF(n, x)
#define IMPORT_ACTION_ELSE_IF(n, x)   else IMPORT_ACTION_IF(n,x)

Functions

std::ostream & operator<< (std::ostream &out, FlashTagDoAction &data)
std::istream & operator>> (std::istream &in, FlashTagDoAction &data)

Define Documentation

#define IMPORT_ACTION_ELSE_IF n, x    else IMPORT_ACTION_IF(n,x)
 

#define IMPORT_ACTION_IF n, x
 

Value:

if(i == x)                                                              \
                {                                                                               \
                        FlashActionRecord *p = new n();     \
                        v.push_back(p);                                 \
                        d.push_back(p);                     \
                        (*v[count]).Read(in);                           \
                }


Function Documentation

std::ostream& operator<< std::ostream & out,
FlashTagDoAction & data
 

std::istream& operator>> std::istream & in,
FlashTagDoAction & data
 


Generated at Wed Aug 1 13:33:51 2001 for SWFSource by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001