GCC Middle and Back End API Reference
|
#include <sbitmap.h>
Public Member Functions | |
auto_sbitmap (unsigned int size) | |
~auto_sbitmap () | |
operator sbitmap () | |
operator const_sbitmap () const | |
Private Member Functions | |
auto_sbitmap (const auto_sbitmap &) | |
auto_sbitmap & | operator= (const auto_sbitmap &) |
auto_sbitmap (auto_sbitmap &&) | |
auto_sbitmap & | operator= (auto_sbitmap &&) |
Private Attributes | |
sbitmap | m_bitmap |
a class that ties the lifetime of a sbitmap to its scope.
|
inlineexplicit |
|
inline |
References m_bitmap, and sbitmap_free().
|
private |
|
private |
|
inline |
References m_bitmap.
|
private |
|
private |
|
private |
Referenced by operator const_sbitmap(), operator sbitmap(), and ~auto_sbitmap().