#include <wait.h>
Inheritance diagram for CallStackWithStr:

Definition at line 126 of file wait.h.
Public Member Functions | |
| CallStackWithStr (char const *i, char const *z, CallStack const *p) | |
| std::string | Format () const |
| CallStack const * | Prev () const |
Protected Attributes | |
| char const * | m_z |
| char const * | m_info |
| CallStack const * | m_prev |
1.5.1-p1