The Om language implementation.
|
Atom * | new_clone (Atom const &) |
|
template<typename TheImplementation > |
bool | operator== (DefaultAtom< TheImplementation > const &, DefaultAtom< TheImplementation > const &) |
|
template<typename TheImplementation > |
bool | operator!= (DefaultAtom< TheImplementation > const &, DefaultAtom< TheImplementation > const &) |
|
bool | operator== (Element const &, Element const &) |
|
bool | operator!= (Element const &, Element const &) |
|
Element * | new_clone (Element const &) |
|
bool | operator== (Expression::ElementRange const &, Expression::ElementRange const &) |
|
bool | operator!= (Expression::ElementRange const &, Expression::ElementRange const &) |
|
bool | operator== (Form::ElementRange const &, Form::ElementRange const &) |
|
bool | operator!= (Form::ElementRange const &, Form::ElementRange const &) |
|
bool | operator== (Lexicon::ElementRange const &, Lexicon::ElementRange const &) |
|
bool | operator!= (Lexicon::ElementRange const &, Lexicon::ElementRange const &) |
|
bool | operator== (Operand const &, Operand const &) |
|
bool | operator!= (Operand const &, Operand const &) |
|
bool | operator== (Program const &, Program const &) |
|
bool | operator!= (Program const &, Program const &) |
|
bool | operator== (Reader const &, Reader const &) |
|
bool | operator!= (Reader const &, Reader const &) |
|
◆ new_clone() [1/2]
Atom* Om::Language::new_clone |
( |
Atom const & |
| ) |
|
- Returns
- An owner pointer to a new copy.
- Note
- Required by boost::ptr_container classes.
◆ operator==() [1/8]
template<typename TheImplementation >
bool Om::Language::operator== |
( |
DefaultAtom< TheImplementation > const & |
, |
|
|
DefaultAtom< TheImplementation > const & |
|
|
) |
| |
◆ operator!=() [1/8]
template<typename TheImplementation >
bool Om::Language::operator!= |
( |
DefaultAtom< TheImplementation > const & |
, |
|
|
DefaultAtom< TheImplementation > const & |
|
|
) |
| |
◆ operator==() [2/8]
◆ operator!=() [2/8]
◆ new_clone() [2/2]
- Returns
- An owner pointer to a new copy.
- Note
- Required by boost::ptr_container classes.
◆ operator==() [3/8]
◆ operator!=() [3/8]
◆ operator==() [4/8]
◆ operator!=() [4/8]
◆ operator==() [5/8]
◆ operator!=() [5/8]
◆ operator==() [6/8]
◆ operator!=() [6/8]
◆ operator==() [7/8]
◆ operator!=() [7/8]
◆ operator==() [8/8]
bool Om::Language::operator== |
( |
Reader const & |
, |
|
|
Reader const & |
|
|
) |
| |
◆ operator!=() [8/8]
bool Om::Language::operator!= |
( |
Reader const & |
, |
|
|
Reader const & |
|
|
) |
| |