Plot Script
Classes | Functions
atom.hpp File Reference
#include "token.hpp"
Include dependency graph for atom.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Atom
 A variant type that may be a Number or Symbol or the default type None. More...
 

Functions

bool operator!= (const Atom &left, const Atom &right) noexcept
 inequality comparison for Atom More...
 
std::ostream & operator<< (std::ostream &out, const Atom &a)
 output stream rendering More...
 

Detailed Description

Defines the Atom type and associated functions.

Function Documentation

◆ operator!=()

bool operator!= ( const Atom left,
const Atom right 
)
noexcept

inequality comparison for Atom

◆ operator<<()

std::ostream& operator<< ( std::ostream &  out,
const Atom a 
)

output stream rendering