Wolframe, 0.0.3

null_filter.hpp File Reference

Filter that emits an error for beeing undefined instead of doing something when used. More...

#include "filter/filter.hpp"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  _Wolframe::langbind::NullFilterType
 Null filter, a filter representing an empty structure. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::langbind
 Glueing classes for language bindings and filters (implemented in the library libwolframe_langbind)
 

Functions

Filter _Wolframe::langbind::createNullFilter ()
 Create a new null filter. More...
 
Filter * _Wolframe::langbind::createNullFilterPtr (const std::string &name, const std::vector< FilterArgument > &arg)
 Create a new null filter (with new, to be destroyed with delete) More...
 

Detailed Description

Filter that emits an error for beeing undefined instead of doing something when used.