Defines different possible levels for logging data.
More...
#include <StreamReaderLatest.hxx>
|
| static void * | operator new (size_t size) |
| | new operator "new", which places objects not on a heap, but in one of the memory arenas.
|
|
static void * | operator new (size_t size, void *mem) |
| | accompanying placement operator "new"
|
|
static void | operator delete (void *p) |
| | new operator "delete", to go with the new version of operator new.
|
|
static void * | operator new (size_t size, EndRole *&o) |
| | placement "new", needed for stl.
|
|
|
static const char *const | classname |
| | The name of this class.
|
|
static const uint32_t | magic_check_number |
| | a "magic" number, hashed out of the class definition, that will be used to check consistency of the sent objects across the dueca nodes.
|
Defines different possible levels for logging data.
◆ Type
Different log levels.
| Enumerator |
|---|
| Sending | only emitting
|
| Receiving | only receiving
|
| SendingReceiving | both
|
| None | uninitialised
|
◆ operator new()
| void * dueca::dueca::EndRole::operator new |
( |
size_t | size | ) |
|
|
static |
new operator "new", which places objects not on a heap, but in one of the memory arenas.
This to speed up memory management.
◆ packDataDiff()
packs the EndRole into amorphous storage.
only differences with a previous object are packed.
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/dueca-4.3.0-build/dueca-4.3.0/dueca/StreamReaderLatest.hxx