ViennaCL - The Vienna Computing Library  1.5.2
Public Member Functions
count Class Reference

Reference counting class for the shared_ptr implementation. More...

#include <shared_ptr.hpp>

Public Member Functions

 count (unsigned int val)
void dec ()
void inc ()
bool is_null ()
unsigned int val ()

Detailed Description

Reference counting class for the shared_ptr implementation.


Constructor & Destructor Documentation

count ( unsigned int  val) [inline]

Member Function Documentation

void dec ( ) [inline]
void inc ( ) [inline]
bool is_null ( ) [inline]
unsigned int val ( ) [inline]

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