libpniio
|
#include <pni/core/types.hpp>
#include <pni/core/error.hpp>
#include "../nxobject.hpp"
#include "../nxobject_traits.hpp"
Go to the source code of this file.
Data Structures | |
class | pni::io::nx::set_unit_visitor< GTYPE, FTYPE, ATYPE, LTYPE > |
set unit visitor More... | |
Namespaces | |
pni | |
pni::io | |
pni::io::nx | |
Functions | |
template<typename FTYPE > | |
void | pni::io::nx::set_unit (const FTYPE &field, const pni::core::string &value) |
set the unit More... | |
template<typename GTYPE , typename FTYPE , typename ATYPE , typename LTYPE > | |
void | pni::io::nx::set_unit (const nxobject< GTYPE, FTYPE, ATYPE, LTYPE > &o, const pni::core::string &s) |
set unit More... | |