#include <ParserNode.h>
Definition at line 1704 of file ParserNode.h.
Parser::SelectEntry::SelectEntry |
( |
Expr * |
e, |
|
|
std::string * |
r |
|
) |
| |
|
inline |
Definition at line 1706 of file ParserNode.h.
std::unique_ptr< Expr > select_expr_
std::unique_ptr< std::string > alias_
const std::string* Parser::SelectEntry::get_alias |
( |
| ) |
const |
|
inline |
const Expr* Parser::SelectEntry::get_select_expr |
( |
| ) |
const |
|
inline |
std::string Parser::SelectEntry::to_string |
( |
| ) |
const |
Definition at line 2127 of file ParserNode.cpp.
std::unique_ptr< Expr > select_expr_
std::unique_ptr< std::string > alias_
std::unique_ptr<std::string> Parser::SelectEntry::alias_ |
|
private |
std::unique_ptr<Expr> Parser::SelectEntry::select_expr_ |
|
private |
The documentation for this class was generated from the following files:
- /home/jenkins-slave/workspace/core-os-doxygen/Parser/ParserNode.h
- /home/jenkins-slave/workspace/core-os-doxygen/Parser/ParserNode.cpp