#include <flint_spelling.h>
Public Member Functions | |
fragment () | |
fragment (char data_[4]) | |
char & | operator[] (unsigned i) |
const char & | operator[] (unsigned i) const |
operator std::string () const | |
Public Attributes | |
char | data [4] |
Definition at line 34 of file flint_spelling.h.
fragment::fragment | ( | ) | [inline] |
Definition at line 38 of file flint_spelling.h.
fragment::fragment | ( | char | data_[4] | ) | [inline] |
char& fragment::operator[] | ( | unsigned | i | ) | [inline] |
const char& fragment::operator[] | ( | unsigned | i | ) | const [inline] |
fragment::operator std::string | ( | ) | const [inline] |
char fragment::data[4] |
Definition at line 35 of file flint_spelling.h.
Referenced by fragment(), operator std::string(), operator<(), and operator[]().