#include <QosPolicies.hpp>
Public Member Functions | |
| Partition_t (const void *ptr) | |
| Constructor using a pointer. | |
| bool | operator== (const Partition_t &rhs) const |
| bool | operator!= (const Partition_t &rhs) const |
| uint32_t | size () const |
| Getter for the size. | |
| const char * | name () const |
| Getter for the partition name. | |
Friends | |
| class | PartitionQosPolicy |
|
inlineexplicit |
Constructor using a pointer.
| ptr | Pointer to be set |
|
inline |
Getter for the partition name.
|
inline |
|
inline |
|
inline |
Getter for the size.
|
friend |