Class documentation of Concepts

Loading...
Searching...
No Matches
fileexception.hh
Go to the documentation of this file.
1
6#ifndef fileExc_hh
7#define fileExc_hh
8
9#include "exceptions.hh"
10
11namespace concepts {
12
13 // ********************************************************* FileOpenError **
14
19 public:
23 FileOpenError(const std::string& file) throw();
24 protected:
25 virtual std::ostream& info(std::ostream& os) const throw();
26 };
27
28}
29
30#endif // fileExc_hh
FileOpenError(const std::string &file)
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Set< F > makeSet(uint n, const F &first,...)
Definition set.hh:320