Doxygen
Loading...
Searching...
No Matches
CharAroundSpace Struct Reference
+ Collaboration diagram for CharAroundSpace:

Classes

struct  CharElem
 

Public Member Functions

 CharAroundSpace ()
 

Public Attributes

CharElem charMap [256]
 

Detailed Description

Definition at line 536 of file util.cpp.

Constructor & Destructor Documentation

◆ CharAroundSpace()

CharAroundSpace::CharAroundSpace ( )
inline

Definition at line 538 of file util.cpp.

539 {
540 charMap[static_cast<int>('(')].before=FALSE;
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
551 charMap[static_cast<int>('=')].after=FALSE;
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>('\t')].after=FALSE;
556 charMap[static_cast<int>('\n')].after=FALSE;
557 charMap[static_cast<int>(')')].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 }
#define FALSE
Definition qcstring.h:34
CharElem charMap[256]
Definition util.cpp:572

References charMap, and FALSE.

Member Data Documentation

◆ charMap

CharElem CharAroundSpace::charMap[256]

Definition at line 572 of file util.cpp.

Referenced by CharAroundSpace().


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