• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Aさん


コミットメタ情報

リビジョンf749a95c36877bcb2193bce94e4a273e71bdb942 (tree)
日時2011-01-18 02:14:21
作者beru <berupon@gmai...>
コミッターberu

ログメッセージ

new idea for typed containers

変更サマリ

差分

--- a/bson/bson.h
+++ b/bson/bson.h
@@ -82,8 +82,9 @@ enum eValueType : uint8_t {
8282 var_array_t = 16,
8383 var_map_t = 17,
8484
85- typed_array_t = 50 + value_t,
86- typed_map_t = 100 + value_t,
85+ // read next byte to fetch value_t
86+ typed_array_t = 254,
87+ typed_map_t = 255,
8788
8889 }
8990