#include <Token_Request_Reply.h>
Collaboration diagram for ACE_Token_Reply:
Public Methods | |
ACE_Token_Reply (void) | |
Default constructor. | |
ACE_UINT32 | length (void) const |
Get the length of the encoded/decoded message. | |
void | length (ACE_UINT32) |
Set the length of the encoded/decoded message. | |
ACE_UINT32 | errnum (void) const |
Get the errno of a reply. | |
void | errnum (ACE_UINT32) |
Set the errno of a reply. | |
ACE_UINT32 | arg (void) const |
Get the arg of a reply. | |
void | arg (ACE_UINT32) |
Set the arg of a reply. | |
int | encode (void *&) |
Encode the message before transfer. | |
int | decode (void) |
Decode a message after reception. | |
void | dump (void) const |
Print out the values of the message for debugging purposes. | |
Private Attributes | |
ACE_Token_Reply::Transfer | transfer_ |
This class is implemented to minimize data copying. In particular, all marshaling is done in situ...
|
Default constructor.
|
|
Set the arg of a reply.
|
|
Get the arg of a reply.
|
|
Decode a message after reception.
|
|
Print out the values of the message for debugging purposes.
|
|
Encode the message before transfer.
|
|
Set the errno of a reply.
|
|
Get the errno of a reply.
|
|
Set the length of the encoded/decoded message.
|
|
Get the length of the encoded/decoded message.
|
|
|