|
cartobase 6.0.6
|
#include <cartobase/smart/rcptr.h>

Public Member Functions | |
| int | count () const |
Friends | |
| template<class R> | |
| class | const_ref |
| template<class R> | |
| class | ref |
| class | DefaultRefConstruction |
| class | RCObject |
| class | rc_ptr_trick |
The following class has been build because of a problem in gcc 2.95.2 (I don't know if it is a bug) which forbid to access the private members of a const_ref<R> from a member of const_ref<T>. It is not possible to use a template friend declaration in this case because it leads to an internal compiler error.
|
inline |
|
friend |
Definition at line 201 of file rcptr.h.
References DefaultRefConstruction.
Referenced by DefaultRefConstruction.
|
friend |
|
friend |