|
Common ODB Runtime Library
|
Classes | |
| class | lazy_shared_ptr |
| class | lazy_weak_ptr |
Functions | |
| template<class T , class Y > | |
| bool | operator== (const lazy_shared_ptr< T > &, const lazy_shared_ptr< Y > &) |
| template<class T , class Y > | |
| bool | operator!= (const lazy_shared_ptr< T > &, const lazy_shared_ptr< Y > &) |
| template<class T > | |
| void | swap (lazy_shared_ptr< T > &, lazy_shared_ptr< T > &) |
| template<class D , class T > | |
| D * | get_deleter (const lazy_shared_ptr< T > &) |
| template<class T > | |
| void | swap (lazy_weak_ptr< T > &, lazy_weak_ptr< T > &) |
| bool odb::tr1::operator== | ( | const lazy_shared_ptr< T > & | , |
| const lazy_shared_ptr< Y > & | |||
| ) |
| bool odb::tr1::operator!= | ( | const lazy_shared_ptr< T > & | , |
| const lazy_shared_ptr< Y > & | |||
| ) |
| void odb::tr1::swap | ( | lazy_shared_ptr< T > & | , |
| lazy_shared_ptr< T > & | |||
| ) |
| D* odb::tr1::get_deleter | ( | const lazy_shared_ptr< T > & | ) |
| void odb::tr1::swap | ( | lazy_weak_ptr< T > & | , |
| lazy_weak_ptr< T > & | |||
| ) |
1.8.7