aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/blob.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2019-06-25 16:33:14 -0700
committerMike Buland <eichlan@xagasoft.com>2019-06-25 16:33:14 -0700
commit9e4d15b6dec9a7f9358855faeb96b1ac767a15e6 (patch)
tree5a71d51a6f2456cc9ab0f6784d4a5dfbdc83da55 /src/unstable/blob.h
parentbfc1e2d595452c068a2b66be1436aa34f1083f3d (diff)
downloadlibbu++-9e4d15b6dec9a7f9358855faeb96b1ac767a15e6.tar.gz
libbu++-9e4d15b6dec9a7f9358855faeb96b1ac767a15e6.tar.bz2
libbu++-9e4d15b6dec9a7f9358855faeb96b1ac767a15e6.tar.xz
libbu++-9e4d15b6dec9a7f9358855faeb96b1ac767a15e6.zip
Got most of the functions in, now to test them.
Diffstat (limited to 'src/unstable/blob.h')
-rw-r--r--src/unstable/blob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstable/blob.h b/src/unstable/blob.h
index b48f488..d6c40e3 100644
--- a/src/unstable/blob.h
+++ b/src/unstable/blob.h
@@ -37,6 +37,7 @@ namespace Bu
37 public: 37 public:
38 Blob(); 38 Blob();
39 Blob( const Blob &rSrc ); 39 Blob( const Blob &rSrc );
40 Blob( const class BlobBuilder &rSrc );
40 Blob( const char *pSrc ); 41 Blob( const char *pSrc );
41 Blob( const void *pSrc, int32_t iSize ); 42 Blob( const void *pSrc, int32_t iSize );
42 Blob( const const_iterator &iStart ); 43 Blob( const const_iterator &iStart );