null+****@clear*****
null+****@clear*****
2012年 3月 15日 (木) 14:55:42 JST
Kouhei Sutou 2012-03-15 14:55:42 +0900 (Thu, 15 Mar 2012)
New Revision: ae9e1f7d1d748961e47b4aef72ef08bb671bba38
Log:
doc coding-style: add about buffer
But it's not completed yet...
Modified files:
doc/source/developer/coding_style.rst
Modified: doc/source/developer/coding_style.rst (+6 -0)
===================================================================
--- doc/source/developer/coding_style.rst 2012-03-15 14:55:22 +0900 (e356fed)
+++ doc/source/developer/coding_style.rst 2012-03-15 14:55:42 +0900 (b0bd545)
@@ -130,3 +130,9 @@ TODO: 読みやすさの他にデバッグのしやすさ(gdbでの追いや
std::string database_path;
+バッファ
+--------
+
+TODO: ちゃんと考える。
+
+何度も繰り返し使う領域(バッファ)が必要な場合は ``GRN_BULK`` を使う。例えば、カラムの値を取得する領域などである。