Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
File Member List
This is the complete list of members for File, including all inherited members.
- append(File other)
- clear()
[inline]
- dump(File other)
[inline]
- dump(std::ostream &out)
- eof()
[inline]
- fh
[private, static]
- fh_has_file(std::string name)
[static]
- File()
- File(std::string name, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out, bool nocreate=false, bool real=true)
- File(const File &file)
- flush()
[inline]
- get(char &c)
[inline]
- get_io()
[inline]
- get_line() const
[inline]
- get_mode() const
[inline]
- get_name() const
[inline]
- init_name
[private]
- is_valid() const
[inline]
- nocreate
[private]
- open(std::string name, std::ios_base::openmode mode=std::ios_base::in|std::ios_base::out, bool nocreate=false, bool real=true)
[inline]
- operator!() const
[inline]
- operator++()
[inline]
- operator--()
[inline]
- operator<<(const T t)
[inline]
- operator=(const File &file)
- operator>>(T &t)
[inline]
- put(char c)
[inline]
- read(char *ptr, std::streamsize n)
[inline]
- real
[private]
- s
[private]
- seekg(long pos)
[inline]
- seekp(long pos)
[inline]
- set_line(int line)
[inline]
- set_mode(std::ios_base::openmode mode)
[private]
- stats(File other)
[inline]
- stats(std::ostream &out)
- tellg()
[inline]
- tellp()
[inline]
- trunc()
- use_handler()
[static]
- use_handler(bool u)
[static]
- use_mem
[private, static]
- use_tmp
[private, static]
- use_tmp_files()
[static]
- use_tmp_files(bool u)
[static]
- valid
[private]
- write(std::string str)
[inline]
- write(std::string str, std::streamsize n)
[inline]
- ~File()
Generated on Tue Nov 20 02:19:53 2001 for Leo<HTML> by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001