#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) |
|
|
|
|
|
Value: if(i == x) \
{ \
FlashActionRecord *p = new n(); \
v.push_back(p); \
d.push_back(p); \
(*v[count]).Read(in); \
} |
|
|||||||||||||||
|
|
|
|||||||||||||||
|
|
1.2.9 written by Dimitri van Heesch,
© 1997-2001