#include <ParserNode.h>
Definition at line 960 of file ParserNode.h.
Parser::NameValueAssign::NameValueAssign |
( |
std::string * |
n, |
|
|
Literal * |
v |
|
) |
| |
|
inline |
Definition at line 962 of file ParserNode.h.
std::unique_ptr< std::string > name_
std::unique_ptr< Literal > value_
const std::string* Parser::NameValueAssign::get_name |
( |
| ) |
const |
|
inline |
Definition at line 963 of file ParserNode.h.
References name_.
963 {
return name_.get(); }
std::unique_ptr< std::string > name_
const Literal* Parser::NameValueAssign::get_value |
( |
| ) |
const |
|
inline |
std::unique_ptr<std::string> Parser::NameValueAssign::name_ |
|
private |
std::unique_ptr<Literal> Parser::NameValueAssign::value_ |
|
private |
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/Parser/ParserNode.h