activemq-cpp-3.9.5
|
#include <activemq/util/Config.h>
#include <activemq/util/PrimitiveValueNode.h>
#include <decaf/lang/exceptions/UnsupportedOperationException.h>
#include <string>
Go to the source code of this file.
Data Structures | |
class | activemq::util::PrimitiveValueConverter |
Class controls the conversion of data contained in a PrimitiveValueNode from one type to another. More... | |
Namespaces | |
namespace | activemq |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
namespace | activemq::util |
Functions | |
template<> | |
std::string | activemq::util::PrimitiveValueConverter::convert< std::string > (const PrimitiveValueNode &value) const |
template<> | |
std::vector< unsigned char > | activemq::util::PrimitiveValueConverter::convert< std::vector< unsigned char > > (const PrimitiveValueNode &value) const |