Skip to content
Snippets Groups Projects
Commit 2478f150 authored by Frank Gaede's avatar Frank Gaede Committed by Marko Petric
Browse files

add default c'tors etc to BitFieldElement

parent a61304f5
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,13 @@ namespace DDSegmentation {
public :
/** The default c'tor.
BitFieldElement() = default ;
~BitFieldElement() = default ;
BitFieldElement(const BitFieldElement&) = default ;
BitFieldElement(BitFieldElement&&) = default ;
/** The standard c'tor.
* @param name name of the field
* @param offset offset of field
* @param signedWidth width of field, negative if field is signed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment