20#ifndef GEODE_CQATTRIBUTES_H_
21#define GEODE_CQATTRIBUTES_H_
25#include "CqListener.hpp"
26#include "internal/geode_globals.hpp"
This interface holds all attribute values for a CQ and provides methods for retrieving all attribute ...
Definition: CqAttributes.hpp:43
std::vector< std::shared_ptr< CqListener > > listener_container_type
CqListeners type.
Definition: CqAttributes.hpp:50
virtual listener_container_type getCqListeners()=0
Get the CqListeners set with the CQ.