An email contact.
More...
#include <Contact.h>
|
| 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...
|
|
An email contact.
This widget is part of the Wt composer example.
Definition at line 19 of file Contact.h.
◆ Contact()
Contact::Contact |
( |
const std::u32string |
name_, |
|
|
const std::u32string |
email_ |
|
) |
| |
|
inline |
Create a new contact.
Definition at line 31 of file Contact.h.
◆ formatted()
std::u32string Contact::formatted |
( |
| ) |
const |
|
inline |
Get the typical single string form: "name" <email>
Definition at line 38 of file Contact.h.
◆ email
std::u32string Contact::email |
The contact email address.
Definition at line 27 of file Contact.h.
◆ name
std::u32string Contact::name |
The contact name.
Definition at line 23 of file Contact.h.
The documentation for this struct was generated from the following file: