#include <token.h>
|
| ScopeInfo2 (std::string name_, const Token *bodyEnd_, std::set< std::string > usingNamespaces_=std::set< std::string >()) |
|
Definition at line 53 of file token.h.
◆ ScopeInfo2()
ScopeInfo2::ScopeInfo2 |
( |
std::string |
name_, |
|
|
const Token * |
bodyEnd_, |
|
|
std::set< std::string > |
usingNamespaces_ = std::set<std::string>() |
|
) |
| |
|
inline |
◆ bodyEnd
const Token* const ScopeInfo2::bodyEnd {} |
◆ name
std::string ScopeInfo2::name |
◆ usingNamespaces
std::set<std::string> ScopeInfo2::usingNamespaces |
The documentation for this struct was generated from the following file: