#include <ErrorCodeAssembly.h>
Public Member Functions | |
| ErrorCodeAssembly (void) | |
| virtual | ~ErrorCodeAssembly (void) |
| ErrorCodeManager & | GetErrorCodeManager () const |
| void | AssembleErrorCodes () |
Public Attributes | |
| bool | _assembled |
A class for assembling error codes. Implementations of this interface are singleton objects.
| xl7::errorcodes::ErrorCodeAssembly< T >::ErrorCodeAssembly | ( | void | ) | [inline] |
Default constructor.
| virtual xl7::errorcodes::ErrorCodeAssembly< T >::~ErrorCodeAssembly | ( | void | ) | [inline, virtual] |
Destructor.
| void xl7::errorcodes::ErrorCodeAssembly< T >::AssembleErrorCodes | ( | ) | [inline] |
Assembles the error codes if they have not already been assembled.
| ErrorCodeManager& xl7::errorcodes::ErrorCodeAssembly< T >::GetErrorCodeManager | ( | ) | const [inline] |
Returns the error code manager singleton object.
| bool xl7::errorcodes::ErrorCodeAssembly< T >::_assembled |
The flag specifying whether the error codes have already been assembled.
1.7.1