MCPcopy Create free account
hub / github.com/agraef/pure-lang / GetFirst

Method GetFirst

purepad/History.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56BOOL CHistory::GetFirst(CString &strLine)
57{
58 if (m_nSize) {
59 m_rPos = m_lLine.GetHeadPosition();
60 strLine = m_lLine.GetAt(m_rPos);
61 return TRUE;
62 } else
63 return FALSE;
64}
65
66BOOL CHistory::GetLast(CString &strLine)
67{

Callers 1

OnHistFirstMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected