#include <brass_spelling.h>
Public Member Functions | |
| fragment () | |
| fragment (char data_[4]) | |
| char & | operator[] (unsigned i) |
| const char & | operator[] (unsigned i) const |
| operator std::string () const | |
| bool | operator< (const fragment &b) const |
Public Attributes | |
| char | data [4] |
Definition at line 36 of file brass_spelling.h.
| Brass::fragment::fragment | ( | ) | [inline] |
Definition at line 40 of file brass_spelling.h.
| Brass::fragment::fragment | ( | char | data_[4] | ) | [inline] |
| Brass::fragment::operator std::string | ( | ) | const [inline] |
| bool Brass::fragment::operator< | ( | const fragment & | b | ) | const [inline] |
| const char& Brass::fragment::operator[] | ( | unsigned | i | ) | const [inline] |
| char& Brass::fragment::operator[] | ( | unsigned | i | ) | [inline] |
| char Brass::fragment::data[4] |
Definition at line 37 of file brass_spelling.h.
Referenced by fragment(), BrassSpellingTable::open_termlist(), operator std::string(), operator<(), operator[](), and BrassSpellingTable::toggle_word().