UIStringCollection.indexOf - multiple declarations
- Function UIStringCollection.indexOf
- Function UIStringCollection.indexOf
- Function UIStringCollection.indexOf
Function UIStringCollection.indexOf
Return index of first item with specified text or -1 if not found.
Prototype
int indexOf( dstring str );
Function UIStringCollection.indexOf
Return index of first item with specified string resource id or -1 if not found.
Prototype
int indexOf( string strId );
Function UIStringCollection.indexOf
Return index of first item with specified string or -1 if not found.
Prototype
int indexOf( UIString str );
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0