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 182 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
const char* SelectionMarkerInfo::beginStr |
Definition at line 181 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
size_t SelectionMarkerInfo::closeLen |
Definition at line 186 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
const char* SelectionMarkerInfo::closeStr |
Definition at line 185 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
size_t SelectionMarkerInfo::endLen |
Definition at line 184 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
const char* SelectionMarkerInfo::endStr |
Definition at line 183 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
char SelectionMarkerInfo::markerChar |
Definition at line 180 of file util.h.
Referenced by checkBlocks(), and selectBlocks().