66 while( aStream.peek() !=
'\n' && !aStream.eof() )
84 std::ofstream & aStream
92 aStream <<
id[i] <<
',';
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
void setId(const key_type &aId)
Set the ID associated with this item.
BOOL mIsValid
True if this list item is mIsValid.
const key_type & getId() const
Get the ID associated with this item.
const uint8 * getId() const
Return a reference to the bytes of the message ID.
unsigned char uint8
8-bit unsigned integer
uint8 getIdSize() const
Return the size of the message ID.
Encapsulation of a message ID.