Wtx ~ Wt Extension Library
WtxLib
|
An email contact. More...
#include <Contact.h>
Public Member Functions | |
Contact (const std::string name_, const std::string email_) | |
Create a new contact. | |
Contact (const std::u32string email_) | |
std::string | formatted () const |
Get the typical single string form: "name" <email> | |
Public Attributes | |
std::string | name |
The contact name. | |
std::string | |
The contact email address. | |
An email contact.
This widget is part of the Wt composer example.