Frontend::AbstractMap< TKey, TValue > Class Template Reference
#include <AbstractMap.h>
Inheritance diagram for Frontend::AbstractMap< TKey, TValue >:

Public Member Functions | |
| virtual TValue & | operator[] (TKey key)=0 |
| virtual void | Clear ()=0 |
| virtual void | Add (TKey key, TValue value)=0 |
| virtual void | Remove (TKey key)=0 |
| virtual bool | ContainsKey (TKey key)=0 |
| virtual bool | Get (TKey key, TValue &value)=0 |
| virtual int | Count ()=0 |
| virtual MapIterator< TKey, TValue > | GetIterator ()=0 |
| void | AddRef () |
| Adds a reference to the object. | |
| void | Release () |
| Releases a reference on the object. | |
| unsigned int | GetRefCount () |
| Returns the number of references on the object. | |
template<typename TKey, typename TValue>
class Frontend::AbstractMap< TKey, TValue >
Member Function Documentation
|
||||||||||||||||
|
|
Adds a reference to the object. Aqcuires an additional ownership on the object. The object will not be deleted until all owners have called Release() on it.
|
|
|||||||||
|
||||||||||
|
|||||||||
|
||||||||||||||||
|
|||||||||
|
|
Returns the number of references on the object.
|
|
||||||||||
|
|
Releases a reference on the object. If you are an owner of an object, use this function to release it when you are done with it. The object will not be deleted until all owners have called Release() on it. |
|
||||||||||
The documentation for this class was generated from the following file: