ews-cpp  0.9
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
ews::physical_address Class Referencefinal

Public Types

enum  key {
  home,
  business,
  other
}
 

Public Member Functions

 physical_address (key k, std::string street, std::string city, std::string state, std::string cor, std::string postal_code)
 
const std::string & city () const EWS_NOEXCEPT
 
const std::string & country_or_region () const EWS_NOEXCEPT
 
key get_key () const EWS_NOEXCEPT
 
const std::string & postal_code () const EWS_NOEXCEPT
 
const std::string & state () const EWS_NOEXCEPT
 
const std::string & street () const EWS_NOEXCEPT
 
std::string to_xml () const
 

Static Public Member Functions

static physical_address from_xml_element (const rapidxml::xml_node< char > &node)
 

Friends

bool operator== (const physical_address &, const physical_address &)
 

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