Design Patterns
structural::facade::ExpressionNodeInterface Class Referenceabstract

#include <expression_node_interface.h>

Inheritance diagram for structural::facade::ExpressionNodeInterface:
Collaboration diagram for structural::facade::ExpressionNodeInterface:

Public Member Functions

virtual ~ExpressionNodeInterface ()
 
virtual std::string expression () const =0
 

Constructor & Destructor Documentation

virtual structural::facade::ExpressionNodeInterface::~ExpressionNodeInterface ( )
inlinevirtual

Member Function Documentation

virtual std::string structural::facade::ExpressionNodeInterface::expression ( ) const
pure virtual

Here is the caller graph for this function:


The documentation for this class was generated from the following file: