classapi.h File Reference
Header file that defines templatized utility functions used to implement the private data management inside the atomic classes.
More...
#include "compat.h"
Include dependency graph for classapi.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed Description
Header file that defines templatized utility functions used to implement the private data management inside the atomic classes.
Functions to:
- set the private data
- retrieve the private data
- deallocate the private data
Each utility function comes in 2 flavors:
Also, the DeleteData() functions are parameterized with a delete policy type that lets you implement the deletion task. We have provided two such policy classes:
- Author:
- Dimitri Curtil
- Version:
- SPARK 2.0
- Date:
- April 16, 2003
- Attention:
- PORTIONS COPYRIGHT (C) 2003 AYRES SOWELL ASSOCIATES, INC.
PORTIONS COPYRIGHT (C) 2003 THE REGENTS OF THE UNIVERSITY OF CALIFORNIA . PENDING APPROVAL BY THE US DEPARTMENT OF ENERGY. ALL RIGHTS RESERVED.