GiNaC 1.8.7
Protected Member Functions | List of all members
GiNaC::visitor Class Reference

Degenerate base class for visitors. More...

#include <basic.h>

Protected Member Functions

virtual ~visitor ()
 

Detailed Description

Degenerate base class for visitors.

basic and derivative classes support Robert C. Martin's Acyclic Visitor pattern (cf. http://condor.depaul.edu/dmumaugh/OOT/Design-Principles/acv.pdf or chapter 10 of Andrei Alexandrescu's "Modern C++ Design").

Definition at line 97 of file basic.h.

Constructor & Destructor Documentation

◆ ~visitor()

virtual GiNaC::visitor::~visitor ( )
inlineprotectedvirtual

Definition at line 99 of file basic.h.


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

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.