cpp: adds fixed length serialization for integers

This commit is contained in:
frsyuki 2010-08-27 17:42:05 +09:00
parent 59ba8dec4e
commit fe2a0f5089
8 changed files with 223 additions and 2 deletions

View file

@ -58,10 +58,11 @@ nobase_include_HEADERS += \
msgpack/zone.hpp \
msgpack/type.hpp \
msgpack/type/bool.hpp \
msgpack/type/deque.hpp \
msgpack/type/float.hpp \
msgpack/type/fixint.hpp \
msgpack/type/int.hpp \
msgpack/type/list.hpp \
msgpack/type/deque.hpp \
msgpack/type/map.hpp \
msgpack/type/nil.hpp \
msgpack/type/pair.hpp \