|
DUDS
|
Distributed Update of Data from Something
|
An internal data structure used to track the titles to include in the path string and the length of each string to use. More...
Public Member Functions | |
| TrucatedTitle ()=default | |
| TrucatedTitle (const std::string &t) | |
| TrucatedTitle (const std::string &t, std::string::size_type l) | |
Public Attributes | |
| std::string::size_type | len |
| The length of the title. More... | |
| const std::string * | title |
| The title string. More... | |
An internal data structure used to track the titles to include in the path string and the length of each string to use.
It allows the length of the titles to be adjusted without copying or modifying strings.
Definition at line 200 of file PathStringGenerator.hpp.
|
default |
|
inline |
Definition at line 210 of file PathStringGenerator.hpp.
|
inline |
Definition at line 214 of file PathStringGenerator.hpp.
| std::string::size_type duds::ui::PathStringGenerator::TrucatedTitle::len |
The length of the title.
This does not include the ellipsis.
Definition at line 208 of file PathStringGenerator.hpp.
Referenced by duds::ui::PathStringGenerator::decTitleLen().
| const std::string* duds::ui::PathStringGenerator::TrucatedTitle::title |
The title string.
Definition at line 204 of file PathStringGenerator.hpp.
Referenced by duds::ui::PathStringGenerator::decTitleLen().