#include <CData.h>
Inheritance diagram for Data:
Public Member Functions | |
Data () | |
void | set (char *key, char *value, int current, int target) |
bool | isComplete () |
void | getCurrentTarget (int *current, int *target) |
Public Attributes | |
char | key [100] |
char | value [100] |
int | current |
int | target |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|