OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Namespaces | Enumerations | Functions
IJsonStoreModule.cs File Reference

Go to the source code of this file.

Classes

struct  OpenSim.Region.Framework.Interfaces.JsonStoreStats
 
interface  OpenSim.Region.Framework.Interfaces.IJsonStoreModule
 

Namespaces

package  OpenSim.Region.Framework.Interfaces
 

Enumerations

enum  OpenSim.Region.Framework.Interfaces.JsonStoreNodeType { OpenSim.Region.Framework.Interfaces.JsonStoreNodeType.Undefined = 0, OpenSim.Region.Framework.Interfaces.JsonStoreNodeType.Object = 1, OpenSim.Region.Framework.Interfaces.JsonStoreNodeType.Array = 2, OpenSim.Region.Framework.Interfaces.JsonStoreNodeType.Value = 3 }
 
enum  OpenSim.Region.Framework.Interfaces.JsonStoreValueType {
  OpenSim.Region.Framework.Interfaces.JsonStoreValueType.Undefined = 0, OpenSim.Region.Framework.Interfaces.JsonStoreValueType.Boolean = 1, OpenSim.Region.Framework.Interfaces.JsonStoreValueType.Integer = 2, OpenSim.Region.Framework.Interfaces.JsonStoreValueType.Float = 3,
  OpenSim.Region.Framework.Interfaces.JsonStoreValueType.String = 4, OpenSim.Region.Framework.Interfaces.JsonStoreValueType.UUID = 5
}
 

Functions

delegate void OpenSim.Region.Framework.Interfaces.TakeValueCallback (string s)