#include <IRepository.hpp>
|
virtual bool | create (const DTO &object)=0 |
|
virtual bool | remove (size_t index)=0 |
|
virtual DTO | get (size_t index)=0 |
|
virtual bool | update (const DTO &object)=0 |
|
◆ create()
template<typename DTO>
virtual bool IRepository< DTO >::create |
( |
const DTO & | object | ) |
|
|
nodiscardpure virtual |
◆ get()
◆ remove()
template<typename DTO>
virtual bool IRepository< DTO >::remove |
( |
size_t | index | ) |
|
|
nodiscardpure virtual |
◆ update()
template<typename DTO>
virtual bool IRepository< DTO >::update |
( |
const DTO & | object | ) |
|
|
nodiscardpure virtual |
The documentation for this class was generated from the following file: