Wt::SDLSurface::Deleter Class Reference

boost smart pointers with it More...

List of all members.

Public Member Functions

void operator() (SDL_Surface *s)


Detailed Description

boost smart pointers with it

Definition at line 341 of file sdlsurface.h.


Member Function Documentation

void Wt::SDLSurface::Deleter::operator() ( SDL_Surface *  s  ) 

Definition at line 46 of file sdlsurface.cpp.

00046                                                  {
00047     //trace("sdlsurface", "Deleting SDL_Surface %p\n", s);
00048     SDL_FreeSurface(s);
00049 }


The documentation for this class was generated from the following files:

Generated Fri Jul 28 19:32:56 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.