Fairport  v1.0.38
Message Objects
+ Collaboration diagram for Message Objects:

Classes

class  fairport::attachment
 Encapsulates an attachment to a message. More...
class  fairport::attachment_transform
 Defines a transform from a row to an attachment object. More...
class  fairport::recipient
 A recipient of a message. More...
struct  fairport::recipient_transform
 Defines a transform from a row to a recipient object. More...
class  fairport::message
 Represents a message in a PST file. More...

Functions

std::ostream & fairport::operator<< (std::ostream &out, const attachment &attach)
 operator<< overload for writing an attachment to an ostream

Function Documentation

std::ostream& fairport::operator<< ( std::ostream &  out,
const attachment &  attach 
) [inline]

operator<< overload for writing an attachment to an ostream

Parameters:
[in,out]outthe ostream to write an attachment to
[in]attachThe attachment to write
Returns:
The output stream

Definition at line 120 of file message.h.