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

#include <pool_vector.h>

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

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

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

Public メソッド

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

説明

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

pool_vector.h52 行で定義されています。


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

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

pool_vector.h59 行で定義されています。

00060             : collection_type()
00061         {
00062         }

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

pool_vector.h64 行で定義されています。

00066           :
00067             collection_type(allocator)
00068         {
00069         }

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

pool_vector.h71 行で定義されています。

00075           : 
00076             collection_type(n, value, allocator) 
00077         {
00078         };

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

pool_vector.h81 行で定義されています。

00085           : 
00086             collection_type(begin, end, allocator)
00087         {
00088         };

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

pool_vector.h91 行で定義されています。

00092             : collection_type(x)
00093         {
00094         }


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