List of all members | Public Fields | Public Instance Methods | Static Public Attributes
locationAddress Class Referencefinal

Inherits Object.

Description

Describes an address of a location.

Public Fields

string country_code_
 A two-letter ISO 3166-1 alpha-2 country code.
 
string state_
 State, if applicable; empty if unknown.
 
string city_
 City; empty if unknown.
 
string street_
 The address; empty if unknown.
 

Public Instance Methods

 locationAddress ()
 
 locationAddress (string const &country_code_, string const &state_, string const &city_, string const &street_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -1545940190
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ locationAddress() [1/2]

Describes an address of a location.

◆ locationAddress() [2/2]

locationAddress ( string const &  country_code_,
string const &  state_,
string const &  city_,
string const &  street_ 
)

Describes an address of a location.

Parameters
[in]country_code_A two-letter ISO 3166-1 alpha-2 country code.
[in]state_State, if applicable; empty if unknown.
[in]city_City; empty if unknown.
[in]street_The address; empty if unknown.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


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