#include "ceammc_atom.h"
#include <deque>
#include <string>
#include <vector>
Go to the source code of this file.
|
| bool | ceammc::operator== (const AtomList &l1, const AtomList &l2) |
| |
| bool | ceammc::operator!= (const AtomList &l1, const AtomList &l2) |
| |
| std::ostream & | ceammc::operator<< (std::ostream &os, const AtomList &l) |
| |
| void | ceammc::to_outlet (t_outlet *x, const AtomList &a) |
| |
| Atom | ceammc::atomFrom (const std::string &v) |
| |
| AtomList | ceammc::listFrom (bool v) |
| |
| AtomList | ceammc::listFrom (const std::string &v) |
| |
| AtomList | ceammc::listFrom (const std::vector< std::string > &v) |
| |
| AtomList | ceammc::listFrom (const AtomList &v) |
| |
| template<> |
| bool | ceammc::atomlistToValue (const AtomList &l, const bool &def) |
| |
| template<> |
| float | ceammc::atomlistToValue (const AtomList &l, const float &def) |
| |
| template<> |
| double | ceammc::atomlistToValue (const AtomList &l, const double &def) |
| |
| template<> |
| int | ceammc::atomlistToValue (const AtomList &l, const int &def) |
| |
| template<> |
| size_t | ceammc::atomlistToValue (const AtomList &l, const size_t &def) |
| |
| template<> |
| t_symbol * | ceammc::atomlistToValue (const AtomList &l, t_symbol *const &def) |
| |
| template<> |
| Atom | ceammc::atomlistToValue (const AtomList &l, const Atom &def) |
| |