Molybden API
Loading...
Searching...
No Matches
molybden::UserProfiles Class Referenceabstract

A user profile store. More...

#include <user_profiles.hpp>

Public Member Functions

virtual std::shared_ptr< Profileprofile ()=0
 The profile of this store.
 
virtual std::vector< UserProfilelist ()=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.
 

Detailed Description

A user profile store.

Member Function Documentation

◆ removeProfile()

virtual void molybden::UserProfiles::removeProfile ( const UserProfile profile)
pure virtual

Removes the given user profile from this store.

Parameters
profilethe user profile to remove.

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