#include <WordRecord.h>
Definition at line 81 of file WordRecord.h.
Public Member Functions | |
| void | Clear () |
| int | DefaultType () |
| String | Get () const |
| int | Get (String &bufferout) const |
| const WordContext * | GetContext () const |
| WordContext * | GetContext () |
| int | Pack (String &packed) const |
| void | Print () const |
| int | Set (const String &bufferin) |
| int | SetList (StringList &fields) |
| int | Unpack (const String &packed) |
| int | Unpack (const char *string, int length) |
| WordRecord (WordContext *ncontext) | |
| int | Write (FILE *f) const |
Public Attributes | |
| WordContext * | context |
| WordRecordStorage | info |
| unsigned char | type |
1.5.5