giga::core::User::PersonalData Class Reference
#include <User.h>
Public Member Functions | |
PersonalData (PersonalData &&)=default | |
PersonalData (const PersonalData &)=default | |
PersonalData & | operator= (const PersonalData &)=default |
PersonalData & | operator= (PersonalData &&)=default |
ReportedState | reportedState () const |
bool | isEmailValidated () const |
const utility::string_t & | email () const |
const utility::string_t & | nextEmail () const |
const std::string & | nodeKeyClear () const |
uint64_t | maxStorage () const |
uint64_t | standatdMaxStorage () const |
uint64_t | downloaded () const |
uint64_t | dlAvailable () const |
Detailed Description
The currentUser personal data. Use Application::currentUser()
then User::personalData() const
to get the currentUser PersonalData
The documentation for this class was generated from the following files:
- /home/thomas/code/GiGaSdk/src/giga/core/User.h
- /home/thomas/code/GiGaSdk/src/giga/core/User.cpp