Defines | Typedefs
SmartPtr.h File Reference

Defines

#define BOOST_ATOMIC_INCREMENT(x)   boost::detail::atomic_increment(x)
#define BOOST_ATOMIC_DECREMENT(x)   (boost::detail::atomic_exchange_and_add(x, -1) == 1)
#define BOOST_ATOMIC_ADD(x, v)   (boost::detail::atomic_exchange_and_add(x, v) == 1)

Typedefs

typedef int BOOST_ATOMIC_STORAGE
 Some useful definitions related to Boost Smart Pointer support.

Detailed Description

Copyright (c) 2008, CodeLathe LLC


Generated on Wed Oct 12 2011 21:46:51. © CodeLathe LLC 2007-2011. All Rights Reserved.