#include <strings.h>
Public Member Functions | |
| StringStoreEqualComparator (const typename StringStore< _IndType >::table_t &table) | |
| bool | operator() (_IndType lhs, _IndType rhs) const |
Private Attributes | |
| const StringStore< _IndType > ::table_t & | _table |
| Reference to table to which indices passed for comparation relates to. | |
| _StIndex | StringStore index. | |
| _IndType | Type of numerical indices of strings within given StringStore. |
| ace::StringStoreEqualComparator< _IndType >::StringStoreEqualComparator | ( | const typename StringStore< _IndType >::table_t & | table | ) | [inline] |
| table | Reference to table to which indices passed for comparation relates to. |
| bool ace::StringStoreEqualComparator< _IndType >::operator() | ( | _IndType | lhs, | |
| _IndType | rhs | |||
| ) | const [inline] |
const StringStore<_IndType>::table_t& ace::StringStoreEqualComparator< _IndType >::_table [private] |
Reference to table to which indices passed for comparation relates to.
1.5.6