| 
    Cppcheck
    
   | 
 
#include <token.h>
Static Public Member Functions | |
| static stringifyOptions | forDebug () | 
| static stringifyOptions | forDebugVarId () | 
| static stringifyOptions | forDebugExprId () | 
| static stringifyOptions | forPrintOut () | 
Public Attributes | |
| bool | varid = false | 
| bool | exprid = false | 
| bool | idtype = false | 
| bool | attributes = false | 
| bool | macro = false | 
| bool | linenumbers = false | 
| bool | linebreaks = false | 
| bool | files = false | 
      
  | 
  inlinestatic | 
Definition at line 944 of file token.h.
References attributes, files, linebreaks, linenumbers, and macro.
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
| bool Token::stringifyOptions::attributes = false | 
Definition at line 939 of file token.h.
Referenced by forDebug(), Token::stringify(), and Token::stringifyList().
| bool Token::stringifyOptions::exprid = false | 
Definition at line 937 of file token.h.
Referenced by forDebugExprId(), forPrintOut(), and Token::stringify().
| bool Token::stringifyOptions::files = false | 
Definition at line 943 of file token.h.
Referenced by forDebug(), and Token::stringifyList().
| bool Token::stringifyOptions::idtype = false | 
Definition at line 938 of file token.h.
Referenced by forPrintOut(), and Token::stringify().
| bool Token::stringifyOptions::linebreaks = false | 
Definition at line 942 of file token.h.
Referenced by forDebug(), and Token::stringifyList().
| bool Token::stringifyOptions::linenumbers = false | 
Definition at line 941 of file token.h.
Referenced by forDebug(), and Token::stringifyList().
| bool Token::stringifyOptions::macro = false | 
Definition at line 940 of file token.h.
Referenced by forDebug(), Token::stringify(), and Token::stringifyList().
| bool Token::stringifyOptions::varid = false | 
Definition at line 936 of file token.h.
Referenced by forDebugVarId(), forPrintOut(), Token::stringify(), and Token::stringifyList().