mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-26 23:34:44 +02:00
Add comment
This commit is contained in:
parent
5687c4f43c
commit
6567a89094
@ -53,6 +53,8 @@ public:
|
|||||||
bool get(utf8 *c);
|
bool get(utf8 *c);
|
||||||
void operator++();
|
void operator++();
|
||||||
eState getState() { return m_eState; };
|
eState getState() { return m_eState; };
|
||||||
|
// Utf8_16::read always consumes two bytes,
|
||||||
|
// thus the bool operator checks if m_pRead is less than m_pEnd by two bytes.
|
||||||
operator bool() { return (m_pRead + 1 < m_pEnd) || (m_out1st != m_outLst); };
|
operator bool() { return (m_pRead + 1 < m_pEnd) || (m_out1st != m_outLst); };
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user