Caret Class Reference
#include <caret.h>
Public Member Functions | |
Caret () | |
Caret (const int row, const int idx) | |
Caret (const Caret &value) | |
bool | operator< (const Caret &compare) |
bool | operator> (const Caret &compare) |
bool | operator<= (const Caret &compare) |
bool | operator>= (const Caret &compare) |
bool | operator== (const Caret &compare) |
bool | operator!= (const Caret &compare) |
Caret | operator= (const Caret &value) |
Caret | operator+ (const Caret &value) |
Caret | operator- (const Caret &value) |
Public Attributes | |
int | m_row |
int | m_idx |
Constructor & Destructor Documentation
|
Definition at line 15 of file caret.cpp. Referenced by operator+(), operator-(), and operator=(). |
|
|
|
|
Member Function Documentation
|
Definition at line 68 of file caret.cpp. References m_idx, m_row, and operator!=(). Referenced by operator!=(). |
|
|
|
Definition at line 89 of file caret.cpp. References Caret(), m_idx, m_row, and operator-(). Referenced by operator-(). |
|
|
|
Definition at line 44 of file caret.cpp. References operator<=(). Referenced by operator<=(). |
|
Definition at line 76 of file caret.cpp. References Caret(), m_idx, m_row, and operator=(). Referenced by operator=(). |
|
Definition at line 60 of file caret.cpp. References m_idx, m_row, and operator==(). Referenced by operator==(). |
|
Definition at line 34 of file caret.cpp. References m_idx, m_row, and operator>(). Referenced by operator>(). |
|
Definition at line 52 of file caret.cpp. References operator>=(). Referenced by operator>=(). |
Member Data Documentation
|
Definition at line 20 of file caret.h. Referenced by FileBuffer::copyBlock(), FileBuffer::findInBuffer(), FileBuffer::getValues(), FileBuffer::getVariableValueSetModes(), FileBuffer::handleScopes(), operator!=(), operator+(), operator-(), operator<(), operator=(), operator==(), operator>(), and FileBuffer::popBlock(). |
|
Definition at line 19 of file caret.h. Referenced by FileBuffer::copyBlock(), FileBuffer::findInBuffer(), FileBuffer::getValues(), FileBuffer::getVariableValueSetModes(), FileBuffer::handleScopes(), operator!=(), operator+(), operator-(), operator<(), operator=(), operator==(), operator>(), FileBuffer::popBlock(), and FileBuffer::removeValues(). |
The documentation for this class was generated from the following files: