sc_rep_vtable Struct Reference

Structure of lifetime management functions. More...

#include <si_std/ptrh.h>

List of all members.

Public Attributes

sc_rep_addRef addRef
sc_rep_relRef relRef
sc_rep_delete delete


Detailed Description

Structure of lifetime management functions.

In C++, such data structs are called v-tables (virtual tables) and the name is retained here.


Member Data Documentation

Function to add a reference to a rep object.

Function to delete the rep object.

Function to release a reference to a rep object.


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

doxygen