Identità della classeclass Identity
Astrazione per Identity.Abstraction for identity.
RiepilogoSummary
MembriMembers | DescrizioniDescriptions |
---|---|
Identità pubblica ()public Identity() | Costruttore di identità predefinito usato quando un indirizzo di posta elettronica dell'utente non è noto.Default Identity constructor used when a user email address is not known. |
Identità pubblica (const Identity& other)public Identity(const Identity& other) | Costruttore di copia Identity.Identity copy constructor. |
Identità esplicita pubblica (const std:: String& email)public explicit Identity(const std::string& email) | Costruttore di identità usato quando un indirizzo di posta elettronica dell'utente è noto.Identity constructor used when a user email address is known. |
Identità esplicita pubblica (const std:: String& email, const std:: String& Name)public explicit Identity(const std::string& email, const std::string& name) | Costruttore di identità utilizzato quando un indirizzo di posta elettronica utente e un nome utente sono noti.Identity constructor used when a user email address and user name is known. |
public const std:: String& getEmail () constpublic const std::string& GetEmail() const | Ricevere il messaggio di posta elettronica.Get the email. |
public const std::string& GetName() constpublic const std::string& GetName() const | Ottenere il nome descrittivo dell'utente.Get the user's friendly name. utilizzato per contrassegnare il testo.used for text marking. |
MembriMembers
Identity (funzione)Identity function
Costruttore di identità predefinito usato quando un indirizzo di posta elettronica dell'utente non è noto.Default Identity constructor used when a user email address is not known.
Identity (funzione)Identity function
Costruttore di copia Identity.Identity copy constructor.
ParametriParameters:
- Identity: usata per creare la copia.Identity: used to create the copy.
Identity (funzione)Identity function
Costruttore di identità usato quando un indirizzo di posta elettronica dell'utente è noto.Identity constructor used when a user email address is known.
ParametriParameters:
- email: deve essere un indirizzo di posta elettronica valido.email: must be valid email address.
Identity (funzione)Identity function
Costruttore di identità utilizzato quando un indirizzo di posta elettronica utente e un nome utente sono noti.Identity constructor used when a user email address and user name is known.
ParametriParameters:
email: deve essere un indirizzo di posta elettronica valido.email: must be valid email address.
nome: nome utente.name: user name.
Funzione getEmailGetEmail function
Ricevere il messaggio di posta elettronica.Get the email.
Restituisce: il messaggio di posta elettronica.Returns: The email.
GetName (funzione)GetName function
Ottenere il nome descrittivo dell'utente.Get the user's friendly name. utilizzato per contrassegnare il testo.used for text marking.
Returns: nome descrittivo.Returns: The friendly name.