gatelib  2.1
REFERENCES

Introduction

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();

Usage.

There are two ways to define

See also
g::cont::ref