#include <boost/variant.hpp>
#include <tuple>
#include <memory>
#include <stdexcept>
#include <iostream>
#include "Channel.hpp"
#include "VariantChannel.tcc"
Go to the source code of this file.
Namespaces | |
lvr2 | |
Macros | |
#define | LVR2_TYPES_VARIANTCHANNEL |
Typedefs | |
template<typename ... Tp> | |
using | lvr2::VariantChannelOptional = boost::optional< VariantChannel< Tp... > > |
#define LVR2_TYPES_VARIANTCHANNEL |
Definition at line 4 of file VariantChannel.hpp.