changeset 6481 | 85ad87daf4b0 |
parent 6247 | 7d81e3a5d803 |
child 7296 | 84069e62f29d |
6480:277af7b07386 | 6481:85ad87daf4b0 |
---|---|
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
|
3 /** @file autoptr.hpp */ |
|
2 |
4 |
3 #ifndef AUTOPTR_HPP |
5 #ifndef AUTOPTR_HPP |
4 #define AUTOPTR_HPP |
6 #define AUTOPTR_HPP |
5 |
7 |
6 /** AutoPtrT - kind of smart pointer that ensures the owned object gets |
8 /** AutoPtrT - kind of smart pointer that ensures the owned object gets |