![]() |
Shamrock 2025.10.0
Astrophysical Code
|
A struct to access the pointer associated to the buffer. More...
#include <shamalgs/include/shamalgs/atomic/ErrorChecker.hpp>
Public Member Functions | |
| void | set_error (u32 id) const |
| Increments the error count associated to the given id in the buffer. | |
Public Attributes | |
| u32 * | ptr |
| The pointer to the buffer. | |
A struct to access the pointer associated to the buffer.
Definition at line 147 of file ErrorChecker.hpp.
|
inline |
Increments the error count associated to the given id in the buffer.
Definition at line 151 of file ErrorChecker.hpp.
| u32* shamalgs::atomic::ErrorCheckCounter::accessed::ptr |
The pointer to the buffer.
Definition at line 148 of file ErrorChecker.hpp.