| 
    Cppcheck
    
   | 
 
Information about a member variable. More...
Public Member Functions | |
| Usage (const Variable *var) | |
Public Attributes | |
| const Variable * | var | 
| Variable that this usage is for.  More... | |
| bool | assign {} | 
| has this variable been assigned?  More... | |
| bool | init {} | 
| has this variable been initialized?  More... | |
Information about a member variable.
Used when checking for uninitialized variables
Definition at line 315 of file checkclass.h.
      
  | 
  inlineexplicit | 
Definition at line 316 of file checkclass.h.
| bool CheckClass::Usage::assign {} | 
has this variable been assigned?
Definition at line 322 of file checkclass.h.
| bool CheckClass::Usage::init {} | 
has this variable been initialized?
Definition at line 325 of file checkclass.h.
| const Variable* CheckClass::Usage::var | 
Variable that this usage is for.
Definition at line 319 of file checkclass.h.