#include <map>
#include <boost/mpl/vector.hpp>
#include <boost/variant.hpp>
#include <Util/ParamIds.h>
Go to the source code of this file.
Namespaces | |
namespace | util |
namespace | util::detail |
Classes | |
class | util::Parameterized |
Typedefs | |
typedef boost::mpl::vector< int, double, std::string > | util::detail::ParamTypes |
typedef boost::make_variant_over< detail::ParamTypes >::type | util::ParamType |