#include <ParserNode.h>
Definition at line 725 of file ParserNode.h.
Parser::TableRef::TableRef |
( |
std::string * |
t | ) |
|
|
inlineexplicit |
Definition at line 727 of file ParserNode.h.
std::unique_ptr< std::string > table_name_
std::unique_ptr< std::string > range_var_
Parser::TableRef::TableRef |
( |
std::string * |
t, |
|
|
std::string * |
r |
|
) |
| |
|
inline |
Definition at line 728 of file ParserNode.h.
std::unique_ptr< std::string > table_name_
std::unique_ptr< std::string > range_var_
const std::string* Parser::TableRef::get_range_var |
( |
| ) |
const |
|
inline |
const std::string* Parser::TableRef::get_table_name |
( |
| ) |
const |
|
inline |
std::string Parser::TableRef::to_string |
( |
| ) |
const |
Definition at line 2135 of file ParserNode.cpp.
std::unique_ptr< std::string > table_name_
std::unique_ptr< std::string > range_var_
std::unique_ptr<std::string> Parser::TableRef::range_var_ |
|
private |
std::unique_ptr<std::string> Parser::TableRef::table_name_ |
|
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