ソースを参照

cmCsv.h : Added documentation.

master
Kevin Larke 8年前
コミット
3c27c56089
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      cmCsv.h

+ 2
- 0
cmCsv.h ファイルの表示

@@ -129,6 +129,8 @@ extern "C" {
129 129
   // cmCsvCell_t.lexTId in the new cell. There are no constraints on its value.
130 130
   //cmCsvRC_t  cmCsvInsertRowBefore(  cmCsvH_t h, unsigned row, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId );
131 131
 
132
+  // Column 0 will be added if 'cellPtrPtr'!= NULL and 'symId'!=cmInvalidId.
133
+  // If cellPtrPtr and symId are not valid then 'flags' and 'lexTId' are ignored.
132 134
   cmCsvRC_t  cmCsvAppendRow( cmCsvH_t h, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId );
133 135
 
134 136
   // Insert a new cell to the right of leftCellPtr.

読み込み中…
キャンセル
保存