Maintain the Store and provide methods to get/set information.
Inheritance:
Public Methods
-
static IUCHStore* getInstance()
- UCHLocalStore is singleton class.
-
void* getValue(string key)
- Get the Value from store from the value of key.
-
void setValue(string key, void* value)
- Set the key-value pair in store.
Documentation
Maintain the Store and provide methods to get/set information.
static IUCHStore* getInstance()
-
UCHLocalStore is singleton class. It's Instance can be retrieved using this method.
- Returns:
- UCHLocalStore Object.
void* getValue(string key)
-
Get the Value from store from the value of key.
- Parameters:
- key - a String value of key
- Returns:
- an Object of value
void setValue(string key, void* value)
-
Set the key-value pair in store.
- Parameters:
- key - a String value of key
value - an Object of value
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.