OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Framework.DOMap Class Reference

This class stores and retrieves dynamic objects. More...

Public Member Functions

void Add (string ns, string objName, object dynObj)
 
bool ContainsKey (string key)
 
object Get (string key)
 Get a dynamic object More...
 
bool Remove (string key)
 

Detailed Description

This class stores and retrieves dynamic objects.

Experimental - DO NOT USE. Does not yet have namespace support.

Definition at line 47 of file DOMap.cs.

Member Function Documentation

void OpenSim.Framework.DOMap.Add ( string  ns,
string  objName,
object  dynObj 
)
inline

Definition at line 51 of file DOMap.cs.

bool OpenSim.Framework.DOMap.ContainsKey ( string  key)
inline

Definition at line 64 of file DOMap.cs.

object OpenSim.Framework.DOMap.Get ( string  key)
inline

Get a dynamic object

Not providing an index method so that users can't casually overwrite each other's objects.

Parameters
key

Definition at line 76 of file DOMap.cs.

bool OpenSim.Framework.DOMap.Remove ( string  key)
inline

Definition at line 87 of file DOMap.cs.


The documentation for this class was generated from the following file: