19 #ifndef GNASH_FILTER_FACTORY_H 20 #define GNASH_FILTER_FACTORY_H 32 typedef std::vector<std::unique_ptr<BitmapFilter> >
Filters;
47 #endif // GNASH_FILTER_FACTORY_H std::vector< std::unique_ptr< BitmapFilter > > Filters
Definition: filter_factory.h:32
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
Definition: filter_factory.h:34
static int read(SWFStream &in, bool read_multiple, Filters *store)
Read one, possibly multiple filters from the stream, and push them into the vector store...
Definition: filter_factory.cpp:41
SWF stream wrapper class.
Definition: SWFStream.h:58