Class VersionedString::Reader
Defined in File VersionedString.hpp
Nested Relationships
This class is a nested type of Class VersionedString.
Class Documentation
-
class 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:
view – [in] The view that the Reader should look at
-
Reader()