|
inlib
1.2.0
|


Public Member Functions | |
| virtual bool | fetch_cbk (inlib::uint64 a_length) |
| xxx (std::ostream &a_out, bool a_verbose, ftp &a_ftp) | |
| virtual | ~xxx () |
Protected Member Functions | |
| xxx (const xxx &a_from) | |
| xxx & | operator= (const xxx &a_from) |
Protected Attributes | |
| ftp & | m_ftp |
| inlib::net::ftp::xxx::xxx | ( | std::ostream & | a_out, |
| bool | a_verbose, | ||
| ftp & | a_ftp | ||
| ) | [inline] |
Definition at line 74 of file ftp.
: inlib::net::inet_socket(a_out,a_verbose) ,m_ftp(a_ftp) {}
| inlib::net::ftp::xxx::xxx | ( | const xxx & | a_from | ) | [inline, protected] |
Definition at line 80 of file ftp.
: inlib::net::inet_socket(a_from) ,m_ftp(a_from.m_ftp) {}
| virtual bool inlib::net::ftp::xxx::fetch_cbk | ( | inlib::uint64 | a_length | ) | [inline, virtual] |
Reimplemented from inlib::net::base_socket.
Definition at line 70 of file ftp.
{
return m_ftp.fetch_cbk(a_length);
}
Definition at line 84 of file ftp.
{
inlib::net::inet_socket::operator=(a_from);
return *this;
}
ftp& inlib::net::ftp::xxx::m_ftp [protected] |
1.7.5.1