27 #ifndef EMBB_MTAPI_GROUP_ATTRIBUTES_H_ 28 #define EMBB_MTAPI_GROUP_ATTRIBUTES_H_ 30 #include <embb/mtapi/c/mtapi.h> 31 #include <embb/mtapi/internal/check_status.h> 48 mtapi_status_t status;
49 mtapi_groupattr_init(&attributes_, &status);
50 internal::CheckStatus(status);
65 mtapi_group_attributes_t attributes_;
71 #endif // EMBB_MTAPI_GROUP_ATTRIBUTES_H_ Definition: lock_free_mpmc_queue.h:40
Contains attributes of a Group.
Definition: group_attributes.h:41
GroupAttributes()
Constructs a GroupAttributes object.
Definition: group_attributes.h:47
mtapi_group_attributes_t const & GetInternal() const
Returns the internal representation of this object.
Definition: group_attributes.h:60