|
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) |
|
T | begin () const |
|
T | end () const |
|
T | data () const |
|
size_t | size () const |
|
bool | empty () const |
|
| operator std::string () const |
|
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: