|
IDL compiler front-end library
|
#include <string>Go to the source code of this file.
Classes | |
| class | AST::Identifier |
| An identifier. More... | |
Namespaces | |
| namespace | AST |
| Abstract Syntax Tree namespace. | |
Functions | |
| bool | AST::operator< (const Identifier &l, const char *r) noexcept |
| Case-insensitive compare. | |
| bool | AST::operator< (const char *l, const Identifier &r) noexcept |
| Case-insensitive compare. | |