10 #ifndef INBOXLISTITEM_H 11 #define INBOXLISTITEM_H 29 const key_type &
getId()
const;
void setParent(FileBackedMap< InboxListItem > *aParent)
Set the parent of this item.
void writeToStream(std::ofstream &aStream)
Write an InboxListItem to an output stream.
void readFromStream(std::istream &aStream)
Read an InboxListItem from an istream.
FileBackedMap< InboxListItem > * mParent
Stores the name associated with a list item that is sent to the client.
void setId(const key_type &aId)
Set the ID associated with this item.
const key_type & getId() const
Get the ID associated with this item.
Encapsulation of a message ID.