cmCsv.h : Added documentation.
This commit is contained in:
parent
57057b002b
commit
3c27c56089
2
cmCsv.h
2
cmCsv.h
@ -129,6 +129,8 @@ extern "C" {
|
|||||||
// cmCsvCell_t.lexTId in the new cell. There are no constraints on its value.
|
// cmCsvCell_t.lexTId in the new cell. There are no constraints on its value.
|
||||||
//cmCsvRC_t cmCsvInsertRowBefore( cmCsvH_t h, unsigned row, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId );
|
//cmCsvRC_t cmCsvInsertRowBefore( cmCsvH_t h, unsigned row, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId );
|
||||||
|
|
||||||
|
// Column 0 will be added if 'cellPtrPtr'!= NULL and 'symId'!=cmInvalidId.
|
||||||
|
// If cellPtrPtr and symId are not valid then 'flags' and 'lexTId' are ignored.
|
||||||
cmCsvRC_t cmCsvAppendRow( cmCsvH_t h, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId );
|
cmCsvRC_t cmCsvAppendRow( cmCsvH_t h, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId );
|
||||||
|
|
||||||
// Insert a new cell to the right of leftCellPtr.
|
// Insert a new cell to the right of leftCellPtr.
|
||||||
|
Loading…
Reference in New Issue
Block a user