Go to the documentation of this file.
22 #ifndef DBA_CORE_FILE_H
23 #define DBA_CORE_FILE_H
73 const std::string&
name()
const throw () {
return m_name; }
81 virtual Encoding
type()
const throw () = 0;
117 static std::auto_ptr<
File>
create(Encoding
type, const std::
string&
name, const
char* mode);