|
activemq-cpp-3.8.2
|
#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 | |
| activemq | |
| Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
| 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 |