|
OpenRTM-aist
1.1.2
|
#include <Allocator.h>
公開メンバ関数 | |
| virtual | ~Allocator () |
| デストラクタ [詳解] | |
| virtual void * | New (size_t t) throw (std::bad_alloc) |
| メモリ領域確保 [詳解] | |
| virtual void | Delete (void *p) throw () |
| メモリ領域解放 [詳解] | |
| virtual void * | NewArray (size_t t) throw (std::bad_alloc) |
| 配列用メモリ領域確保 [詳解] | |
| virtual void | DeleteArray (void *p) throw () |
| 配列用メモリ領域解放 [詳解] | |
その他の継承メンバ | |
基底クラス coil::Singleton< Allocator > に属する継承公開型 | |
| typedef Allocator * | SingletonClassPtr |
| typedef ::coil::Mutex | Mutex |
基底クラス coil::Singleton< Allocator > に属する継承静的公開メンバ関数 | |
| static Allocator & | instance () |
| インスタンス生成 [詳解] | |
基底クラス coil::Singleton< Allocator > に属する継承限定公開メンバ関数 | |
| Singleton () | |
| コンストラクタ [詳解] | |
| ~Singleton () | |
| デストラクタ [詳解] | |
基底クラス coil::Singleton< Allocator > に属する継承静的限定公開変数類 | |
| static coil::Mutex | m_mutex |
| 排他制御オブジェクト [詳解] | |
| static Allocator * | m_instance |
| SingletonClass オブジェクト [詳解] | |
Allocator クラス
|
inlinevirtual |
|
virtual | ||||||||||||||
|
virtual | ||||||||||||||
|
virtual | ||||||||||||||
|
virtual | ||||||||||||||
1.8.11