1 #ifndef __GTS_SNMPTABLE_INL_H__
2 #define __GTS_SNMPTABLE_INL_H__
8 bool SNMPTable::valueExists(const T & value) const
10 SNMPList::const_iterator it;
11 for (it = _list.begin(); it != _list.end(); ++it) {
13 if (it->get_value(v) != SNMP_CLASS_SUCCESS) {