Atomic variables (only for int
and bool
for now).
More...
template<typename T>
struct SC::Atomic< T >
Atomic variables (only for int
and bool
for now).
Example:
test.exchange(false);
#define SC_TEST_EXPECT(e)
Records a test expectation (eventually aborting or breaking o n failed test)
Definition Testing.h:116
Atomic variables (only for int and bool for now).
Definition Atomic.h:97
The documentation for this struct was generated from the following file: