Property | Type | Description | |
---|---|---|---|
props |
Method | Description | |
---|---|---|
GetAllValues ( string name ) : object[] | ||
GetEnumerator ( ) : IEnumerator | ||
GetInt ( int index ) : int | ||
GetInt ( string name ) : int | ||
GetObject ( int index ) : |
||
GetObject ( string name ) : |
||
GetValue ( int index ) : object | ||
GetValue ( string name ) : object | ||
GetValueString ( int index ) : string | ||
GetValueString ( string name ) : string |
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, |
||
ThrownParseError ( string str, int pos ) : void |
Method | Description | |
---|---|---|
ReadArray ( string str, int &pos ) : |
||
ReadString ( string str, char term, int &pos ) : string | ||
ReadValue ( string str, int &pos ) : object | ||
TryReadChar ( string str, int &pos, char c ) : bool |
public GetAllValues ( string name ) : object[] | ||
name | string | |
return | object[] |
public GetObject ( string name ) : |
||
name | string | |
return |
public GetValueString ( string name ) : string | ||
name | string | |
return | string |
protected ReadChar ( string str, int &pos, char c ) : void | ||
str | string | |
pos | int | |
c | char | |
return | void |
protected ReadResult ( string str, int &pos, string &name, object &value ) : void | ||
str | string | |
pos | int | |
name | string | |
value | object | |
return | void |
protected ReadResults ( string str, int pos ) : void | ||
str | string | |
pos | int | |
return | void |
protected ReadTuple ( string str, int &pos, |
||
str | string | |
pos | int | |
data | ||
return | void |
protected ThrownParseError ( string str, int pos ) : void | ||
str | string | |
pos | int | |
return | void |