Searched refs:container_t (Results 1 – 3 of 3) sorted by relevance
24 container_t; typedef in SensorSet25 using mapped_type = container_t::mapped_type;26 using key_type = container_t::key_type;49 container_t::const_iterator begin() in begin()51 return const_cast<const container_t&>(_container).begin(); in begin()59 container_t::const_iterator end() in end()61 return const_cast<const container_t&>(_container).end(); in end()71 container_t _container;
145 std::string getID(SensorSet::container_t::const_reference sensor);153 getIdentifiers(SensorSet::container_t::const_reference sensor);164 getObject(SensorSet::container_t::const_reference sensor);
136 std::string MainLoop::getID(SensorSet::container_t::const_reference sensor) in getID()173 MainLoop::getIdentifiers(SensorSet::container_t::const_reference sensor) in getIdentifiers()202 MainLoop::getObject(SensorSet::container_t::const_reference sensor) in getObject()657 SensorSet::container_t::value_type ssValueType = in addDroppedSensors()