#include <OS.h>
Inheritance diagram for strbuf:

Public Attributes | |
| int | maxlen |
| No. of bytes in buffer. More... | |
| int | len |
| No. of bytes returned. More... | |
| void * | buf |
| Pointer to data. More... | |
|
|
Pointer to data.
Definition at line 4225 of file OS.h. Referenced by ACE_Str_Buf::ACE_Str_Buf, ACE_OS::putmsg, ACE_FIFO_Recv_Msg::recv, and ACE_FIFO_Send_Msg::send. |
|
|
No. of bytes returned.
Definition at line 4223 of file OS.h. Referenced by ACE_Str_Buf::ACE_Str_Buf, ACE_OS::putmsg, ACE_FIFO_Recv_Msg::recv, and ACE_FIFO_Send_Msg::send. |
|
|
No. of bytes in buffer.
Definition at line 4221 of file OS.h. Referenced by ACE_Str_Buf::ACE_Str_Buf, and ACE_FIFO_Recv_Msg::recv. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002