Marker base-class for complex annotations. More...
#include <senf/Packets/PacketImpl.hh>
Marker base-class for complex annotations.
This class is used as a base class to mark an annotation type as complex. A complex annotation will have it's constructor/destructor called. Non-complex annotations will not have their constructor called, they will be zero initialized. The destructor of non-complex annotations is never called.
An annotation must be marked as complex if it is not POD. Simplified, an annotation must be marked as ComplexAnnotation, if
Definition at line 60 of file PacketImpl.hh.