Skip to main content

The CharAroundSpace Struct Reference

Declaration

struct CharAroundSpace { ... }

Public Constructors Index

CharAroundSpace ()

Public Member Attributes Index

CharElemcharMap[256]

Definition at line 537 of file util.cpp.

Public Constructors

CharAroundSpace()

CharAroundSpace::CharAroundSpace ()
inline

Definition at line 539 of file util.cpp.

540 {
541 charMap[static_cast<int>('(')].before=FALSE;
542 charMap[static_cast<int>('=')].before=FALSE;
543 charMap[static_cast<int>('&')].before=FALSE;
544 charMap[static_cast<int>('*')].before=FALSE;
545 charMap[static_cast<int>('[')].before=FALSE;
546 charMap[static_cast<int>('|')].before=FALSE;
547 charMap[static_cast<int>('+')].before=FALSE;
548 charMap[static_cast<int>(';')].before=FALSE;
549 charMap[static_cast<int>(':')].before=FALSE;
550 charMap[static_cast<int>('/')].before=FALSE;
551
552 charMap[static_cast<int>('=')].after=FALSE;
553 charMap[static_cast<int>(' ')].after=FALSE;
554 charMap[static_cast<int>('[')].after=FALSE;
555 charMap[static_cast<int>(']')].after=FALSE;
556 charMap[static_cast<int>('\t')].after=FALSE;
557 charMap[static_cast<int>('\n')].after=FALSE;
558 charMap[static_cast<int>(')')].after=FALSE;
559 charMap[static_cast<int>(',')].after=FALSE;
560 charMap[static_cast<int>('<')].after=FALSE;
561 charMap[static_cast<int>('|')].after=FALSE;
562 charMap[static_cast<int>('+')].after=FALSE;
563 charMap[static_cast<int>('(')].after=FALSE;
564 charMap[static_cast<int>('/')].after=FALSE;
565 }

References charMap and FALSE.

Public Member Attributes

charMap

CharElem CharAroundSpace::charMap[256]

Definition at line 573 of file util.cpp.

Referenced by CharAroundSpace.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.