Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

databuf Class Reference

List of all members.

Public Types

typedef unsigned int size_type

Public Methods

 databuf ()
 databuf (size_type len)
 databuf (const void *buf, size_type len)
 databuf (const databuf &other)
databuf & operator= (const databuf &other)
 ~databuf ()
const void * data () const
void * data ()
size_type length () const
void set_length (size_type len)
int get_alloc_length ()
 operator bool () const

Member Typedef Documentation

typedef unsigned int databuf::size_type
 


Constructor & Destructor Documentation

databuf::databuf  
 

databuf::databuf size_type    len
 

databuf::databuf const void *    buf,
size_type    len
 

databuf::databuf const databuf &    other
 

databuf::~databuf  
 


Member Function Documentation

void* databuf::data  
 

const void* databuf::data   const
 

int databuf::get_alloc_length  
 

size_type databuf::length   const
 

databuf::operator bool   const
 

databuf& databuf::operator= const databuf &    other
 

void databuf::set_length size_type    len
 


The documentation for this class was generated from the following file:
Generated on Fri Sep 20 20:07:30 2002 for NMSTL