#include <crud.h>
|
virtual | ~CrudInterface ()=default |
|
virtual T | create (const T &entity, const json &opts)=0 |
|
virtual std::optional< T > | read (const std::string &id, const json &opts)=0 |
|
virtual T | update (const std::string &id, const T &entity, const json &opts)=0 |
|
virtual bool | remove (const std::string &id, const json &opts)=0 |
|
virtual std::vector< T > | list (const json &opts)=0 |
|
◆ ~CrudInterface()
◆ create()
◆ list()
◆ read()
◆ remove()
◆ update()
The documentation for this class was generated from the following file:
- /home/runner/work/mantis/mantis/include/mantis/core/crud/crud.h