WXP C++ Library Version 6.74.9
|
This struct specifies a list of variables. More...
#include "../include/VarFileData.h"
Public Member Functions | |
VarFileData () | |
int | init () |
int | print () |
Public Attributes | |
char | name [20] |
char | desc [40] |
int | flag |
String | data |
Static Public Attributes | |
static const int | name_len = 20 |
static const int | desc_len = 20 |
This struct specifies a list of variables.
VarFileData::VarFileData | ( | ) |
Constructor. Initializes values
References init().
int VarFileData::init | ( | ) |
Initializes the class values
References WXP::String::clear().
Referenced by WXP::VarFile::read(), and VarFileData().
int VarFileData::print | ( | ) |
Prints the object values
References WXP::String::get().