Version: 2.9.4
Classes | Typedefs
buffer.h File Reference

クラス

class  wxScopedCharTypeBuffer< T >
 wxScopedCharTypeBuffer<T> is a template class for storing characters. More...
class  wxCharTypeBuffer< T >
 wxCharTypeBuffer<T> is a template class for storing characters. More...
class  wxCharBuffer
 This is a specialization of wxCharTypeBuffer<T> for char type. More...
class  wxWCharBuffer
 This is a specialization of wxCharTypeBuffer<T> for wchar_t type. More...
class  wxMemoryBuffer
 A wxMemoryBuffer is a useful data structure for storing arbitrary sized blocks of memory. More...

Typedefs

typedef wxScopedCharTypeBuffer
< char > 
wxScopedCharBuffer
 Scoped char buffer.
typedef wxScopedCharTypeBuffer
< wchar_t > 
wxScopedWCharBuffer
 Scoped wchar_t buffer.

Typedef Documentation

Scoped char buffer.

Scoped wchar_t buffer.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines