◆ OpenStatus
Code indicating success or failure reading a MT940S file
Enumerator |
---|
OK | Success.
|
E_FILE | Error opening/reading file.
|
E_FORMAT | Error parsing file or not a MT940S file.
|
E_MEMORY | No memory available.
|
◆ MT940SDocument()
MT940SDocument::MT940SDocument |
( |
| ) |
|
◆ ~MT940SDocument()
MT940SDocument::~MT940SDocument |
( |
| ) |
|
◆ getRecordset()
Get the MT940SRecord at index i
◆ getRecordsetCount()
size_t MT940SDocument::getRecordsetCount |
( |
| ) |
|
Get the number of recordsets in the document
◆ Open()
Read a MT940S file
- Parameters
-
- Returns
- OK for success, or error code
◆ ReadRecord940()
Handle header 940 Optional standard header
- Parameters
-
line | The line number in the document |
rline | The line number in the record |
data | The to be parsed data |
info | Parser information needed internally. Should be provided by the caller. |
- See also
- ReadRecord
The documentation for this class was generated from the following files:
- /home/okkel/Projects/Cpp/separatista/lib/mt940s/mt940s.h
- /home/okkel/Projects/Cpp/separatista/lib/mt940s/mt940s.cpp