|
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 236 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| const char* SelectionMarkerInfo::beginStr |
Definition at line 235 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| size_t SelectionMarkerInfo::closeLen |
Definition at line 240 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| const char* SelectionMarkerInfo::closeStr |
Definition at line 239 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| size_t SelectionMarkerInfo::endLen |
Definition at line 238 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| const char* SelectionMarkerInfo::endStr |
Definition at line 237 of file util.h.
Referenced by checkBlocks(), and selectBlocks().
| char SelectionMarkerInfo::markerChar |
Definition at line 234 of file util.h.
Referenced by checkBlocks(), and selectBlocks().