read and write groups
#include <group.hpp>
|
| template<typename GTYPE , typename FTYPE , typename ATYPE , typename LTYPE > |
static nxobject< GTYPE, FTYPE,
ATYPE, LTYPE > | object_from_xml (const nxobject< GTYPE, FTYPE, ATYPE, LTYPE > &parent, const node &group_node) |
| | create group from XML More...
|
| |
| template<typename GTYPE , typename FTYPE , typename ATYPE , typename LTYPE > |
| static node | object_to_xml (const nxobject< GTYPE, FTYPE, ATYPE, LTYPE > &group) |
| | write group to XML More...
|
| |
template<typename GTYPE , typename FTYPE , typename ATYPE , typename LTYPE >
| static nxobject<GTYPE,FTYPE,ATYPE,LTYPE> pni::io::nx::xml::group::object_from_xml |
( |
const nxobject< GTYPE, FTYPE, ATYPE, LTYPE > & |
parent, |
|
|
const node & |
group_node |
|
) |
| |
|
inlinestatic |
- Exceptions
-
- Template Parameters
-
| GTYPE | group type |
| FTYPE | field type |
| ATYPE | attribute type |
| LTYPE | link type |
- Parameters
-
| parent | the parent group of the new group |
| group_node | the node storing the group data |
- Returns
- group instance
template<typename GTYPE , typename FTYPE , typename ATYPE , typename LTYPE >
| static node pni::io::nx::xml::group::object_to_xml |
( |
const nxobject< GTYPE, FTYPE, ATYPE, LTYPE > & |
group | ) |
|
|
inlinestatic |
Create an XML group from a Nexus group.
- Exceptions
-
- Template Parameters
-
- Parameters
-
- Returns
- node with group information
The documentation for this struct was generated from the following file: