RTI Connext .NET API (legacy)
Version 6.1.2
|
Policy helpers that facilitate management of the properties in the input policy. More...
#include <managed_infrastructure.h>
Static Public Member Functions | |
static Int32 | get_number_of_properties (PropertyQosPolicy^ policy) |
Gets the number of properties in the input policy. More... | |
static void | assert_property (PropertyQosPolicy^ policy, String^ name, String^ value, System::Boolean propagate) |
Asserts the property identified by name in the input policy. More... | |
static void | add_property (PropertyQosPolicy^ policy, String^ name, String^ value, System::Boolean propagate) |
Adds a new property to the input policy. More... | |
static Property_t ^ | lookup_property (PropertyQosPolicy^ policy, System::String^ name) |
Searches for a property in the input policy given its name. More... | |
static void | remove_property (PropertyQosPolicy^ policy, String^ name) |
Removes a property from the input policy. More... | |
static void | get_properties (PropertyQosPolicy^ policy, PropertySeq^ properties, String^ name_prefix) |
Retrieves a list of properties whose names match the input prefix. More... | |
Policy helpers that facilitate management of the properties in the input policy.