#include <shared_object.hpp>
Definition at line 71 of file shared_object.hpp.
rep | ( | P0 | a | ) | [inline] |
Definition at line 78 of file shared_object.hpp.
rep | ( | P0 | a, | |
P1 | b | |||
) | [inline] |
Definition at line 81 of file shared_object.hpp.
rep | ( | P0 | a, | |
P1 | b, | |||
P2 | c | |||
) | [inline] |
Definition at line 84 of file shared_object.hpp.
rep | ( | P0 | a, | |
P1 | b, | |||
P2 | c, | |||
P3 | d | |||
) | [inline] |
Definition at line 87 of file shared_object.hpp.
rep | ( | ) | [inline] |
Definition at line 89 of file shared_object.hpp.
00089 : refc(1) {//std::cout<<"build data "<< refc<<std::endl; 00090 }
Definition at line 92 of file shared_object.hpp.
~rep | ( | ) | [inline] |
Definition at line 93 of file shared_object.hpp.
void operator delete | ( | void * | p | ) | [inline] |
Definition at line 96 of file shared_object.hpp.
References R.
00097 {std::allocator<R>().deallocate((R*)p,sizeof(rep)); }
void* operator new | ( | size_t | s | ) | [inline] |
Definition at line 94 of file shared_object.hpp.
R obj |
Definition at line 75 of file shared_object.hpp.
Referenced by shared_object< std::vector< homography< real > > >::operator*(), and shared_object< std::vector< homography< real > > >::operator->().
int refc |
Definition at line 74 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(), and shared_object< std::vector< homography< real > > >::shared_object().