C# Class Cottle.Stores.BuiltinStore

Inheritance: AbstractStore
Mostra file Open project: r3c/cottle Class Usage Examples

Public Methods

Method Description
BuiltinStore ( ) : System
Enter ( ) : void
Leave ( ) : bool
Set ( Value symbol, Value value, StoreMode mode ) : void
TryGet ( Value symbol, Value &value ) : bool

Private Methods

Method Description
GetConstant ( ) : IStore

Method Details

BuiltinStore() public method

public BuiltinStore ( ) : System
return System

Enter() public method

public Enter ( ) : void
return void

Leave() public method

public Leave ( ) : bool
return bool

Set() public method

public Set ( Value symbol, Value value, StoreMode mode ) : void
symbol Value
value Value
mode StoreMode
return void

TryGet() public method

public TryGet ( Value symbol, Value &value ) : bool
symbol Value
value Value
return bool