8 #ifndef __MUN_BUFFER_HPP__ 9 #define __MUN_BUFFER_HPP__ 26 char* alloced = (
char*)MRS_REALLOC( m_Data, byteLen );
27 if ( NULL == alloced )
return;
mrs::Buffer の拡張クラス.
Definition: MunBuffer.hpp:17
void Resize(uint32 byteLen)
リサイス処理.
Definition: MunBuffer.hpp:24