GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Public Member Functions | Public Attributes
graphchi::atomic< T > Class Template Reference

atomic object toolkit More...

#include <atomic.hpp>

List of all members.

Public Member Functions

 atomic (const T &value=0)
inc ()
dec ()
inc (T val)
dec (T val)

Public Attributes

volatile T value

Detailed Description

template<typename T>
class graphchi::atomic< T >

atomic object toolkit

A templated class for creating atomic numbers.


The documentation for this class was generated from the following file: