|
ACE 8.0.1
|
Message format for delivering replies from the ACE_Token Server. More...
#include <Token_Request_Reply.h>

Classes | |
| struct | Transfer |
| The 2 fields in the <Transfer> struct are transmitted to the server. More... | |
Public Member Functions | |
| ACE_Token_Reply () | |
| Default constructor. | |
| ACE_UINT32 | length () const |
| Get the length of the encoded/decoded message. | |
| void | length (ACE_UINT32) |
| Set the length of the encoded/decoded message. | |
| ACE_UINT32 | errnum () const |
| Get the errno of a reply. | |
| void | errnum (ACE_UINT32) |
| Set the errno of a reply. | |
| ACE_UINT32 | arg () 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 () |
| Decode a message after reception. | |
| void | dump () const |
| Print out the values of the message for debugging purposes. | |
Private Attributes | |
| struct ACE_Token_Reply::Transfer | transfer_ |
Message format for delivering replies from the ACE_Token Server.
This class is implemented to minimize data copying. In particular, all marshaling is done in situ...
| ACE_Token_Reply::ACE_Token_Reply | ( | ) |
Default constructor.
|
inline |
Get the arg of a reply.
|
inline |
Set the arg of a reply.
| int ACE_Token_Reply::decode | ( | ) |
Decode a message after reception.
| void ACE_Token_Reply::dump | ( | ) | const |
Print out the values of the message for debugging purposes.
|
inline |
Get the errno of a reply.
|
inline |
Set the errno of a reply.
|
inline |
Get the length of the encoded/decoded message.
|
inline |
Set the length of the encoded/decoded message.
|
private |