HomeSort by relevance Sort by last modified time
    Searched defs:DMVector (Results 1 - 2 of 2) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmvector.h 25 \file dmvector.h
26 \brief Contains DMVector and DMMap template classes definition
28 The dmvector.hpp header file contains DMVector and DMMap template classes definition. \n
29 <b>DMVector</b> template class is simple Collection Class without overhead of STL or QT\n
96 * DMVector template class is similar to Java's ArrayList
103 class DMVector
110 DMVector();
113 * Construct a DMVector object as copy of a given one as a parameter. The memory for the size of parameter "oCopyFrom" will be allocated.
114 * \param oCopyFrom [in] - pointer to the DMVector that should be copied
    [all...]
  /packages/apps/OMA-DM/engine/xpl/hdr/
dmvector.h 25 \file dmvector.h
26 \brief Contains DMVector and DMMap template classes definition
28 The dmvector.hpp header file contains DMVector and DMMap template classes definition.
29 <b>DMVector</b> template class is simple Collection Class without overhead of STL or QT
97 * DMVector template class is similar to Java's ArrayList
104 class DMVector
111 DMVector();
114 * Construct a DMVector object as copy of a given one as a parameter. The memory for the size of parameter "oCopyFrom" will be allocated.
115 * \param oCopyFrom [in] - pointer to the DMVector that should be copied
    [all...]

Completed in 5893 milliseconds