ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::threads::DbgConditionAsserter::ActionInfo Struct Reference

Description:

Collects caller info and the sequence number of actions.

Definition at line 322 of file dbgasserters.hpp.

#include <dbgasserters.hpp>

Collaboration diagram for alib::threads::DbgConditionAsserter::ActionInfo:
[legend]

Public Field Index:

int ActionNo = -1
 The sequence number of the action.
CallerInfo CI
 The caller information.

Field Details:

◆ ActionNo

int alib::threads::DbgConditionAsserter::ActionInfo::ActionNo = -1

The sequence number of the action.

Definition at line 324 of file dbgasserters.hpp.

◆ CI

CallerInfo alib::threads::DbgConditionAsserter::ActionInfo::CI

The caller information.

Definition at line 323 of file dbgasserters.hpp.


The documentation for this struct was generated from the following file: