HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
HF::Core::SessionManagement::EntriesWrapper< Parent > Class Template Reference

Wrapper over persistent storage APIs to invalidate sessions on save and destroy. More...

#include <session_management.h>

Inherits Parent.

+ Collaboration diagram for HF::Core::SessionManagement::EntriesWrapper< Parent >:

Public Member Functions

 EntriesWrapper (AbstractServer &_manager)
 Constructor. More...
 
 EntriesWrapper (const EntriesWrapper &other, AbstractServer &_manager)
 Constructor. More...
 
Common::Result save (const value_type &entry)
 Store the given entry to persistent storage. More...
 
Common::Result destroy (const value_type &entry)
 Destroy the given entry in the persistent storage. More...
 

Detailed Description

template<typename Parent>
class HF::Core::SessionManagement::EntriesWrapper< Parent >

Wrapper over persistent storage APIs to invalidate sessions on save and destroy.

Template Parameters
Parentthe parent class that implements the persistent storage APIs to wrap over.

Definition at line 544 of file session_management.h.


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