|
Cppcheck
|
Array dimension information. More...
#include <symboldatabase.h>
Public Member Functions | |
| Dimension () | |
Public Attributes | |
| const Token * | start |
| const Token * | end |
| MathLib::bigint | num |
| bool | known |
Array dimension information.
Definition at line 48 of file symboldatabase.h.
| Dimension::Dimension | ( | ) | [inline] |
Definition at line 49 of file symboldatabase.h.
| const Token* Dimension::end |
Definition at line 52 of file symboldatabase.h.
Referenced by Variable::arrayDimensions(), and SymbolDatabase::SymbolDatabase().
| bool Dimension::known |
Definition at line 54 of file symboldatabase.h.
Referenced by SymbolDatabase::SymbolDatabase().
Definition at line 53 of file symboldatabase.h.
Referenced by Variable::arrayDimensions(), and SymbolDatabase::SymbolDatabase().
| const Token* Dimension::start |
Definition at line 51 of file symboldatabase.h.
Referenced by Variable::arrayDimensions(), and SymbolDatabase::SymbolDatabase().
1.7.6.1