23 #ifndef ID_GENERATOR_HPP
24 #define ID_GENERATOR_HPP
31 PN_CPP_EXTERN id_generator(
const std::string &prefix=
"");
32 PN_CPP_EXTERN std::string next();
33 void prefix(
const std::string &p) { prefix_ = p; }
34 const std::string& prefix()
const {
return prefix_; }
Defines C++ types representing AMQP types.