Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

FTPSocket::direntry Class Reference

direntry represents a entry in a directory. More...

#include <ftp.h>

List of all members.

Public Methods

bool parse (std::string li)
 set members to the values found in li. More...

std::string getLine () const
 accessor for members. More...

std::string getAccess () const
std::string getUser () const
std::string getGroup () const
std::string getName () const
unsigned int getSize () const
bool is_dir () const
bool is_link () const
bool can_userread () const
bool can_userwrite () const
bool can_groupread () const
bool can_groupwrite () const
bool can_otherread () const
bool can_otherwrite () const

Protected Attributes

std::string _line
std::string _access
std::string _user
std::string _group
std::string _name
unsigned int _size


Detailed Description

direntry represents a entry in a directory.


Member Function Documentation

bool FTPSocket::direntry::can_groupread   const [inline]
 

bool FTPSocket::direntry::can_groupwrite   const [inline]
 

bool FTPSocket::direntry::can_otherread   const [inline]
 

bool FTPSocket::direntry::can_otherwrite   const [inline]
 

bool FTPSocket::direntry::can_userread   const [inline]
 

bool FTPSocket::direntry::can_userwrite   const [inline]
 

std::string FTPSocket::direntry::getAccess   const [inline]
 

std::string FTPSocket::direntry::getGroup   const [inline]
 

std::string FTPSocket::direntry::getLine   const [inline]
 

accessor for members.

std::string FTPSocket::direntry::getName void   const [inline]
 

unsigned int FTPSocket::direntry::getSize void   const [inline]
 

std::string FTPSocket::direntry::getUser   const [inline]
 

bool FTPSocket::direntry::is_dir   const [inline]
 

bool FTPSocket::direntry::is_link   const [inline]
 

bool FTPSocket::direntry::parse std::string   li
 

set members to the values found in li.


Member Data Documentation

std::string FTPSocket::direntry::_access [protected]
 

std::string FTPSocket::direntry::_group [protected]
 

std::string FTPSocket::direntry::_line [protected]
 

std::string FTPSocket::direntry::_name [protected]
 

unsigned int FTPSocket::direntry::_size [protected]
 

std::string FTPSocket::direntry::_user [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Dec 21 08:31:31 2001 for CommonC++ by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001