Home :: GreenPad :: ki :: Memory | classes |
class Object | ^ |
標準基底クラスJavaのObject や MFCのCObject みたいに使う…わけではなく、 単にここから派生すると自動で operator new/delete が高速版に なるので便利だよ、という使い方のための基底クラスです。
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\memory.h:108
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description operator delete operator public undocumented operator new operator public undocumented
operator delete | ? ^ > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\memory.h:115
- Code:
public static void operator delete (
void * ptr ,
size_t siz )
operator new | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\memory.h:112
- Code:
public static void * operator new (
size_t siz )
Created Mon May 06 21:01:05 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.