@todo provide better docs for this class
+ @tparam T
+ The type of the characters stored in this class.
+
@nolibrary
- @category{misc}
+ @category{data}
*/
template <typename T>
class wxCharTypeBuffer
@todo provide better docs for this class
@nolibrary
- @category{misc}
+ @category{data}
*/
class wxCharBuffer : public wxCharTypeBuffer<char>
{
This class is available only when <tt>wxUSE_WCHAR_T==1</tt>
@nolibrary
- @category{misc}
+ @category{data}
*/
class wxWCharBuffer : public wxCharTypeBuffer<wchar_t>
{
wxWCharBuffer(const wxCStrData& cstr);
};
-
-
/**
@class wxMemoryBuffer