Class documentation of Concepts

Loading...
Searching...
No Matches
fortranException.hh
Go to the documentation of this file.
1
6#ifndef fortranException_hh
7#define fortranException_hh
8
9#include "exceptions.hh"
10
11namespace concepts {
12
13 // ****************************************************** FortranException **
14
20 public:
26 FortranException(const int info, const std::string& name,
27 const std::string text = "") throw();
29 virtual std::ostream& info(std::ostream& os) const throw();
30 };
31
32} // namespace concepts
33
34#endif // fortranException_hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
FortranException(const int info, const std::string &name, const std::string text="")
Set< F > makeSet(uint n, const F &first,...)
Definition set.hh:320