src/misc/countedptr.hpp
changeset 8844 b4f9ff470b85
parent 7792 fa3c0a96e8a4
equal deleted inserted replaced
8843:bbd55908f27d 8844:b4f9ff470b85
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file countedptr.hpp */
     3 /** @file countedptr.hpp CCountedPtr - smart pointer implementation. */
     4 
     4 
     5 #ifndef COUNTEDPTR_HPP
     5 #ifndef COUNTEDPTR_HPP
     6 #define COUNTEDPTR_HPP
     6 #define COUNTEDPTR_HPP
     7 
       
     8 /** @file CCountedPtr - smart pointer implementation */
       
     9 
     7 
    10 /** CCountedPtr - simple reference counting smart pointer.
     8 /** CCountedPtr - simple reference counting smart pointer.
    11  *
     9  *
    12  *     One of the standard ways how to maintain object's lifetime.
    10  *     One of the standard ways how to maintain object's lifetime.
    13  *
    11  *