|
|
| GeneralOptions (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
| long[] | GetIntArray (string key) |
| | Return an option value as an array of integers.
|
| |
| double[] | GetFloatArray (string key) |
| | Return an option value as an array of floats.
|
| |
| void | SetInt (string key, long[] values) |
| | Associate an integer array with a specific key.
|
| |
| void | SetFloat (string key, double[] values) |
| | Associate a float array with a specific key.
|
| |
|
| GeneralOptions (GeneralOptions other) |
| |
|
new bool | Has (string key) |
| | std::string&) const
|
| |
|
new DataType | Dtype (string key) |
| | std::string&) const
|
| |
|
new uint | Count (string key) |
| | std::string&) const
|
| |
|
new void | Remove (string key) |
| | std::string&)
|
| |
|
new bool | GetBool (string key) |
| | std::string&) const
|
| |
|
new string | GetString (string key) |
| | std::string&) const
|
| |
|
new long | GetInt (string key, uint index) |
| | std::string&, size_t) const
|
| |
|
new long | GetInt (string key) |
| | std::string&) const
|
| |
|
new double | GetFloat (string key, uint index) |
| | std::string&, size_t) const
|
| |
|
new double | GetFloat (string key) |
| | std::string&) const
|
| |
|
new void | SetBool (string key, bool value) |
| | std::string&, bool)
|
| |
|
new void | SetString (string key, string value) |
| | std::string&, const std::string&)
|
| |
|
new void | SetInt (string key, long value) |
| | std::string&, int64_t)
|
| |
|
new void | SetFloat (string key, double value) |
| | std::string&, double)
|
| |
| OptionMap | Select (string plugin, string format) |
| | Select a subset of options.
|
| |
|
| OptionMap (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
| long[] | GetIntArray (string key) |
| | Return an option value as an array of integers.
|
| |
| double[] | GetFloatArray (string key) |
| | Return an option value as an array of floats.
|
| |
| void | SetInt (string key, long[] values) |
| | Associate an integer array with a specific key.
|
| |
| void | SetFloat (string key, double[] values) |
| | Associate a float array with a specific key.
|
| |
|
| OptionMap (OptionMap other) |
| |
|
uint | Size () |
| | Get the number of element in the option map.
|
| |
|
bool | Empty () |
| | Check if the option map is empty.
|
| |
| bool | Has (string key) |
| | Check if a key is present.
|
| |
| DataType | Dtype (string key) |
| | Get the option data type.
|
| |
| uint | Count (string key) |
| | Get the number of values associated with a key.
|
| |
| void | Remove (string key) |
| | Remove a key from the option map.
|
| |
|
string | ToString () |
| | Get a string representation of the option map.
|
| |
| bool | GetBool (string key) |
| | Get a boolean value.
|
| |
| string | GetString (string key) |
| | Get a string value.
|
| |
| long | GetInt (string key, uint index) |
| | Get the integer value at a given index.
|
| |
| long | GetInt (string key) |
| | Get an integer value.
|
| |
| double | GetFloat (string key, uint index) |
| | Get the float value at the given index.
|
| |
| double | GetFloat (string key) |
| | Get a float value.
|
| |
| void | SetBool (string key, bool value) |
| | Associate a boolean value with a specific key.
|
| |
| void | SetString (string key, string value) |
| | Associate a string value with a specific key.
|
| |
| void | SetInt (string key, long value) |
| | Associate an integer value with a specific key.
|
| |
| void | SetFloat (string key, double value) |
| | Associate a float value with a specific key.
|
| |