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
docwire::common_xml_document_parser< safety_level >::comment Struct Reference

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
 

Detailed Description

template<safety_policy safety_level = default_safety_level>
struct docwire::common_xml_document_parser< safety_level >::comment

Represents a comment with author, time, and text.

Definition at line 57 of file common_xml_document_parser.h.

Constructor & Destructor Documentation

◆ comment()

template<safety_policy safety_level = default_safety_level>
docwire::common_xml_document_parser< safety_level >::comment::comment ( const std::string &  author,
const std::string &  time,
const std::string &  text 
)
inline

Constructs a Comment.

Parameters
authorThe author of the comment.
timeThe timestamp of the comment.
textThe content of the comment.

Definition at line 69 of file common_xml_document_parser.h.


The documentation for this struct was generated from the following file: