#include <boost/memory_order.hpp>
#include "ros/atomic.h"
#include <typeinfo>
#include <gtest/gtest.h>
Go to the source code of this file.
◆ TestEnum
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ TEST()
◆ test_atomic_arithmetic()
template<typename T >
| void test_atomic_arithmetic |
( |
void |
| ) |
|
◆ test_atomic_base()
template<typename T >
| void test_atomic_base |
( |
void |
| ) |
|
◆ test_atomic_base< bool >()
◆ test_atomic_flag()
| void test_atomic_flag |
( |
| ) |
|
◆ test_atomic_ptr()
template<typename T >
| void test_atomic_ptr |
( |
void |
| ) |
|
◆ test_atomic_struct()
| void test_atomic_struct |
( |
void |
| ) |
|
◆ test_fence()