|
SXEval 1.0.3
A generic s-expression interpreter library.
|
#include <string>Go to the source code of this file.
Classes | |
| class | sxeval::IInstruction< T > |
| The IInstruction class is an interface for any instructions. More... | |
Namespaces | |
| namespace | sxeval |
Functions | |
| template<typename T > | |
| std::ostream & | sxeval::operator<< (std::ostream &os, const IInstruction< T > &obj) |
| Output stream operator for AInstruction. | |