|
| 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) |
| |