Searched refs:m_pLine (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp158 int m_nLine; // used if m_pLine == NULL only
162 wxFileConfigLineList *m_pLine; member in class:wxFileConfigEntry
173 bool IsLocal() const { return m_pLine != 0; }
176 GetLine() const { return m_pLine; }
197 wxFileConfigLineList *m_pLine; // pointer to our line in the linked list member in class:wxFileConfigGroup
1370 m_pLine = NULL;
1398 wxASSERT_MSG( !m_pParent || !m_pLine || !pLine,
1401 m_pLine = pLine;
1409 variables for each group: m_pLine, m_pLastEntry and m_pLastGroup.
1411 m_pLine point
[all...]

Completed in 30 milliseconds