More work on the new serialized types.

This commit is contained in:
JoelKatz
2012-03-14 17:15:41 -07:00
parent e7c350ffec
commit 47e1f5a1d4
4 changed files with 133 additions and 27 deletions

View File

@@ -38,6 +38,7 @@ class Serializer
int addVL(const std::vector<unsigned char> &vector);
int addVL(const void *ptr, int len);
int addTaggedList(const std::list<TaggedListItem>&);
int addTaggedList(const std::vector<TaggedListItem>&);
// disassemble functions
bool get8(int&, int offset) const;