catched up api changes, fixed dysfunctional c++ signature api, enhanced c++ Buf class.

This commit is contained in:
TLINDEN
2014-02-16 15:29:19 +01:00
parent 1342fa2b45
commit 3f03f97992
7 changed files with 62 additions and 49 deletions

View File

@@ -64,6 +64,8 @@ namespace pcp {
std::string get_str();
unsigned char *get_remainder();
Buffer *get_buffer();
size_t extract(void *buf, size_t offset, size_t len);
uint8_t get8();
uint16_t get16();