Audacity 3.2.0
Classes | Functions
anonymous_namespace{ExportCL.cpp} Namespace Reference

Classes

class  ExportCLProcess
 
struct  ExtendPath
 

Functions

void Drain (wxInputStream *s, wxString *o)
 

Function Documentation

◆ Drain()

void anonymous_namespace{ExportCL.cpp}::Drain ( wxInputStream *  s,
wxString *  o 
)

Definition at line 61 of file ExportCL.cpp.

62{
63 while (s->CanRead()) {
64 char buffer[4096];
65
66 s->Read(buffer, WXSIZEOF(buffer) - 1);
67 buffer[s->LastRead()] = wxT('\0');
68 *o += LAT1CTOWX(buffer);
69 }
70}
wxT("CloseDown"))
#define LAT1CTOWX(X)
Definition: Internat.h:158

References LAT1CTOWX, and wxT().

Referenced by anonymous_namespace{ExportCL.cpp}::ExportCLProcess::OnTerminate(), and CLExportProcessor::Process().

Here is the call graph for this function:
Here is the caller graph for this function: