• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

Aさん


Commit MetaInfo

Révisionf749a95c36877bcb2193bce94e4a273e71bdb942 (tree)
l'heure2011-01-18 02:14:21
Auteurberu <berupon@gmai...>
Commiterberu

Message de Log

new idea for typed containers

Change Summary

Modification

--- 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