libpniio
|
#include <pni/core/types.hpp>
#include <pni/core/error.hpp>
#include <pni/core/type_erasures.hpp>
#include "node.hpp"
#include "io_node.hpp"
Go to the source code of this file.
Namespaces | |
pni | |
pni::io | |
pni::io::nx | |
pni::io::nx::xml | |
Functions | |
template<typename ATYPE > | |
ATYPE | pni::io::nx::xml::make_array (const node &data) |
generate an array More... | |
template<> | |
pni::core::array | pni::io::nx::xml::make_array (const node &data) |
generate an array type erasure More... | |