|
Doxygen
|
#include <src/util.h>
Public Attributes | |
| char | markerChar |
| const char * | beginStr |
| size_t | beginLen |
| const char * | endStr |
| size_t | endLen |
| const char * | closeStr |
| size_t | closeLen |
| size_t SelectionMarkerInfo::beginLen |
Definition at line 187 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| const char* SelectionMarkerInfo::beginStr |
Definition at line 186 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| size_t SelectionMarkerInfo::closeLen |
Definition at line 191 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| const char* SelectionMarkerInfo::closeStr |
Definition at line 190 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| size_t SelectionMarkerInfo::endLen |
Definition at line 189 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| const char* SelectionMarkerInfo::endStr |
Definition at line 188 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| char SelectionMarkerInfo::markerChar |
Definition at line 185 of file util.h.
Referenced by checkBlocks(), and selectBlocks().