#include <SharedPtrObjectPool.h>
Static Public メソッド | |
template<typename Arg0, typename Arg1, typename Arg2, typename Arg3> | |
static boost::shared_ptr< T > | Construct (const Arg0 &a0, const Arg1 &a1, const Arg2 &a2, const Arg3 &a3) |
template<typename Arg0, typename Arg1, typename Arg2> | |
static boost::shared_ptr< T > | Construct (const Arg0 &a0, const Arg1 &a1, const Arg2 &a2) |
template<typename Arg0, typename Arg1> | |
static boost::shared_ptr< T > | Construct (const Arg0 &a0, const Arg1 &a1) |
template<typename Arg0> | |
static boost::shared_ptr< T > | Construct (const Arg0 &a0) |
static boost::shared_ptr< T > | Construct () |
SharedPtrObjectPool.h の 132 行で定義されています。
static boost::shared_ptr<T> Onikiri::PooledSharedPtrObject< T >::Construct | ( | const Arg0 & | a0, | |
const Arg1 & | a1, | |||
const Arg2 & | a2, | |||
const Arg3 & | a3 | |||
) | [inline, static] |
static boost::shared_ptr<T> Onikiri::PooledSharedPtrObject< T >::Construct | ( | const Arg0 & | a0, | |
const Arg1 & | a1, | |||
const Arg2 & | a2 | |||
) | [inline, static] |
static boost::shared_ptr<T> Onikiri::PooledSharedPtrObject< T >::Construct | ( | const Arg0 & | a0, | |
const Arg1 & | a1 | |||
) | [inline, static] |
static boost::shared_ptr<T> Onikiri::PooledSharedPtrObject< T >::Construct | ( | const Arg0 & | a0 | ) | [inline, static] |
static boost::shared_ptr<T> Onikiri::PooledSharedPtrObject< T >::Construct | ( | ) | [inline, static] |