fawkes::ShmCouldNotAttachException Class Reference
Could not attach to shared memory segment. More...
#include <utils/ipc/shm_exceptions.h>
Inheritance diagram for fawkes::ShmCouldNotAttachException:

Public Member Functions | |
| ShmCouldNotAttachException (const char *msg) | |
| Constructor. | |
Detailed Description
Could not attach to shared memory segment.Definition at line 33 of file shm_exceptions.h.
Constructor & Destructor Documentation
| fawkes::ShmCouldNotAttachException::ShmCouldNotAttachException | ( | const char * | msg | ) |
Constructor.
- Parameters:
-
msg message why we could not attach
Definition at line 43 of file shm_exceptions.cpp.
The documentation for this class was generated from the following files:
- src/libs/utils/ipc/shm_exceptions.h
- src/libs/utils/ipc/shm_exceptions.cpp

