#include <db_utils.h>
|
| virtual | ~Sink ()=default |
| virtual bool | MetaPut (const string &key, const string &value)=0 |
| virtual bool | Put (const string &key, const string &value)=0 |
| template<class SourceType> |
| int | operator<< (SourceType &source) |
◆ ~Sink()
| virtual rime::Sink::~Sink |
( |
| ) |
|
|
virtualdefault |
◆ MetaPut()
| virtual bool rime::Sink::MetaPut |
( |
const string & | key, |
|
|
const string & | value ) |
|
pure virtual |
◆ operator<<()
template<class SourceType>
| int rime::Sink::operator<< |
( |
SourceType & | source | ) |
|
◆ Put()
| virtual bool rime::Sink::Put |
( |
const string & | key, |
|
|
const string & | value ) |
|
pure virtual |
The documentation for this class was generated from the following file: