#include <shared_object.hpp>
|
| void | leave () |
| |
| void | divorce () |
| |
| template<class P0 > |
| | shared_object (P0 a) |
| |
| template<class P0 , class P1 > |
| | shared_object (P0 a, P1 b) |
| |
| template<class P0 , class P1 , class P2 > |
| | shared_object (P0 a, P1 b, P2 c) |
| |
| template<class P0 , class P1 , class P2 , class P3 > |
| | shared_object (P0 a, P1 b, P2 c, P3 d) |
| |
| | shared_object () |
| |
| | shared_object (const R &obj_arg) |
| |
| | shared_object (const shared_object &s) |
| |
| | shared_object (rep *s) |
| |
| | ~shared_object () |
| |
| shared_object & | operator= (const shared_object &s) |
| |
| iterator | operator-> () |
| |
| R & | operator* () |
| |
| const_iterator | operator-> () const |
| |
| const R & | operator* () const |
| |
| int | ref () const |
| |
| int | ref () |
| |
template<class R>
template<class P0 >
template<class R>
template<class P0 , class P1 >
template<class R>
template<class P0 , class P1 , class P2 >
template<class R>
template<class P0 , class P1 , class P2 , class P3 >
The documentation for this class was generated from the following file: