| 
    Cppcheck
    
   | 
 
#include <token.h>
Public Types | |
| enum | Type { LOW , HIGH } | 
Public Attributes | |
| enum TokenImpl::CppcheckAttributes::Type | type = LOW | 
| MathLib::bigint | value {} | 
| CppcheckAttributes * | next {} | 
| CppcheckAttributes* TokenImpl::CppcheckAttributes::next {} | 
Definition at line 120 of file token.h.
Referenced by TokenImpl::getCppcheckAttribute(), TokenImpl::setCppcheckAttribute(), and TokenImpl::~TokenImpl().
| enum TokenImpl::CppcheckAttributes::Type TokenImpl::CppcheckAttributes::type = LOW | 
Referenced by TokenImpl::getCppcheckAttribute(), and TokenImpl::setCppcheckAttribute().
| MathLib::bigint TokenImpl::CppcheckAttributes::value {} | 
Definition at line 119 of file token.h.
Referenced by TokenImpl::getCppcheckAttribute(), and TokenImpl::setCppcheckAttribute().