1 /*---------------------------------------------------------------------------*\
5 * Copyright (C) 2007 by the OpenSG Forum *
9 * contact: dirk@opensg.org, gerrit.voss@vossg.org, jbehr@zgdv.de *
11 \*---------------------------------------------------------------------------*/
12 /*---------------------------------------------------------------------------*\
15 * This library is free software; you can redistribute it and/or modify it *
16 * under the terms of the GNU Library General Public License as published *
17 * by the Free Software Foundation, version 2. *
19 * This library is distributed in the hope that it will be useful, but *
20 * WITHOUT ANY WARRANTY; without even the implied warranty of *
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
22 * Library General Public License for more details. *
24 * You should have received a copy of the GNU Library General Public *
25 * License along with this library; if not, write to the Free Software *
26 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
28 \*---------------------------------------------------------------------------*/
29 /*---------------------------------------------------------------------------*\
37 \*---------------------------------------------------------------------------*/
42 /*-------------------------------------------------------------------------*/
44 /*-------------------------------------------------------------------------*/
46 /*-------------------------------------------------------------------------*/
49 inline OSBRootElement::BinaryReadHandler *
50 OSBRootElement::getReadHandler(void)
55 inline OSBRootElement::BinaryWriteHandler *
56 OSBRootElement::getWriteHandler(void)
61 inline const NFIOOptions &
62 OSBRootElement::getOptions(void) const
68 OSBRootElement::editOptions(void)
74 OSBRootElement::setHeaderVersion(const UInt16 version)
76 _readHeaderVersion = version;
80 OSBRootElement::getHeaderVersion(void) const
82 return _readHeaderVersion;
85 inline const OSBRootElement::FieldContainerIdMap &
86 OSBRootElement::getIdMap(void) const
91 inline OSBRootElement::FieldContainerIdMap &
92 OSBRootElement::editIdMap(void)
97 inline const OSBRootElement::PtrFieldList &
98 OSBRootElement::getPtrFieldList(void) const
100 return _readPtrFields;
103 inline OSBRootElement::PtrFieldList &
104 OSBRootElement::editPtrFieldList(void)
106 return _readPtrFields;
109 inline const OSBRootElement::ElementList &
110 OSBRootElement::getElementList(void) const
115 inline OSBRootElement::ElementList &
116 OSBRootElement::editElementList(void)
121 inline const OSBRootElement::IdElemMap &
122 OSBRootElement::getIdElemMap(void) const
127 inline OSBRootElement::IdElemMap &
128 OSBRootElement::editIdElemMap(void)
133 inline const OSBRootElement::FieldContainerList &
134 OSBRootElement::getContainerList(void) const
139 inline OSBRootElement::FieldContainerList &
140 OSBRootElement::editContainerList(void)
145 inline const OSBRootElement::FieldContainerIdSet &
146 OSBRootElement::getIdSet(void) const
151 inline OSBRootElement::FieldContainerIdSet &
152 OSBRootElement::editIdSet(void)