#include <cstddef>
#include <stdexcept>
Go to the source code of this file.
| Namespaces | |
| namespace | OW32 | 
| Classes | |
| class | OW32::auto_buf< E > | 
| A growable buffer class.  More... | |
| class | OW32::auto_byte_buf | 
| auto_buf with extensions to allow writing char* data and char data without casts  More... | |
| Typedefs | |
| typedef auto_buf< char > | auto_char_buf | 
| typedef auto_buf< short > | auto_short_buf | 
| An auto_buf of shorts. | |
| typedef auto_buf< unsigned short > | auto_ushort_buf | 
| An auto_buf of unsigned shorts. | |
| typedef auto_buf< int > | auto_int_buf | 
| An auto_buf of ints. | |
| typedef auto_buf< unsigned int > | auto_uint_buf | 
| An auto_buf of unsigned ints. | |
This class never shrinks the encapsulated buffer.
 1.3.9.1
 1.3.9.1