libpniio
Data Structures | Namespaces | Functions
write.hpp File Reference
#include <pni/core/types.hpp>
#include <pni/core/arrays/slice.hpp>
#include "../nxobject.hpp"
#include "../nxobject_traits.hpp"

Go to the source code of this file.

Data Structures

class  pni::io::nx::write_visitor< ATYPE, GTYPE, FTYPE, AATYPE, LTYPE >
 write visitor More...
 

Namespaces

 pni
 
 pni::io
 
 pni::io::nx
 

Functions

template<template< nximp_code > class OTYPE, nximp_code IMPID, typename ATYPE >
void pni::io::nx::write (const OTYPE< IMPID > &o, const ATYPE &a)
 write data to an attribute or field More...
 
template<template< nximp_code > class OTYPE, nximp_code IMPID, typename ATYPE , typename... ITYPES>
void pni::io::nx::write (const OTYPE< IMPID > &o, const ATYPE &a, ITYPES...indices)
 write data to an attribute or field More...
 
template<typename ATYPE , typename GTYPE , typename FTYPE , typename AATYPE , typename LTYPE , typename... ITYPES>
void pni::io::nx::write (nxobject< GTYPE, FTYPE, AATYPE, LTYPE > &&o, const ATYPE &a, ITYPES...indices)
 write wrapper More...
 
template<typename ATYPE , typename GTYPE , typename FTYPE , typename AATYPE , typename LTYPE , typename... ITYPES>
void pni::io::nx::write (const nxobject< GTYPE, FTYPE, AATYPE, LTYPE > &o, const ATYPE &a, ITYPES...indices)
 
template<typename ATYPE , typename GTYPE , typename FTYPE , typename AATYPE , typename LTYPE >
void pni::io::nx::write (const nxobject< GTYPE, FTYPE, AATYPE, LTYPE > &o, const ATYPE &a, const std::vector< pni::core::slice > &sel)