7 : id_ (
Account::DEFAULT_ACCOUNT_ID)
8 , name_ (
Account::DEFAULT_ACCOUNT_NAME)
9 , password_ (
Account::DEFAULT_ACCOUNT_PASSWORD)
10 , email_ (
Account::DEFAULT_ACCOUNT_EMAIL)
11 , creationDate_ (
Account::DEFAULT_ACCOUNT_CREATION_DATE)
12 , permissions_ (
Account::DEFAULT_ACCOUNT_PERMISSION)
13 , lastLoginDate_ (
Account::DEFAULT_ACCOUNT_LAST_LOGIN_DATE)
14 , creationIP_ (
Account::DEFAULT_ACCOUNT_CREATION_IP)
15 , currentIP_ (
Account::DEFAULT_ACCOUNT_CURRENT_IP)
75 <<
"Username: " <<
name_ << std::endl
77 <<
"Email: " <<
email_ << std::endl