Molybden API
|
A user profile store. More...
#include <user_profiles.hpp>
Public Member Functions | |
virtual std::shared_ptr< Profile > | profile ()=0 |
The profile of this store. | |
virtual std::vector< UserProfile > | list ()=0 |
Returns all user profile records in this store. | |
virtual void | removeProfile (const UserProfile &profile)=0 |
Removes the given user profile from this store. | |
virtual void | clear ()=0 |
Clears all records in the store. | |
A user profile store.
|
pure virtual |
Removes the given user profile from this store.
profile | the user profile to remove. |