#include <OptOptionRequest.h>
Inheritance diagram for TOptOptionRequest:
Public Member Functions | |
TOptOptionRequest (TMsg *parent) | |
TOptOptionRequest (char *&buf, int &n, TMsg *parent) | |
void | addOption (short optNr) |
void | delOption (short optNr) |
bool | isOption (short optNr) |
int | count () |
void | clearOptions () |
int | getSize () |
char * | storeSelf (char *buf) |
int | getReqOpt (int optNr) |
bool | isValid () |
~TOptOptionRequest () | |
Protected Attributes | |
bool | Valid |
short * | Options |
int | OptCnt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements TOpt. |
|
|
|
Reimplemented from TOpt. |
|
Implements TOpt. |
|
|
|
|
|
|