famouso::mw::attributes::detail::AttributeHeader< Attr > Struct Template Reference
Represents an actual header of a given attribute in binary representation. More...
#include <AttributeHeader.h>
Public Types | |
typedef AttributeHeader | type |
Public Member Functions | |
AttributeHeader () | |
Constructs this specific header, the size is dependent on the attribute type given as a template argument. |
Detailed Description
template<typename Attr>
struct famouso::mw::attributes::detail::AttributeHeader< Attr >
Represents an actual header of a given attribute in binary representation.
- Template Parameters:
-
Attr The attribute for which this header should be instantiated
Member Typedef Documentation
template<typename Attr >
typedef AttributeHeader famouso::mw::attributes::detail::AttributeHeader< Attr >::type |
Constructor & Destructor Documentation
template<typename Attr >
famouso::mw::attributes::detail::AttributeHeader< Attr >::AttributeHeader | ( | ) | [inline] |
Constructs this specific header, the size is dependent on the attribute type given as a template argument.
The documentation for this struct was generated from the following file:
- include/mw/attributes/detail/AttributeHeader.h