Skip to main content

The SelectionMarkerInfo Struct Reference

Declaration

struct SelectionMarkerInfo { ... }

Included Headers

#include <src/util.h>

Public Member Attributes Index

charmarkerChar
const char *beginStr
size_tbeginLen
const char *endStr
size_tendLen
const char *closeStr
size_tcloseLen

Definition at line 184 of file util.h.

Public Member Attributes

beginLen

size_t SelectionMarkerInfo::beginLen

Definition at line 188 of file util.h.

188 size_t beginLen;

Referenced by checkBlocks and selectBlocks.

beginStr

const char* SelectionMarkerInfo::beginStr

Definition at line 187 of file util.h.

187 const char *beginStr;

Referenced by checkBlocks and selectBlocks.

closeLen

size_t SelectionMarkerInfo::closeLen

Definition at line 192 of file util.h.

192 size_t closeLen;

Referenced by checkBlocks and selectBlocks.

closeStr

const char* SelectionMarkerInfo::closeStr

Definition at line 191 of file util.h.

191 const char *closeStr;

Referenced by checkBlocks and selectBlocks.

endLen

size_t SelectionMarkerInfo::endLen

Definition at line 190 of file util.h.

190 size_t endLen;

Referenced by checkBlocks and selectBlocks.

endStr

const char* SelectionMarkerInfo::endStr

Definition at line 189 of file util.h.

189 const char *endStr;

Referenced by checkBlocks and selectBlocks.

markerChar

char SelectionMarkerInfo::markerChar

Definition at line 186 of file util.h.

Referenced by checkBlocks and selectBlocks.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.