#include <Value.h>
Inheritance diagram for qpid::framing::ValueOps< T >:
Public Member Functions | |
ValueOps (const T &v) | |
const T & | getValue () const |
T & | getValue () |
virtual bool | operator== (const Value &v) const |
void | print (std::ostream &out) const |
Protected Attributes | |
T | value |