base::FileT< sizeT, traits > Member List

This is the complete list of members for base::FileT< sizeT, traits >, including all inherited members.
_fdbase::FileBase [protected]
_linenobase::FileBase [protected]
_namebase::FileBase [protected]
_rdbufbase::FileBase [protected]
_rdbufposbase::FileBase [protected]
_rdbufsizebase::FileBase [protected]
_rdbufusedbase::FileBase [protected]
_stayopenbase::FileBase [protected]
_tempbase::FileBase [protected]
_tempdelbase::FileBase [protected]
_wrbufbase::FileBase [protected]
_wrbufsizebase::FileBase [protected]
_wrbufusedbase::FileBase [protected]
chmod(const String &path, unsigned mode)base::FileBase [static]
chown(const String &path, unsigned uid, unsigned gid)base::FileBase [static]
close()base::FileBase
copy(const String &src, const String &dst)base::FileBase [static]
DISALLOW_COPY_CONSTRUCTOR_AND_ASSIGNMENT(FileT)base::FileT< sizeT, traits >
base::FileBase::DISALLOW_COPY_CONSTRUCTOR_AND_ASSIGNMENT(FileBase)base::FileBase [protected]
exists(const String &path)base::FileBase [static]
FileBase()base::FileBase [protected]
FileBase(const char *name, int flags=ofReadOnly, int mode=0666)base::FileBase [protected]
FileBase(const String &name, int flags=ofReadOnly, int mode=0666)base::FileBase [protected]
FileBase(handle_type fd, const String &name="", bool temp=false, bool stayopen=false, int allocbufs=3)base::FileBase [protected]
FileT()base::FileT< sizeT, traits > [inline]
FileT(const char *name, int flags=ofReadOnly, int mode=0666)base::FileT< sizeT, traits > [inline]
FileT(const String &name, int flags=ofReadOnly, int mode=0666)base::FileT< sizeT, traits > [inline]
FileT(handle_type fd, const String &name="", bool temp=false, bool stayopen=false, int allocbufs=3)base::FileT< sizeT, traits > [inline]
flush()base::FileBase
fstat() const base::FileT< sizeT, traits > [inline]
getFD() const base::FileBase
getLineNo() const base::FileBase
getName() const base::FileBase
getPos() const base::FileT< sizeT, traits > [inline]
getTempPath()base::FileBase [static]
handle_type typedefbase::FileBase
isAbsoluteFileName(const String &name)base::FileBase [static]
isOpen() const base::FileBase
lock(bool exclusive=true, bool block=true)base::FileBase
makeFileName(const String &dname, const String &fname, bool fixdelim=true)base::FileBase [static]
mkfifo(const String &name, unsigned mode)base::FileBase [static]
move(const String &oldpath, const String &newpath)base::FileBase [static]
ofAppend enum valuebase::FileBase
ofCreate enum valuebase::FileBase
ofExclusive enum valuebase::FileBase
ofReadOnly enum valuebase::FileBase
ofReadWrite enum valuebase::FileBase
ofReadWriteCreate enum valuebase::FileBase
ofReadWriteCreateTruncate enum valuebase::FileBase
ofTruncate enum valuebase::FileBase
ofWriteCreate enum valuebase::FileBase
ofWriteCreateTruncate enum valuebase::FileBase
ofWriteOnly enum valuebase::FileBase
open(const char *name, int flags=ofReadOnly, int mode=0666, bool temp=false, bool stayopen=false)base::FileBase
open(const String &name, int flags=ofReadOnly, int mode=0666, bool temp=false, bool stayopen=false)base::FileBase
open(handle_type fd, const String &name="", bool temp=false, bool stayopen=false, int allocbufs=3)base::FileBase
openTemp(const String &name, const String &dir="", int tempdel=tempDelOnClose)base::FileBase
read(void *buf, size_type count, bool exact=false)base::FileBase
read(String &rbuf, size_type count, bool exact=false)base::FileBase
readln(String &ret, bool strip=false)base::FileBase
readstr(String &ret)base::FileBase
readto(void *buf, size_type count, bool exact, unsigned timeout, bool *rtimedout)base::FileBase
rename(const String &oldpath, const String &newpath)base::FileBase [static]
seek(sizeT pos)base::FileT< sizeT, traits > [inline]
seekEOF()base::FileT< sizeT, traits > [inline]
setBlocking(bool blocking)base::FileBase
setReadBuffer(size_type size)base::FileBase
setWriteBuffer(size_type size)base::FileBase
size() const base::FileT< sizeT, traits > [inline]
size_type typedefbase::FileT< sizeT, traits >
split(const StringT< charT, traits > &filename, StringT< charT, traits > &dirname, StringT< charT, traits > &basename)base::FileBase [static]
stat(const String &path)base::FileT< sizeT, traits > [inline, static]
symlink(const String &oldpath, const String &newpath, bool force=false)base::FileBase [static]
tempDelNever enum valuebase::FileBase
tempDelOnClose enum valuebase::FileBase
tempDelOnDelete enum valuebase::FileBase
touch(const String &path, bool parent=false, unsigned dmode=0755, unsigned fmode=0644, unsigned uid=(unsigned)-1, unsigned gid=(unsigned)-1)base::FileBase [static]
truncate(sizeT len)base::FileT< sizeT, traits > [inline]
unlink(const String &path, bool force=false)base::FileBase [static]
unlock()base::FileBase
write(const void *buf, size_type count, bool exact=true)base::FileBase
write(const String &buf, bool exact=true)base::FileBase
writef(const char *fmt,...)base::FileBase
writevf(const char *fmt, va_list ap)base::FileBase
~FileBase()base::FileBase [protected]