Packer for objects, with impossibility to check for internal pointers.
More...
template<typename T, typename Mem>
class Packer< T, Mem, PACKER_OBJECTS_WITH_WARNING_POINTERS >
Packer for objects, with impossibility to check for internal pointers.
- Template Parameters
-
Definition at line 246 of file Packer.hpp.
#include <Packer.hpp>
◆ pack()
template<typename T , typename Mem >
static void Packer< T, Mem, PACKER_OBJECTS_WITH_WARNING_POINTERS >::pack |
( |
ExtPreAlloc< Mem > & |
ext, |
|
|
const T & |
obj, |
|
|
Pack_stat & |
sts |
|
) |
| |
|
inlinestatic |
It pack an object.
- Parameters
-
ext | preallocated memory where to pack the objects |
obj | object to pack |
sts | pack-stat info |
Definition at line 257 of file Packer.hpp.
◆ packRequest() [1/2]
template<typename T , typename Mem >
static void Packer< T, Mem, PACKER_OBJECTS_WITH_WARNING_POINTERS >::packRequest |
( |
const T & |
obj, |
|
|
size_t & |
req |
|
) |
| |
|
inlinestatic |
it add a request to pack an object
- Parameters
-
Definition at line 278 of file Packer.hpp.
◆ packRequest() [2/2]
template<typename T , typename Mem >
static void Packer< T, Mem, PACKER_OBJECTS_WITH_WARNING_POINTERS >::packRequest |
( |
size_t & |
req | ) |
|
|
inlinestatic |
it add a request to pack an object
- Parameters
-
Definition at line 288 of file Packer.hpp.
The documentation for this class was generated from the following file: