#include <stdexcept>
#include <cstdlib>
Go to the source code of this file.
|
| | mrpt |
| | This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
|
| |
| | mrpt::utils |
| | Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
|
| |
| | mrpt::utils::internal |
| |
|
| template<typename T > |
| using | mrpt::utils::poly_ptr = internal::generic_copier_ptr< T, internal::CopyCloner< T > > |
| | Smart pointer for polymorphic classes with a clone() method. More...
|
| |
| template<typename T > |
| using | mrpt::utils::copy_ptr = internal::generic_copier_ptr< T, internal::CopyStatic< T > > |
| | Smart pointer for non-polymorphic classes. More...
|
| |