#include <request_template.h>
Inheritance diagram for RequestTemplate:
Public Member Functions | |
RequestTemplate () | |
~RequestTemplate () | |
void | SetMyInteger (int p_int) |
bool | SetMyString (const char *p_str) |
int | GetMyInteger () const |
char * | GetMyString () const |
Protected Member Functions | |
long | BufferInitAlloc () |
void | FormatDerivativeData () |
void | ParseDerivativeData () |
Protected Attributes | |
int | MyInt |
char | MyCharPointer |
int | MyStringLength |
|
Definition at line 37 of file request_template.cpp. References MyCharPointer, MyInt, and MyStringLength. |
|
Definition at line 52 of file request_template.cpp. References MyCharPointer. |
|
Reimplemented from MutableServerRequest. Definition at line 140 of file request_template.cpp. References MutableServerRequest::BufferInitAlloc(), and MyCharPointer. |
|
Reimplemented from MutableServerRequest. Definition at line 187 of file request_template.cpp. References MutableServerRequest::FormatDerivativeData(). |
|
Definition at line 127 of file request_template.cpp. References MyInt. |
|
Definition at line 129 of file request_template.cpp. References MyCharPointer. |
|
Reimplemented from MutableServerRequest. |
|
Definition at line 69 of file request_template.cpp. References MyInt. |
|
Definition at line 71 of file request_template.cpp. References MyCharPointer, and MyStringLength. |
|
Definition at line 152 of file request_template.h. Referenced by BufferInitAlloc(), GetMyString(), RequestTemplate(), SetMyString(), and ~RequestTemplate(). |
|
Definition at line 150 of file request_template.h. Referenced by GetMyInteger(), RequestTemplate(), and SetMyInteger(). |
|
Definition at line 154 of file request_template.h. Referenced by RequestTemplate(), and SetMyString(). |