Drizzled Public API Documentation

data_ref_basic< T > Class Template Reference

List of all members.

Public Member Functions

template<class U >
 data_ref_basic (const U &c)
 data_ref_basic (const void *b, const void *e)
 data_ref_basic (const void *b, size_t sz)
 data_ref_basic (const char *b)
void clear ()
void assign (const void *b, const void *e)
void assign (const void *b, size_t sz)
begin () const
end () const
data () const
size_t size () const
bool empty () const
 operator std::string () const

Private Attributes

begin_
end_

Detailed Description

template<class T>
class data_ref_basic< T >

Definition at line 26 of file data_ref.h.


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