#include <wait.h>
Public Member Functions | |
| CallStackWithNr (char const *i, word32 n, CallStack const *p) | |
| std::string | Format () const |
| CallStack const * | Prev () const |
Protected Attributes | |
| word32 | m_nr |
| char const * | m_info |
| CallStack const * | m_prev |
An extended CallStack entry type with an additional numeric parameter.
Definition at line 115 of file wait.h.
1.7.1