#include <list_node_pool.h>
gslib::static_container::list_node_pool< Value, Size >に対する継承グラフ
Public メソッド | |
list_node_pool () | |
virtual size_type | size () const |
Private メソッド | |
virtual node * | getTop () |
Private 変数 | |
uintptr_t | buffer_ [Size *sizeof(node)/sizeof(uintptr_t)] |
list_node_pool.h の 160 行で定義されています。
|
list_node_pool.h の 166 行で定義されています。 参照先 gslib::static_container::abstruct_list_node_pool< Value >::init().
00166 { 00167 init(); 00168 } |
関数の呼び出しグラフ:
|
gslib::static_container::abstruct_list_node_pool< Value >に実装されています. list_node_pool.h の 162 行で定義されています。 参照先 gslib::static_container::list_node_pool< Value, Size >::buffer_.
00162 { 00163 return reinterpret_cast< node* >( buffer_ ); 00164 } |
|
gslib::static_container::abstruct_list_node_pool< Value >に実装されています. list_node_pool.h の 170 行で定義されています。
00170 {
00171 return Size;
00172 }
|
|
list_node_pool.h の 161 行で定義されています。 参照元 gslib::static_container::list_node_pool< Value, Size >::getTop(). |