Class Locators
Defined in File LocatorList.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::rtps::LocatorsIterator(Struct LocatorsIterator)
Class Documentation
- 
class Locators : public eprosima::fastdds::rtps::LocatorsIterator
 Adapter class that provides a LocatorsIterator interface from a LocatorListConstIterator
Public Functions
- 
inline Locators(const LocatorListConstIterator &it)
 Constructor.
- 
inline virtual LocatorsIterator &operator++()
 Increment operator.
- Returns:
 LocatorsIterator& reference to the next LocatorsIterator.
- 
inline virtual bool operator==(const LocatorsIterator &other) const
 Equal to operator.
- Parameters:
 other – LocatorsIterator to compare.
- Returns:
 true if equal.
- Returns:
 false otherwise.
- 
inline virtual bool operator!=(const LocatorsIterator &other) const
 Not equal to operator.
- Parameters:
 other – LocatorsIterator to compare.
- Returns:
 true if not equal.
- Returns:
 false otherwise.
- 
inline virtual const Locator &operator*() const
 Dereference operator.
- Returns:
 const Locator& Reference to the locator pointed by the LocatorsIterator.
- 
inline Locators(const LocatorListConstIterator &it)