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