Class VersionedString::Reader¶
Defined in File VersionedString.hpp
Nested Relationships¶
This class is a nested type of Class VersionedString.
Class Documentation¶
-
class
rmf_task::VersionedString::Reader Public Functions
-
Reader() Construct a Reader.
-
std::shared_ptr<const std::string>
read(const View &view) Read from the View.
If this Reader has never seen this View before, then this function will return a reference to the string that the View contains. Otherwise, if this Reader has seen this View before, then this function will return a nullptr.
- Parameters
[in] view: The view that the Reader should look at
-