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:
Atomic<bool> test = true;
test.exchange(false);
#define SC_TEST_EXPECT(e)
Records a test expectation (eventually aborting or breaking o n failed test)
Definition: Testing.h:113
The documentation for this struct was generated from the following file: