Cppcheck
Public Types | Public Attributes | List of all members
TokenImpl::CppcheckAttributes Struct Reference

#include <token.h>

Public Types

enum  Type { LOW , HIGH }
 

Public Attributes

enum TokenImpl::CppcheckAttributes::Type type = LOW
 
MathLib::bigint value {}
 
CppcheckAttributesnext {}
 

Detailed Description

Definition at line 117 of file token.h.

Member Enumeration Documentation

◆ Type

Enumerator
LOW 
HIGH 

Definition at line 118 of file token.h.

Member Data Documentation

◆ next

CppcheckAttributes* TokenImpl::CppcheckAttributes::next {}

◆ type

enum TokenImpl::CppcheckAttributes::Type TokenImpl::CppcheckAttributes::type = LOW

◆ value

MathLib::bigint TokenImpl::CppcheckAttributes::value {}

Definition at line 119 of file token.h.

Referenced by TokenImpl::getCppcheckAttribute(), and TokenImpl::setCppcheckAttribute().


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