|
WXP C++ Library Version 6.74.9
|
This class manages each item in the variable list. More...
#include "../include/VarNameItem.h"
Public Member Functions | |
| VarNameItem () | |
| int | setName (const char *str) |
| int | setAbbr (const char *str) |
| int | getInd (int ind) |
| int | getInd () |
| const char * | getAbbr () |
| const char * | getName () |
| int | init () |
| int | print () |
Friends | |
| class | VarName |
This class manages each item in the variable list.
| VarNameItem::VarNameItem | ( | ) |
Constructor
References init().
|
inline |
Returns the variable index value
| int VarNameItem::getInd | ( | int | i | ) |
Gets the variable index number (see variable.lup file)
| i | Index for multiple index variables |
| int VarNameItem::init | ( | ) |
Initializes the object
References WXP::Const::MISS.
Referenced by WXP::VarName::get(), WXP::VarName::get(), WXP::VarName::searchFile(), WXP::VarName::searchFile(), and VarNameItem().
| int VarNameItem::print | ( | ) |
Prints the object parameters
References WXP::Const::MISS.
| int VarNameItem::setAbbr | ( | const char * | str | ) |
| int VarNameItem::setName | ( | const char * | str | ) |