Class Partition_t
Defined in File QosPolicies.hpp
Class Documentation
-
class Partition_t
Public Functions
-
inline explicit Partition_t(const void *ptr)
Constructor using a pointer.
- Parameters
ptr – Pointer to be set
-
inline bool operator==(const Partition_t &rhs) const
-
inline bool operator!=(const Partition_t &rhs) const
-
inline const char *name() const
Getter for the partition name.
- Returns
name
-
inline explicit Partition_t(const void *ptr)