Audacity 3.2.0
|
Stores a command response string (and other response data if it becomes necessary) More...
#include <ResponseQueue.h>
Public Member Functions | |
Response (const wxString &response) | |
wxString | GetMessage () |
Private Attributes | |
std::string | mMessage |
Stores a command response string (and other response data if it becomes necessary)
The string is internally stored as a std::string rather than wxString because of thread-safety concerns.
Definition at line 46 of file ResponseQueue.h.
|
inline |
Definition at line 50 of file ResponseQueue.h.
|
inline |
Definition at line 54 of file ResponseQueue.h.
References mMessage.
|
private |
Definition at line 48 of file ResponseQueue.h.
Referenced by GetMessage().