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