Main MRPT website > C++ reference for MRPT 1.5.6
CMemoryChunk.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2017, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+ */
9 #ifndef CMemoryChunk_H
10 #define CMemoryChunk_H
11 
14 
15 namespace mrpt
16 {
17  namespace utils
18  {
19  // This must be added to any CSerializable derived class:
21 
22  /** A memory buffer (implements CStream) which can be itself serialized.
23  *
24  * \sa CStream
25  * \ingroup mrpt_base_grp
26  */
28  {
29  // This must be added to any CSerializable derived class:
31 
32  }; // End of class def.
34 
35  } // End of namespace
36 } // end of namespace
37 #endif
The virtual base class which provides a unified interface for all persistent objects in MRPT...
Definition: CSerializable.h:39
This CStream derived class allow using a memory buffer as a CStream.
Definition: CMemoryStream.h:26
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE(class_name, base_name)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
A memory buffer (implements CStream) which can be itself serialized.
Definition: CMemoryChunk.h:27
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE(class_name, base_name)



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019