librime 1.2
Rime Input Method Engine, the core library
rime::Spelling Struct Reference

#include <spelling.h>

Collaboration diagram for rime::Spelling:

Public Member Functions

 Spelling ()=default
 Spelling (const string &_str)
bool operator== (const Spelling &other)
bool operator< (const Spelling &other)

Public Attributes

string str
SpellingProperties properties

Constructor & Destructor Documentation

◆ Spelling() [1/2]

rime::Spelling::Spelling ( )
default

◆ Spelling() [2/2]

rime::Spelling::Spelling ( const string & _str)
inline

Member Function Documentation

◆ operator<()

bool rime::Spelling::operator< ( const Spelling & other)
inline

◆ operator==()

bool rime::Spelling::operator== ( const Spelling & other)
inline

Member Data Documentation

◆ properties

SpellingProperties rime::Spelling::properties

◆ str

string rime::Spelling::str

The documentation for this struct was generated from the following file: