#include <ArClientFileUtils.h>
Public Member Functions | |
ArClientFileListerItem (const ArClientFileListerItem &item) | |
Copy Constructor. | |
ArClientFileListerItem (const char *name, time_t atime, time_t mtime, ArTypes::UByte4 size) | |
Constructor. | |
time_t | getLastAccessedTime (void) const |
Gets the time this list item was last accessed in seconds from 1970. | |
time_t | getLastModifiedTime (void) const |
Gets the time this list item was last modified in seconds from 1970. | |
const char * | getName (void) const |
Gets the name of the list item. | |
ArTypes::UByte4 | getSize (void) const |
Gets the size of this list item in bytes. | |
ArClientFileListerItem & | operator= (const ArClientFileListerItem &item) |
Assignment operator. | |
virtual | ~ArClientFileListerItem () |
Destructor. | |
Protected Attributes | |
time_t | myATime |
time_t | myMTime |
std::string | myName |
ArTypes::UByte4 | mySize |