rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWFtpDataReply Class Reference
[FTP]

Specialization class of RWFtpReply containing an RWSocketPortal for data that is to be read from or written to the underlying socket. More...

#include <rw/ftp/RWFtpDataReply.h>

Inheritance diagram for RWFtpDataReply:
RWFtpReply RWNumReply RWReply

List of all members.

Public Member Functions

 RWFtpDataReply (void)
 RWFtpDataReply (const RWFtpDataReply &reply)
RWFtpDataReplyoperator= (const RWFtpDataReply &reply)
RWSocketPortal getPortal (void) const

Related Functions

(Note that these are not member functions.)



std::ostream & operator<< (std::ostream &str, const RWFtpDataReply &r)

Detailed Description

RWFtpDataReply is a specialization class of RWFtpReply. It contains an RWSocketPortal for data that is to be read from or written to the underlying socket.


Constructor & Destructor Documentation

RWFtpDataReply::RWFtpDataReply ( void   ) 

Default constructor.

RWFtpDataReply::RWFtpDataReply ( const RWFtpDataReply reply  ) 

Copy constructor.


Member Function Documentation

RWSocketPortal RWFtpDataReply::getPortal ( void   )  const

Returns the RWSocketPortal to use for the data communication session.

RWFtpDataReply& RWFtpDataReply::operator= ( const RWFtpDataReply reply  ) 

Assignment operator. Makes self a copy of reply. The previous contents of self are lost.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  str,
const RWFtpDataReply r 
) [friend]

Outputs an RWFtpDataReply object to an std::ostream.

Note:
Class RWFtpDataReply does not have an extraction (>>) operator.
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.