Class Stdio.FakePipe()->InternalSocket
- Description
 Class that implements one end of an emulated bi-directional pipe/socket.
- Variable
other
Variable read_buffer
Variable write_buffer
Variable mux
Variable cond
 protectedthis_programStdio.FakePipe.InternalSocket.other
protectedStdio.BufferStdio.FakePipe.InternalSocket.read_buffer
protectedStdio.BufferStdio.FakePipe.InternalSocket.write_buffer
protectedThread.MutexStdio.FakePipe.InternalSocket.mux
protectedThread.ConditionStdio.FakePipe.InternalSocket.cond
- Method create
 Stdio.FakePipe.InternalSocket Stdio.FakePipe.InternalSocket(this_programother,Stdio.Bufferread_buffer,Stdio.Bufferwrite_buffer,Thread.Mutexmux,Thread.Conditioncond)