#include <message.h>
Public Member Functions | |
int & | dataAsInt () |
int | dataLen () |
long long | getCursor () |
int | operation () const |
void | setOperation (int o) |
bool | valid () |
Public Attributes | |
char | _data [4] |
char | _flags |
short | _operation |
char | _version |
MSGID | id |
int | len |
MSGID | responseTo |
Definition at line 246 of file message.h.
char mongo::MsgData::_data[4] |