realroot_doc 0.1.1
|
#include <shared_object.hpp>
Definition at line 57 of file shared_object.hpp.
typedef const R* const_iterator |
Definition at line 108 of file shared_object.hpp.
typedef R element_type |
Definition at line 60 of file shared_object.hpp.
typedef R* iterator |
Definition at line 107 of file shared_object.hpp.
typedef R object_type |
Definition at line 106 of file shared_object.hpp.
shared_object | ( | P0 | a | ) | [inline] |
Definition at line 111 of file shared_object.hpp.
shared_object | ( | P0 | a, |
P1 | b | ||
) | [inline] |
Definition at line 113 of file shared_object.hpp.
shared_object | ( | P0 | a, |
P1 | b, | ||
P2 | c | ||
) | [inline] |
Definition at line 115 of file shared_object.hpp.
shared_object | ( | P0 | a, |
P1 | b, | ||
P2 | c, | ||
P3 | d | ||
) | [inline] |
Definition at line 117 of file shared_object.hpp.
shared_object | ( | ) | [inline] |
Definition at line 118 of file shared_object.hpp.
shared_object | ( | const R & | obj_arg | ) | [inline] |
Definition at line 121 of file shared_object.hpp.
shared_object | ( | const shared_object< R > & | s | ) | [inline] |
Definition at line 122 of file shared_object.hpp.
shared_object | ( | rep * | s | ) | [inline] |
Definition at line 123 of file shared_object.hpp.
~shared_object | ( | ) | [inline] |
Definition at line 124 of file shared_object.hpp.
{leave(); }
void divorce | ( | ) | [inline] |
Definition at line 103 of file shared_object.hpp.
Referenced by shared_object< std::vector< homography< real > > >::operator*(), and shared_object< std::vector< homography< real > > >::operator->().
void leave | ( | ) | [inline] |
Definition at line 99 of file shared_object.hpp.
Referenced by shared_object< std::vector< homography< real > > >::operator=(), and shared_object< std::vector< homography< real > > >::~shared_object().
const R& operator* | ( | ) | const [inline] |
Definition at line 138 of file shared_object.hpp.
R& operator* | ( | ) | [inline] |
iterator operator-> | ( | ) | [inline] |
const_iterator operator-> | ( | ) | const [inline] |
Definition at line 137 of file shared_object.hpp.
shared_object& operator= | ( | const shared_object< R > & | s | ) | [inline] |
Definition at line 126 of file shared_object.hpp.
int ref | ( | ) | [inline] |
Definition at line 141 of file shared_object.hpp.
int ref | ( | ) | const [inline] |
Definition at line 140 of file shared_object.hpp.
void swap | ( | shared_object< R > & | s2 | ) | [inline] |
Definition at line 132 of file shared_object.hpp.
Referenced by shared_object< std::vector< homography< real > > >::swap().
Definition at line 97 of file shared_object.hpp.
Referenced by shared_object< std::vector< homography< real > > >::divorce(), shared_object< std::vector< homography< real > > >::leave(), shared_object< std::vector< homography< real > > >::operator*(), shared_object< std::vector< homography< real > > >::operator->(), shared_object< std::vector< homography< real > > >::operator=(), shared_object< std::vector< homography< real > > >::ref(), shared_object< std::vector< homography< real > > >::shared_object(), and shared_object< std::vector< homography< real > > >::swap().