Cppcheck
Public Member Functions | Public Attributes | List of all members
ScopeInfo2 Struct Reference

#include <token.h>

Public Member Functions

 ScopeInfo2 (std::string name_, const Token *bodyEnd_, std::set< std::string > usingNamespaces_=std::set< std::string >())
 

Public Attributes

std::string name
 
const Token *const bodyEnd {}
 
std::set< std::string > usingNamespaces
 

Detailed Description

Definition at line 53 of file token.h.

Constructor & Destructor Documentation

◆ ScopeInfo2()

ScopeInfo2::ScopeInfo2 ( std::string  name_,
const Token bodyEnd_,
std::set< std::string >  usingNamespaces_ = std::set<std::string>() 
)
inline

Definition at line 54 of file token.h.

Member Data Documentation

◆ bodyEnd

const Token* const ScopeInfo2::bodyEnd {}

Definition at line 56 of file token.h.

◆ name

std::string ScopeInfo2::name

Definition at line 55 of file token.h.

◆ usingNamespaces

std::set<std::string> ScopeInfo2::usingNamespaces

Definition at line 57 of file token.h.


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