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