| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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] | [ ? ] |