#include <algorithm>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
namespace | OpcUa |
OPC UA Address space part. GNU LGPL. | |
Functions | |
template<class Stream , class Container > | |
void | OpcUa::DeserializeContainer (Stream &in, Container &c) |
template<class Stream , class Container > | |
void | OpcUa::SerializeContainer (Stream &out, const Container &c, uint32_t emptySizeValue=~uint32_t()) |