Public Member Functions | |
| ippServerQueues () | |
| virtual | ~ippServerQueues () |
| void | addTag (int tag_num) |
| void | delTag (int tag_num) |
| bool | tagInList (int tag_num) const |
| void | EnqueueEvent (const char *a_string) |
| void | EnqueueCommand (const char *a_string) |
| void | EnqueueResponse (const char *a_string) |
| std::string | DequeueEvent () |
| std::string | DequeueCommand () |
| std::string | DequeueResponse () |
| bool | EventQueueHasData () const |
| bool | CommandQueueHasData () const |
| bool | ResponseQueueHasData () const |
| void | ClearAllQueues () |
|
|
Definition at line 22 of file ippServerQueues.cpp. |
|
|
Definition at line 112 of file ippServerQueues.cpp. |
|
|
add a tag to the tag list Definition at line 29 of file ippServerQueues.cpp. |
|
|
Definition at line 104 of file ippServerQueues.cpp. Referenced by ippSimpleServer::OnClientConnected(), and ippSimpleServer::OnClientDisconnected(). |
|
|
Definition at line 72 of file ippServerQueues.h. |
|
|
Remove a tag from the tag list Definition at line 34 of file ippServerQueues.cpp. |
|
|
Definition at line 84 of file ippServerQueues.cpp. References IPP_ASSERT. |
|
|
Definition at line 75 of file ippServerQueues.cpp. References IPP_ASSERT. |
|
|
Definition at line 93 of file ippServerQueues.cpp. References IPP_ASSERT. |
|
|
Definition at line 63 of file ippServerQueues.cpp. |
|
|
Definition at line 57 of file ippServerQueues.cpp. |
|
|
Definition at line 69 of file ippServerQueues.cpp. |
|
|
Definition at line 71 of file ippServerQueues.h. |
|
|
Definition at line 73 of file ippServerQueues.h. |
|
|
Check to see if a tag number is currently in the tag list Definition at line 44 of file ippServerQueues.cpp. |
1.4.1