Cppcheck
Public Attributes | List of all members
Tokenizer::TypedefInfo Struct Reference

Public Attributes

std::string name
 
std::string filename
 
int lineNumber
 
int column
 
bool used
 

Detailed Description

Definition at line 662 of file tokenize.h.

Member Data Documentation

◆ column

int Tokenizer::TypedefInfo::column

Definition at line 666 of file tokenize.h.

Referenced by Tokenizer::simplifyTypedef(), and Tokenizer::simplifyTypedefCpp().

◆ filename

std::string Tokenizer::TypedefInfo::filename

Definition at line 664 of file tokenize.h.

Referenced by Tokenizer::simplifyTypedef(), and Tokenizer::simplifyTypedefCpp().

◆ lineNumber

int Tokenizer::TypedefInfo::lineNumber

Definition at line 665 of file tokenize.h.

Referenced by Tokenizer::simplifyTypedef(), and Tokenizer::simplifyTypedefCpp().

◆ name

std::string Tokenizer::TypedefInfo::name

Definition at line 663 of file tokenize.h.

Referenced by Tokenizer::simplifyTypedef(), and Tokenizer::simplifyTypedefCpp().

◆ used

bool Tokenizer::TypedefInfo::used

Definition at line 667 of file tokenize.h.

Referenced by Tokenizer::simplifyTypedef(), and Tokenizer::simplifyTypedefCpp().


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