class BytesField : public TableField Table field
| | BytesField::AsString () Returns string representation of the value |
| | BytesField::BytesField (Char *aName, MsgField *aValue, LogFile *aLogFile) Constructor of StringField |
| | BytesField::CreateCopy () Returns identical object |
| | BytesField::EqualTo (void *aValue) This field does NOT SUPPORT SEARCHING YET - has to be able |
| | BytesField::GetAsGMessage () Gets contents of this BytesField as a GMessage |
| | BytesField::GetAsMsgField () Gets contents of this BytesField as a MsgField |
| | BytesField::ReadFromFile (File *aFile, Size *bytesToEORec) Reads the contents of a field stored in a file |
| | BytesField::SetAsGMessage (GMessage *aGMessage) Enables simple storage of MsgField |
| | BytesField::SetAsMsgField (MsgField *aMsgField) Enables simple storage of GMessage |
| | BytesField::SetValue (Void *aValue) Sets the "value" to "*aValue" |
| | BytesField::SizeOf () Returns size of string representation of value |
| | BytesField::WriteToFile (File *aFile) Writes the contents of a MsgField "value" to an open file |
| | BytesField::~BytesField () Destructor of StringField |
| | methods
|
| | attributes
|
Table field. TableField, that holds an array of bytes in format
virtual ~BytesField()
virtual Field* CreateCopy()
virtual char* Print()
virtual Int EqualTo(void *aValue)
virtual Size SizeOf()
virtual Int IsFixed()
GMessage* GetAsGMessage()
MsgField* GetAsMsgField()
Err SetAsGMessage(GMessage *aGMessage)
Err SetAsMsgField(MsgField *aMsgField)
virtual Err SetValue(Void *aValue)
virtual Err ReadFromFile(File *aFile, Size *bytesToEORec)
BytesField::BytesField(Char *aName, MsgField *aValue, LogFile *aLogFile)
Field* BytesField::CreateCopy()
Int BytesField::EqualTo(void *aValue)
GMessage* BytesField::GetAsGMessage()
MsgField* BytesField::GetAsMsgField()
Err BytesField::ReadFromFile(File *aFile, Size *bytesToEORec)
Err BytesField::SetAsGMessage(GMessage *aGMessage)
Err BytesField::SetAsMsgField(MsgField *aMsgField)
Err BytesField::SetValue(Void *aValue)
Size BytesField::SizeOf()
Err BytesField::WriteToFile(File *aFile)
BytesField::~BytesField()
alphabetic index hierarchy of classes
generated by doc++