Cppcheck
Public Member Functions | Public Attributes | List of all members
Type::BaseInfo Struct Reference

#include <symboldatabase.h>

Public Member Functions

bool operator< (const BaseInfo &rhs) const
 

Public Attributes

std::string name
 
const Typetype {}
 
const TokennameTok {}
 
AccessControl access {}
 
bool isVirtual {}
 

Detailed Description

Definition at line 75 of file symboldatabase.h.

Member Function Documentation

◆ operator<()

bool Type::BaseInfo::operator< ( const BaseInfo rhs) const
inline

Definition at line 82 of file symboldatabase.h.

References type.

Member Data Documentation

◆ access

AccessControl Type::BaseInfo::access {}

◆ isVirtual

bool Type::BaseInfo::isVirtual {}

◆ name

std::string Type::BaseInfo::name

Definition at line 76 of file symboldatabase.h.

Referenced by Type::initBaseInfo(), and SymbolDatabase::printOut().

◆ nameTok

const Token* Type::BaseInfo::nameTok {}

◆ type

const Type* Type::BaseInfo::type {}

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