Go to the documentation of this file.
26 #ifndef __NMV_BUFFER_H__
27 #define __NMV_BUFFER_H__
43 Buffer (
const char *a_buf,
unsigned long a_len)
45 m_data =
const_cast<char*
>(a_buf);
49 Buffer (
const Buffer &a_buf) : m_data (a_buf.m_data), m_len (a_buf.m_len)
53 (
const char* a_buf,
unsigned long a_len)
55 m_data =
const_cast<char*
> (a_buf);
63 m_data = a_buf.m_data;
82 #endif //__NMV_BUFFER_H__
Buffer(const char *a_buf, unsigned long a_len)
Definition: nmv-buffer.h:43
Definition: nmv-address.h:31
#define NEMIVER_API
Definition: nmv-api-macros.h:53
Buffer()
Definition: nmv-buffer.h:40
unsigned long get_len() const
Definition: nmv-buffer.h:73
Buffer(const Buffer &a_buf)
Definition: nmv-buffer.h:49
Definition: nmv-buffer.h:34
const char * get_data() const
Definition: nmv-buffer.h:68
Definition: nmv-proc-list-dialog.h:32