xmltooling
1.4.2
|
This is the complete list of members for xmltooling::StorageService, including all inherited members.
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=0, time_t *pexpiration=0, int version=0)=0 | xmltooling::StorageService | pure virtual |
readText(const char *context, const char *key, std::string *pvalue=0, time_t *pexpiration=0, int version=0)=0 | xmltooling::StorageService | pure virtual |
reap(const char *context)=0 | xmltooling::StorageService | pure virtual |
StorageService() (defined in xmltooling::StorageService) | xmltooling::StorageService | protected |
updateContext(const char *context, time_t expiration)=0 | xmltooling::StorageService | pure virtual |
updateString(const char *context, const char *key, const char *value=0, time_t expiration=0, int version=0)=0 | xmltooling::StorageService | pure virtual |
updateText(const char *context, const char *key, const char *value=0, time_t expiration=0, int version=0)=0 | xmltooling::StorageService | pure virtual |
~StorageService() (defined in xmltooling::StorageService) | xmltooling::StorageService | virtual |