|
ViennaCL - The Vienna Computing Library
1.5.1
|
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 () |
Reference counting class for the shared_ptr implementation.
| count | ( | unsigned int | val | ) | [inline] |
| void dec | ( | ) | [inline] |
| void inc | ( | ) | [inline] |
| bool is_null | ( | ) | [inline] |
| unsigned int val | ( | ) | [inline] |
1.7.6.1