Home
last modified time | relevance | path

Searched refs:m_pArray (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1427 inline explicit ScopedCharArray(char * pArray): m_pArray(pArray) {} in ScopedCharArray()
1429 inline ~ScopedCharArray() { delete[] m_pArray; } in ~ScopedCharArray()
1431 inline char * get() const { return m_pArray; } in get()
1434 char * m_pArray; member in ScopedCharArray

Completed in 14 milliseconds