Overview | Namespace | Class | Index | Help |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
oslPipe | Pipe ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Pipe |
const StreamPipe & | Pipe ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Pipe |
const ::rtl::OUString & | strName, |
oslPipeOptions | Options = osl_Pipe_OPEN ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
strName | |
Options |
const ::rtl::OUString & | strName, |
oslPipeOptions | Options, |
const Security & | rSec ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
strName | |
Options | |
rSec |
oslPipe | pipe, |
__sal_NoAcquire | noacquire ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
oslPipe | Pipe ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Pipe. |
const Pipe & | pipe ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
void * | pBuffer, |
sal_Int32 | BytesToRead ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
pBuffer | Points to a buffer that will be filled with the received data. |
BytesToRead | The number of bytes to read. pBuffer must have at least this size. |
const void * | pBuffer, |
sal_Int32 | BytesToSend ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
pBuffer | Points to a buffer that contains the send-data. |
BytesToSend | The number of bytes to send. pBuffer must have at least this size. |
void * | pBuffer, |
sal_Int32 | n ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
pBuffer | receives the read data. |
n | the number of bytes to read. pBuffer must be large enough to hold the n bytes! |
const void * | pBuffer, |
sal_Int32 | n ) const; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | NO | NO |
pBuffer | contains the data to be written. |
n | the number of bytes to write. |
Copyright © 2003 Sun Microsystems, Inc.