Simbody
Classes | Namespaces | Functions

AtomicInteger.h File Reference

#include "SimTKcommon/internal/common.h"

Go to the source code of this file.

Classes

class  SimTK::AtomicInteger
 This class functions exactly like an int, except that the following operators are atomic: ++, --, +=, -=, *=, /=, =, &=, |=, ^=, <<=, and >>=. More...

Namespaces

namespace  SimTK
 

This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols.


Functions

std::ostream & SimTK::operator<< (std::ostream &stream, const AtomicInteger &value)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines