ACE  6.2.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ACE_Str_Buf Class Reference

Simple wrapper for STREAM pipes strbuf. More...

#include <OS_NS_stropts.h>

Inheritance diagram for ACE_Str_Buf:
Inheritance graph
[legend]
Collaboration diagram for ACE_Str_Buf:
Collaboration graph
[legend]

Public Member Functions

 ACE_Str_Buf (void *b=0, int l=0, int max=0)
 Constructor. More...
 
 ACE_Str_Buf (strbuf &)
 Constructor. More...
 

Additional Inherited Members

- Public Attributes inherited from strbuf
int maxlen
 No. of bytes in buffer. More...
 
int len
 No. of bytes returned. More...
 
void * buf
 Pointer to data. More...
 

Detailed Description

Simple wrapper for STREAM pipes strbuf.

Constructor & Destructor Documentation

ACE_Str_Buf::ACE_Str_Buf ( void *  b = 0,
int  l = 0,
int  max = 0 
)
inline

Constructor.

ACE_Str_Buf::ACE_Str_Buf ( strbuf sb)
inline

Constructor.


The documentation for this class was generated from the following files: