Go to the source code of this file.
Classes | |
| class | lkptr< X > |
| These smart pointer share the object they point to. More... | |
Defines | |
| #define | COMPILER_lkptr |
| MOD this when your compiler does compile this correctly. | |
| #define | lkptr_h |
| Avoid multiple file inclusion. | |
Functions | |
| template<class X > | |
| bool | operator== (const lkptr< X > &p, const lkptr< X > &q) |
(p == q) ??? | |
| template<class X > | |
| bool | operator!= (const lkptr< X > &p, const lkptr< X > &q) |
(p != q) ??? | |
| template<class Y > | |
| bool | check_ok (const lkptr< Y > &p) throw () |
Verifies the invariant for class lkptr<Y>. | |
Definition in file lkptr.h.
| #define COMPILER_lkptr |
| bool check_ok | ( | const lkptr< Y > & | p | ) | throw () [inline] |
1.5.7.1