クラス テンプレート Onikiri::pool_list< T >

#include <pool_list.h>

Onikiri::pool_list< T >に対する継承グラフ

Inheritance graph
[凡例]
Onikiri::pool_list< T >のコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

Public メソッド

 pool_list (const pool_list< T > &x)
template<class input_iterator>
 pool_list (input_iterator begin, input_iterator end, const allocator_type &allocator=allocator_type())
 pool_list (size_t n, const T &value=T(), const allocator_type &allocator=allocator_type())
 pool_list (const allocator_type &allocator)
 pool_list ()

説明

template<typename T>
class Onikiri::pool_list< T >

pool_list.h54 行で定義されています。


コンストラクタとデストラクタ

template<typename T>
Onikiri::pool_list< T >::pool_list (  )  [inline]

pool_list.h62 行で定義されています。

00063             : base_type()
00064         {
00065         }

template<typename T>
Onikiri::pool_list< T >::pool_list ( const allocator_type &  allocator  )  [inline, explicit]

pool_list.h67 行で定義されています。

00069           :
00070             base_type(allocator)
00071         {
00072         }

template<typename T>
Onikiri::pool_list< T >::pool_list ( size_t  n,
const T &  value = T(),
const allocator_type &  allocator = allocator_type() 
) [inline, explicit]

pool_list.h74 行で定義されています。

00078           : 
00079             base_type(n, value, allocator) 
00080         {
00081         };

template<typename T>
template<class input_iterator>
Onikiri::pool_list< T >::pool_list ( input_iterator  begin,
input_iterator  end,
const allocator_type &  allocator = allocator_type() 
) [inline]

pool_list.h84 行で定義されています。

00088           : 
00089             base_type(begin, end, allocator)
00090         {
00091         };

template<typename T>
Onikiri::pool_list< T >::pool_list ( const pool_list< T > &  x  )  [inline]

pool_list.h93 行で定義されています。

00094             : base_type(x)
00095         {
00096         }


このクラスの説明は次のファイルから生成されました:
Onikiri2に対してTue Jun 18 15:15:13 2013に生成されました。  doxygen 1.4.7