Classes | |
| class | dbAnyArray |
| Base class for all arrays. More... | |
| class | dbArray |
| Template for arrays. More... | |
Functions | |
| template<class T> | |
| int | index (dbArray< T > const &a, T value) |
| Search for first accurance of specified value in the array. | |
| template<class T> | |
| int | rindex (dbArray< T > const &a, T value) |
| Search for last accurance of specified value in the array. | |
| int index | ( | dbArray< T > const & | a, | |
| T | value | |||
| ) | [inline] |
Search for first accurance of specified value in the array.
| value | searched value |
| int rindex | ( | dbArray< T > const & | a, | |
| T | value | |||
| ) | [inline] |
Search for last accurance of specified value in the array.
| value | searched value |