E-MailRelay
|
Result tuple for GSmtp::FactoryParser::parse(). More...
#include <gfactoryparser.h>
Public Member Functions | |
Result (const std::string &, const std::string &) | |
Result (const std::string &, const std::string &, int) | |
Public Attributes | |
std::string | first |
std::string | second |
int | third {0} |
Result tuple for GSmtp::FactoryParser::parse().
Definition at line 41 of file gfactoryparser.h.
GSmtp::FactoryParser::Result::Result | ( | const std::string & | first_, |
const std::string & | second_ | ||
) |
Definition at line 98 of file gfactoryparser.cpp.
GSmtp::FactoryParser::Result::Result | ( | const std::string & | first_, |
const std::string & | second_, | ||
int | third_ | ||
) |
Definition at line 104 of file gfactoryparser.cpp.
std::string GSmtp::FactoryParser::Result::first |
Definition at line 46 of file gfactoryparser.h.
std::string GSmtp::FactoryParser::Result::second |
Definition at line 47 of file gfactoryparser.h.
int GSmtp::FactoryParser::Result::third {0} |
Definition at line 48 of file gfactoryparser.h.