Go to the source code of this file.
|
class | sf::TPointerBase< T > |
| A pair of smart pointer template classes. Provides basic conversion operator to T*, as well as dereference (*), and 0-checking (!). These classes assume that they alone are responsible for deleting the object or array unless Relinquish() is called. More...
|
|
class | sf::TPointer< T > |
| Pointer to a single object. Provides member access operator -> More...
|
|
class | sf::TAPointer< T > |
| Pointer to an array of type T. Provides an array subscript operator and uses array delete[]. More...
|
|