[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.4.8 Smart Pointers

A more recent new feature are smart pointers. These smart pointers allow you to automate the process of reference counting. If you use a smart pointer then you no longer need to worry about calling IncRef or DecRef. In last versions of Crystal Space the use of smart pointers is required. See section 5.9.1 Correctly Using Smart Pointers.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated using texi2html