View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Namespaces | Typedefs | Variables
scalars.h File Reference
#include <cstdint>
#include <vistle/util/ssize_t.h>
#include <boost/mpl/vector.hpp>
#include <boost/mpl/size.hpp>
#include <array>
Include dependency graph for scalars.h:
This graph shows which files directly or indirectly include this file:

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