#include <filter_parser.hpp>
Public Member Functions | |
push_property (stack< shared_ptr< expression< FeatureT > > > &exprs) | |
template<typename Iter > | |
void | operator() (Iter start, Iter end) const |
Public Attributes | |
stack< shared_ptr< expression < FeatureT > > > & | exprs_ |
mapnik::push_property< FeatureT >::push_property | ( | stack< shared_ptr< expression< FeatureT > > > & | exprs | ) | [inline] |
void mapnik::push_property< FeatureT >::operator() | ( | Iter | start, | |
Iter | end | |||
) | const [inline] |
References mapnik::push_property< FeatureT >::exprs_.
stack<shared_ptr<expression<FeatureT> > >& mapnik::push_property< FeatureT >::exprs_ |
Referenced by mapnik::push_property< FeatureT >::operator()().