21 #ifndef _QPID_CONSOLE_AGENT_H_
22 #define _QPID_CONSOLE_AGENT_H_
40 agentBank(_bank), label(_label) {}
50 const std::string label;
53 std::ostream&
operator<<(std::ostream& o,
const Agent& agent);
QPID_CONSOLE_INLINE_EXTERN uint32_t getBrokerBank() const
std::ostream & operator<<(std::ostream &o, const Agent &agent)
#define QPID_CONSOLE_CLASS_EXTERN
QPID_CONSOLE_INLINE_EXTERN uint32_t getAgentBank() const
std::vector< Agent * > Vector
#define QPID_CONSOLE_INLINE_EXTERN
QPID_CONSOLE_INLINE_EXTERN const std::string & getLabel() const
QPID_CONSOLE_INLINE_EXTERN Broker * getBroker() const
QPID_CONSOLE_INLINE_EXTERN Agent(Broker *_broker, uint32_t _bank, const std::string &_label)