#include <weBlob.h>
Inherits std::vector< unsigned char >.
Public Member Functions | |
WeBlob () | |
~WeBlob () | |
WeBlob (unsigned int cb) | |
WeBlob (unsigned char *p, unsigned int cb) | |
WeBlob (const WeBlob &b) | |
WeBlob (char *s) | |
void | zero () |
void | assign (unsigned char *p, unsigned int cb) |
void | assign (const WeBlob &b) |
void | assign (char *s) |
bool | read (istream &file) |
bool | write (ostream &file) |
WeInStream * | stream () |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Specialization of the std::vector to store unstructured data.
Definition at line 36 of file weBlob.h.
WeBlob::WeBlob | ( | unsigned char * | p, | |
unsigned int | cb | |||
) | [inline] |
void WeBlob::assign | ( | unsigned char * | p, | |
unsigned int | cb | |||
) | [inline] |
bool WeBlob::read | ( | istream & | file | ) |
void WeBlob::serialize | ( | Archive & | ar, | |
const unsigned int | version | |||
) | [inline] |
Definition at line 56 of file weBlob.cpp.
WeInStream * WeBlob::stream | ( | ) |
bool WeBlob::write | ( | ostream & | file | ) |
Definition at line 43 of file weBlob.cpp.
©2009 Positive Technologies |
Generated on Tue Jul 14 18:27:31 2009 for WebEngine by |
|
1.5.7 |
|