|
DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
|
Represents a comment with author, time, and text. More...
#include <common_xml_document_parser.h>
Public Member Functions | |
| comment (const std::string &author, const std::string &time, const std::string &text) | |
| Constructs a Comment. More... | |
Public Attributes | |
| std::string | m_author |
| std::string | m_time |
| std::string | m_text |
Represents a comment with author, time, and text.
Definition at line 57 of file common_xml_document_parser.h.
|
inline |
Constructs a Comment.
| author | The author of the comment. |
| time | The timestamp of the comment. |
| text | The content of the comment. |
Definition at line 69 of file common_xml_document_parser.h.