#include "Contact.h"
◆ Contact() [1/2]
Contact::Contact |
( |
std::string |
phone_number, |
|
|
std::string |
first_name |
|
) |
| |
◆ Contact() [2/2]
Contact::Contact |
( |
const Contact & |
Contact | ) |
|
◆ getFirst_name()
const string & Contact::getFirst_name |
( |
| ) |
const |
◆ getLast_name()
const optional< string > & Contact::getLast_name |
( |
| ) |
const |
◆ getPhone_number()
const string & Contact::getPhone_number |
( |
| ) |
const |
◆ getUser_id()
const optional< int32_t > & Contact::getUser_id |
( |
| ) |
const |
◆ setLast_name()
void Contact::setLast_name |
( |
const std::optional< std::string > & |
last_name | ) |
|
◆ setUser_id()
void Contact::setUser_id |
( |
const std::optional< std::int32_t > & |
user_id | ) |
|
◆ first_name
std::string yatbcpp::Contact::first_name |
|
private |
◆ last_name
std::optional<std::string> yatbcpp::Contact::last_name |
|
private |
◆ phone_number
std::string yatbcpp::Contact::phone_number |
|
private |
◆ user_id
std::optional<std::int32_t > yatbcpp::Contact::user_id |
|
private |
The documentation for this class was generated from the following files: