zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_atomic_t Struct Reference

A type representing an atomic integer value. It is a struct so people don't accidentally use numeric operations on it. More...

#include <SDL_atomic.h>

Public Attributes

int value
 

Detailed Description

A type representing an atomic integer value. It is a struct so people don't accidentally use numeric operations on it.

Definition at line 233 of file SDL_atomic.h.

Member Data Documentation

int SDL_atomic_t::value

Definition at line 233 of file SDL_atomic.h.

Referenced by SDL_AtomicAdd(), SDL_AtomicCAS(), SDL_AtomicGet(), and SDL_AtomicSet().


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