|
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 219 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| const char* SelectionMarkerInfo::beginStr |
Definition at line 218 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| size_t SelectionMarkerInfo::closeLen |
Definition at line 223 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| const char* SelectionMarkerInfo::closeStr |
Definition at line 222 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| size_t SelectionMarkerInfo::endLen |
Definition at line 221 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| const char* SelectionMarkerInfo::endStr |
Definition at line 220 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| char SelectionMarkerInfo::markerChar |
Definition at line 217 of file util.h.
Referenced by checkBlocks(), and selectBlocks().