On 06/27/2013 04:12 PM, trivedi_ravi13 wrote:
Is it possible to set uint8 value in FieldTable class?
setInt() method seem to be taking uint32_t

You can set the value to a shared_pointer to an instance of Unsigned8Value, e.g.

ft.set("my-key", boost::shared_ptr<FieldValue>(new Unsigned8Value(i)));

However, you should be aware that there is a proposal to remove the qpid::client API (including all the qpid::framing classes) after the next release (next release is 0.24, if the proposal goes ahead the qpid::client API will not be installed for subsequent releases).

How entrenched in the qpid::client API are you?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to