#include "common.h"
Go to the source code of this file.
Namespaces | |
namespace | SimTK |
Classes | |
class | AtomicInteger |
This class functions exactly like an int, except that the following operators are atomic: ++, --, +=, -=, *=, /=, =, &=, |=, ^=, <<=, and >>=. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const AtomicInteger &value) |