Definition at line 497 of file Preprocessor.cpp.
◆ begin()
| auto infix2postfix::preprocessor::MacroTable::begin |
( |
| ) |
const |
|
inlinenodiscard |
◆ contains()
| bool infix2postfix::preprocessor::MacroTable::contains |
( |
const std::string & | name | ) |
const |
|
inlinenodiscard |
◆ define()
| void infix2postfix::preprocessor::MacroTable::define |
( |
Macro | macro | ) |
|
|
inline |
◆ end()
| auto infix2postfix::preprocessor::MacroTable::end |
( |
| ) |
const |
|
inlinenodiscard |
◆ find()
| const Macro * infix2postfix::preprocessor::MacroTable::find |
( |
const std::string & | name | ) |
const |
|
inlinenodiscard |
Definition at line 503 of file Preprocessor.cpp.
503 {
504 auto it = macros.find(name);
505 return it != macros.end() ? &it->second : nullptr;
506 }
◆ undef()
| void infix2postfix::preprocessor::MacroTable::undef |
( |
const std::string & | name | ) |
|
|
inline |
The documentation for this class was generated from the following file: