Setting.getUinteger - multiple declarations

Function Setting.getUinteger

returns ulong item by key from map

Prototype

ulong getUinteger(
  string key,
  ulong defValue = 0LU
);

Function Setting.getUinteger

returns ulong item by index of array or map

Prototype

ulong getUinteger(
  int index,
  ulong defValue = 0LU
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0