#include <mtsSocketProxyCommon.h>
| Enumerator |
|---|
| COMMAND_HANDLE_STRING_SIZE |
|
| CommandHandle::CommandHandle |
( |
char |
cmd, |
|
|
void * |
ptr |
|
) |
| |
| CommandHandle::CommandHandle |
( |
const char * |
str | ) |
|
| CommandHandle::CommandHandle |
( |
const std::string & |
str | ) |
|
| CommandHandle::~CommandHandle |
( |
| ) |
|
|
inline |
| int CommandHandle::FromString |
( |
const char * |
str | ) |
|
| int CommandHandle::FromString |
( |
const std::string & |
str | ) |
|
| bool CommandHandle::IsValid |
( |
void |
| ) |
const |
| static bool CommandHandle::IsValidType |
( |
char |
cmd_type | ) |
|
|
static |
| bool CommandHandle::operator!= |
( |
const CommandHandle & |
other | ) |
const |
| bool CommandHandle::operator== |
( |
const CommandHandle & |
other | ) |
const |
| int CommandHandle::ToString |
( |
char * |
str | ) |
const |
| int CommandHandle::ToString |
( |
std::string & |
str | ) |
const |
| long long int CommandHandle::addr |
| char CommandHandle::cmdType |
The documentation for this struct was generated from the following file: