|
libime
|

Public Member Functions | |
| WordNode (std::string_view word, WordIndex idx) | |
| WordNode (WordNode &&other) noexcept(std::is_nothrow_move_constructible_v< std::string >) | |
| WordNode & | operator= (WordNode &&other) noexcept(std::is_nothrow_move_assignable_v< std::string >) |
| const std::string & | word () const |
| WordIndex | idx () const |
| void | setIdx (WordIndex idx) |
Protected Attributes | |
| std::string | word_ |
| WordIndex | idx_ |
1.8.13