Info going to and coming from server. More...
Classes | |
| class | ID |
Public Types | |
| enum | Delim { Start, Stop, Cont } |
Public Member Functions | |
| Info (const char *grp, const char *act=0, const char *aux=0) | |
| bool | operator== (const Info &inf) const |
| ID | id () const |
| std::ostream & | dump (std::ostream &) const |
| BufferString & | dump (BufferString &) const |
| void | prepStart (const char *act=0) |
| void | prepEnd (const char *act=0) |
Public Attributes | |
| BufferString | group_ |
| Action group. | |
| BufferString | action_ |
| Specific action. | |
| BufferString | aux_ |
| Extra info. | |
| Delim | delim_ |
| bool | withreply_ |
| Client waits for a reply? | |
Protected Member Functions | |
| void | prepareForSend () |
Protected Attributes | |
| ID | id_ |
Friends | |
| class | Client |
Info going to and coming from server.
| enum Usage::Info::Delim |
| Usage::Info::Info | ( | const char * | grp, | |
| const char * | act = 0, |
|||
| const char * | aux = 0 | |||
| ) |
| std::ostream& Usage::Info::dump | ( | std::ostream & | ) | const |
| BufferString& Usage::Info::dump | ( | BufferString & | ) | const |
| ID Usage::Info::id | ( | ) | const [inline] |
| bool Usage::Info::operator== | ( | const Info & | inf | ) | const [inline] |
| void Usage::Info::prepareForSend | ( | ) | [protected] |
| void Usage::Info::prepEnd | ( | const char * | act = 0 |
) | [inline] |
| void Usage::Info::prepStart | ( | const char * | act = 0 |
) | [inline] |
friend class Client [friend] |
Specific action.
Extra info.
Action group.
ID Usage::Info::id_ [protected] |
Client waits for a reply?
1.7.1