Modern C++ Kafka API
All Classes Functions Variables Typedefs Enumerations
KAFKA_API::Properties Member List

This is the complete list of members for KAFKA_API::Properties, including all inherited members.

contains(const std::string &key) constKAFKA_API::Propertiesinline
eraseProperty(const std::string &key)KAFKA_API::Propertiesinline
get(const std::string &key) constKAFKA_API::Propertiesinline
getProperty(const std::string &key) constKAFKA_API::Propertiesinline
map() constKAFKA_API::Propertiesinline
operator==(const Properties &rhs) const (defined in KAFKA_API::Properties)KAFKA_API::Propertiesinline
Properties()=default (defined in KAFKA_API::Properties)KAFKA_API::Properties
Properties(const Properties &)=default (defined in KAFKA_API::Properties)KAFKA_API::Properties
Properties(PropertiesMap kvMap) (defined in KAFKA_API::Properties)KAFKA_API::Propertiesinline
PropertiesMap typedef (defined in KAFKA_API::Properties)KAFKA_API::Properties
put(const std::string &key, const T &value)KAFKA_API::Propertiesinline
remove(const std::string &key)KAFKA_API::Propertiesinline
toString() const (defined in KAFKA_API::Properties)KAFKA_API::Propertiesinline
~Properties()=default (defined in KAFKA_API::Properties)KAFKA_API::Propertiesvirtual