#include <cstdint>
#include <vistle/util/ssize_t.h>
#include <boost/mpl/vector.hpp>
#include <boost/mpl/size.hpp>
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | vistle |
Typedefs | |
typedef boost::mpl::vector< char, signed char, unsigned char, int32_t, uint32_t, int64_t, uint64_t, float, double > | vistle::Scalars |
Variables | |
const std::array< const char *, boost::mpl::size< Scalars >::value > | vistle::ScalarTypeNames |