Setting.getString - multiple declarations

Function Setting.getString

returns str item by index of array or map

Prototype

string getString(
  int index,
  string defValue = null
);

Function Setting.getString

returns str item by key from map

Prototype

string getString(
  string key,
  string defValue = null
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0