DomainPlug-insDocumentation
Public Member Functions | Data Fields
DTPhone Struct Reference

#include <DomainPluginTypes.h>

Public Member Functions

 DTPhone ()
 DTPhone (const Str &aCc, const Str &aArea, const Str &aNumber, const Str &aExt)
Str toE164 () const

Data Fields

Str cc
 country code */
Str area
 area code */
Str number
 phone number */
Str ext
 extension */

Constructor & Destructor Documentation

DTPhone::DTPhone ( ) [inline]
DTPhone::DTPhone ( const Str &  aCc,
const Str &  aArea,
const Str &  aNumber,
const Str &  aExt 
) [inline]

Member Function Documentation

Str DTPhone::toE164 ( ) const [inline]
Returns:
phone number in E164 format (e.g. +7.495123123)

Field Documentation

area code */

country code */

extension */

phone number */


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines