UIStringCollection.indexOf - multiple declarations

Function UIStringCollection.indexOf

Return index of first item with specified text or -1 if not found.

Prototype

int indexOf(
  dstring str
) const;

Function UIStringCollection.indexOf

Return index of first item with specified string resource id or -1 if not found.

Prototype

int indexOf(
  string strId
) const;

Function UIStringCollection.indexOf

Return index of first item with specified string or -1 if not found.

Prototype

int indexOf(
  UIString str
) const;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0