|
MLBookProc 1.3
|
#include <TXTParser.h>
Public Member Functions | |
| TXTParser (const std::shared_ptr< AuxFunc > &af) | |
| TXTParser constructor. | |
| BookParseEntry | txtParser (const std::filesystem::path &txt_path) |
| Parses txt files. | |
| std::shared_ptr< BookInfoEntry > | txtBookInfo (const std::filesystem::path &txt_path) |
| Gets some extra info from txt files. | |
The TXTParser class.
This class contains methods for txt files processing. In most cases you do not need to use this class directly. Use CreateCollection, RefreshCollection and BookInfo instead.
| TXTParser::TXTParser | ( | const std::shared_ptr< AuxFunc > & | af | ) |
| std::shared_ptr< BookInfoEntry > TXTParser::txtBookInfo | ( | const std::filesystem::path & | txt_path | ) |
Gets some extra info from txt files.
See also BookInfoEntry.
| txt_path | absolute path to txt file. |
| BookParseEntry TXTParser::txtParser | ( | const std::filesystem::path & | txt_path | ) |
Parses txt files.
This method can be used to obtain information from txt files.
| txt_path | absolute path to txt file. |