createString(const char *context, const char *key, const char *value, time_t expiration)=0 | xmltooling::StorageService | [pure virtual] |
createText(const char *context, const char *key, const char *value, time_t expiration)=0 | xmltooling::StorageService | [pure virtual] |
deleteContext(const char *context)=0 | xmltooling::StorageService | [pure virtual] |
deleteString(const char *context, const char *key)=0 | xmltooling::StorageService | [pure virtual] |
deleteText(const char *context, const char *key)=0 | xmltooling::StorageService | [pure virtual] |
readString(const char *context, const char *key, std::string *pvalue=NULL, time_t *pexpiration=NULL, int version=0)=0 | xmltooling::StorageService | [pure virtual] |
readText(const char *context, const char *key, std::string *pvalue=NULL, time_t *pexpiration=NULL, int version=0)=0 | xmltooling::StorageService | [pure virtual] |
reap(const char *context)=0 | xmltooling::StorageService | [pure virtual] |
StorageService() (defined in xmltooling::StorageService) | xmltooling::StorageService | [inline, protected] |
updateContext(const char *context, time_t expiration)=0 | xmltooling::StorageService | [pure virtual] |
updateString(const char *context, const char *key, const char *value=NULL, time_t expiration=0, int version=0)=0 | xmltooling::StorageService | [pure virtual] |
updateText(const char *context, const char *key, const char *value=NULL, time_t expiration=0, int version=0)=0 | xmltooling::StorageService | [pure virtual] |
~StorageService() (defined in xmltooling::StorageService) | xmltooling::StorageService | [inline, virtual] |