Open CASCADE Technology  7.7.0
Data Structures

XmlObjMgt_Array1.hxx File Reference

#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <XmlObjMgt_Element.hxx>
#include <Standard_Integer.hxx>
#include <XmlObjMgt_DOMString.hxx>
#include <XmlObjMgt_Array1.lxx>

Data Structures

class  XmlObjMgt_Array1
 The class Array1 represents unidimensional array of fixed size known at run time. The range of the index is user defined. Warning: Programs clients of such class must be independent of the range of the first element. Then, a C++ for loop must be written like this for (i = A->Lower(); i <= A->Upper(); i++) More...