Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

auto_buf.h File Reference

A growable buffer class. More...

#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.


Detailed Description

A growable buffer class.

This class never shrinks the encapsulated buffer.


Generated on Sun Jun 5 01:29:19 2005 for OW32 by  doxygen 1.3.9.1