Value‐semantic type for an error code with an optional error message.
Synopsis
Declared in <bdld_datumerror.h>
class DatumError;
Description
This component class provides a complex constrained attribute type, bdld::DatumError, that represents an error code with an optional descriptive error message. Note that this class holds a reference to the error message and does not make a copy of it.
Member Functions
Name |
Description |
|
Constructors |
Return the error code. |
|
Return a reference to the non‐modifyable error message. |
|
Write the value of this object to the specified output |
|
|
|
Non-Member Functions
Name |
Description |
Return |
|
Return |
|
Return |
|
Return |
|
Return |
|
Return |
Created with MrDocs