Ir al código fuente de este archivo.
Clases | |
| class | lkptr< X > |
| These smart pointer share the object they point to. Más... | |
Definiciones | |
| #define | COMPILER_lkptr |
| MOD this when your compiler does compile this correctly. | |
| #define | lkptr_h |
| Avoid multiple file inclusion. | |
Funciones | |
| 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 X> | |
| bool | check_ok (const lkptr< X > &p) throw () |
Verifies the invariant for class lkptr<X>. | |
Definición en el archivo lkptr.h.
| #define COMPILER_lkptr |
| bool check_ok | ( | const lkptr< X > & | p | ) | throw () [inline] |
1.4.7