Wtx ~ Wt Extension Library
WtxLib
Public Member Functions | Public Attributes | List of all members
Contact Struct Reference

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 email
 The contact email address.
 

Detailed Description

An email contact.

This widget is part of the Wt composer example.

Definition at line 16 of file Contact.h.


The documentation for this struct was generated from the following file: