tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
stm::iccsync::SWAP_ADAPTER< T, S, 0 > Struct Template Reference

#include <icc-sync.hpp>

Collaboration diagram for stm::iccsync::SWAP_ADAPTER< T, S, 0 >:

Static Public Member Functions

static T swap (volatile T *address, S value)
 

Detailed Description

template<typename T, typename S>
struct stm::iccsync::SWAP_ADAPTER< T, S, 0 >

swap when S is larger than a T, we have to intelligently cast.. just c-casting for now

Member Function Documentation

template<typename T , typename S >
static T stm::iccsync::SWAP_ADAPTER< T, S, 0 >::swap ( volatile T *  address,
value 
)
inlinestatic

Here is the call graph for this function:


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