#include <si_std/ptrh.h>
Public Attributes | |
sc_rep_addRef | addRef |
sc_rep_relRef | relRef |
sc_rep_delete | delete |
In C++, such data structs are called v-tables (virtual tables) and the name is retained here.
Function to add a reference to a rep object.
Function to delete the rep object.
Function to release a reference to a rep object.