gatelib
2.1
|
References allows you to use ref counted smart pointer objects.
A smart pointer object is created as an empty object and must be initialised like in:
g::cont::ref<int> int_ref;
int_ref = g::cont::ref<int>::g_cont_new();
There are two ways to define