|
ROSE 0.11.145.354
|
Public Types | |
| using | Value = std::string |
Public Member Functions | |
| Error (const Error &other) | |
| Copy constructor. | |
| Error (const Value &error) | |
| Construct from a value. | |
| const Value & | operator* () const |
| Dereference to obtain error. | |
| const Value * | operator-> () const |
| Dereference to obtain pointer to error. | |
| Error & | operator= (const Error &other) |
| Assignment. | |
| Error & | operator= (const Value &error) |
| Assignment. | |
| using Sawyer::Error< char[N]>::Value = std::string |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |