C# Class MonoDevelop.Debugger.Gdb.ResultData

Inheritance: IEnumerable
Mostrar archivo Open project: llucenic/MonoDevelop.Debugger.Gdb.D Class Usage Examples

Protected Properties

Property Type Description
props System.Collections.Hashtable

Public Methods

Method Description
GetAllValues ( string name ) : object[]
GetEnumerator ( ) : IEnumerator
GetInt ( int index ) : int
GetInt ( string name ) : int
GetObject ( int index ) : ResultData
GetObject ( string name ) : ResultData
GetValue ( int index ) : object
GetValue ( string name ) : object
GetValueString ( int index ) : string
GetValueString ( string name ) : string

Protected Methods

Method Description
ReadChar ( string str, int &pos, char c ) : void
ReadResult ( string str, int &pos, string &name, object &value ) : void
ReadResults ( string str, int pos ) : void
ReadTuple ( string str, int &pos, ResultData data ) : void
ThrownParseError ( string str, int pos ) : void

Private Methods

Method Description
ReadArray ( string str, int &pos ) : ResultData
ReadString ( string str, char term, int &pos ) : string
ReadValue ( string str, int &pos ) : object
TryReadChar ( string str, int &pos, char c ) : bool

Method Details

GetAllValues() public method

public GetAllValues ( string name ) : object[]
name string
return object[]

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetInt() public method

public GetInt ( int index ) : int
index int
return int

GetInt() public method

public GetInt ( string name ) : int
name string
return int

GetObject() public method

public GetObject ( int index ) : ResultData
index int
return ResultData

GetObject() public method

public GetObject ( string name ) : ResultData
name string
return ResultData

GetValue() public method

public GetValue ( int index ) : object
index int
return object

GetValue() public method

public GetValue ( string name ) : object
name string
return object

GetValueString() public method

public GetValueString ( int index ) : string
index int
return string

GetValueString() public method

public GetValueString ( string name ) : string
name string
return string

ReadChar() protected method

protected ReadChar ( string str, int &pos, char c ) : void
str string
pos int
c char
return void

ReadResult() protected method

protected ReadResult ( string str, int &pos, string &name, object &value ) : void
str string
pos int
name string
value object
return void

ReadResults() protected method

protected ReadResults ( string str, int pos ) : void
str string
pos int
return void

ReadTuple() protected method

protected ReadTuple ( string str, int &pos, ResultData data ) : void
str string
pos int
data ResultData
return void

ThrownParseError() protected method

protected ThrownParseError ( string str, int pos ) : void
str string
pos int
return void

Property Details

props protected_oe property

protected Hashtable,System.Collections props
return System.Collections.Hashtable