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

Public Attributes | |
| int | maxlen |
| No. of bytes in buffer. | |
| int | len |
| No. of bytes returned. | |
| void * | buf |
| Pointer to data. | |
|
|
Pointer to data.
Definition at line 106 of file os_stropts.h. Referenced by ACE_Str_Buf::ACE_Str_Buf(), ACE_FIFO_Recv_Msg::recv(), and ACE_FIFO_Send_Msg::send(). |
|
|
No. of bytes returned.
Definition at line 104 of file os_stropts.h. Referenced by ACE_Str_Buf::ACE_Str_Buf(), ACE_FIFO_Recv_Msg::recv(), and ACE_FIFO_Send_Msg::send(). |
|
|
No. of bytes in buffer.
Definition at line 102 of file os_stropts.h. Referenced by ACE_Str_Buf::ACE_Str_Buf(), and ACE_FIFO_Recv_Msg::recv(). |
1.3.6