This is the complete list of members for BEntry, including all inherited members.
BEntry() | BEntry | |
BEntry(const BDirectory *dir, const char *path, bool traverse=false) | BEntry | |
BEntry(const entry_ref *ref, bool traverse=false) | BEntry | |
BEntry(const char *path, bool traverse=false) | BEntry | |
BEntry(const BEntry &entry) | BEntry | |
Exists() const | BEntry | |
GetAccessTime(time_t *atime) const | BStatable | |
GetCreationTime(time_t *ctime) const | BStatable | |
GetGroup(gid_t *group) const | BStatable | |
GetModificationTime(time_t *mtime) const | BStatable | |
GetName(char *buffer) const | BEntry | |
GetNodeRef(node_ref *ref) const | BStatable | |
GetOwner(uid_t *owner) const | BStatable | |
GetParent(BEntry *entry) const | BEntry | |
GetParent(BDirectory *dir) const | BEntry | |
GetPath(BPath *path) const | BEntry | |
GetPermissions(mode_t *permissions) const | BStatable | |
GetRef(entry_ref *ref) const | BEntry | |
GetSize(off_t *size) const | BStatable | |
GetStat(struct stat *stat) const | BEntry | virtual |
GetVolume(BVolume *volume) const | BStatable | |
InitCheck() const | BEntry | |
IsDirectory() const | BStatable | |
IsFile() const | BStatable | |
IsSymLink() const | BStatable | |
MoveTo(BDirectory *dir, const char *path=NULL, bool clobber=false) | BEntry | |
operator!=(const BEntry &item) const | BEntry | |
operator=(const BEntry &item) | BEntry | |
operator==(const BEntry &item) const | BEntry | |
Remove() | BEntry | |
Rename(const char *path, bool clobber=false) | BEntry | |
SetAccessTime(time_t atime) | BStatable | |
SetCreationTime(time_t ctime) | BStatable | |
SetGroup(gid_t group) | BStatable | |
SetModificationTime(time_t mtime) | BStatable | |
SetOwner(uid_t owner) | BStatable | |
SetPermissions(mode_t permissions) | BStatable | |
SetTo(const BDirectory *dir, const char *path, bool traverse=false) | BEntry | |
SetTo(const entry_ref *ref, bool traverse=false) | BEntry | |
SetTo(const char *path, bool traverse=false) | BEntry | |
Unset() | BEntry | |
~BEntry() | BEntry | virtual |