|
wxMaxima
|
Public Member Functions | |
| MatchAllOf< T > | operator&& (MatcherBase const &other) const |
| MatchAnyOf< T > | operator|| (MatcherBase const &other) const |
| MatchNotOf< T > | operator! () const |
| std::string | toString () const |
| virtual bool | match (T const &arg) const=0 |
Protected Member Functions | |
| virtual std::string | describe () const =0 |
Protected Attributes | |
| std::string | m_cachedToString |