unlogic
Loading...
Searching...
No Matches
unlogic::StringLiteralNode Struct Reference

#include <Node.h>

Inheritance diagram for unlogic::StringLiteralNode:
unlogic::Literal< std::string >

Public Member Functions

 StringLiteralNode (std::string value)
 
 ~StringLiteralNode ()
 
- Public Member Functions inherited from unlogic::Literal< std::string >
 Literal (std::string value)
 
virtual ~Literal ()=default
 

Additional Inherited Members

- Public Attributes inherited from unlogic::Literal< std::string >
std::string value
 

Detailed Description

Definition at line 47 of file Node.h.

Constructor & Destructor Documentation

◆ StringLiteralNode()

StringLiteralNode::StringLiteralNode ( std::string  value)

Definition at line 11 of file Node.cpp.

◆ ~StringLiteralNode()

StringLiteralNode::~StringLiteralNode ( )
default

The documentation for this struct was generated from the following files: