1 #ifndef QPID_FRAMING_ARRAY_H
2 #define QPID_FRAMING_ARRAY_H
28 #include <boost/shared_ptr.hpp>
44 typedef boost::shared_ptr<FieldValue>
ValuePtr;
83 template <
typename R,
typename V>
84 static R
get(
const V& v) {
85 return v->template get<R>();