#include "define.h"
#include "FountainErrors.h"
#include <string>
#include <stdexcept>
#include <cstddef>
#include <ostream>
Include dependency graph for FountainErrors.cpp:

Go to the source code of this file.
Functions | |
| ostream & | operator<< (std::ostream &output, const FountainException &rhs) |
| bool | fountain_convert (const char *s, FountainErrorCode &t) |
| Convert a string into an enum. | |
| const char * | fountain_convert (FountainErrorCode t) |
| Convert a FountainErrorCode enum into a string. | |
Definition in file FountainErrors.cpp.
|
|
Convert a FountainErrorCode enum into a string.
Definition at line 67 of file FountainErrors.cpp. |
|
||||||||||||
|
Convert a string into an enum.
Definition at line 28 of file FountainErrors.cpp. |
1.4.6