libime
Public Member Functions | Protected Attributes | List of all members
libime::WordNode Class Reference
Inheritance diagram for libime::WordNode:
Inheritance graph
[legend]

Public Member Functions

 WordNode (std::string_view word, WordIndex idx)
 
 WordNode (WordNode &&other) noexcept(std::is_nothrow_move_constructible_v< std::string >)
 
WordNodeoperator= (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_
 

Detailed Description

Definition at line 65 of file lattice.h.


The documentation for this class was generated from the following files: