|
template<typename... Args_> |
const std::shared_ptr< const T_ > | create (const Args_ &...) const PALUDIS_ATTRIBUTE((warn_unused_result)) |
|
template<typename T1_ > |
const std::shared_ptr< const T_ > | create (const T1_ &) const PALUDIS_ATTRIBUTE((warn_unused_result)) |
|
template<typename T1_ , typename T2_ > |
const std::shared_ptr< const T_ > | create (const T1_ &, const T2_ &) const PALUDIS_ATTRIBUTE((warn_unused_result)) |
|
template<typename T1_ , typename T2_ , typename T3_ > |
const std::shared_ptr< const T_ > | create (const T1_ &, const T2_ &, const T3_ &) const PALUDIS_ATTRIBUTE((warn_unused_result)) |
|
template<typename T1_ , typename T2_ , typename T3_ , typename T4_ > |
const std::shared_ptr< const T_ > | create (const T1_ &, const T2_ &, const T3_ &, const T4_ &) const PALUDIS_ATTRIBUTE((warn_unused_result)) |
|
| Singleton ()=default |
|
| Singleton (const Singleton &)=delete |
|
const Singleton & | operator= (const Singleton &)=delete |
|
|
class | Singleton< Pool< T_ > > |
|
The documentation for this class was generated from the following files:
- /mnt/home/bo/scm/paludis/paludis/paludis/util/pool-fwd.hh
- /mnt/home/bo/scm/paludis/paludis/paludis/util/pool.hh