alaCarte Maps
Renderer for OpenStreetMap tiles
SpecificAttributeCreator< Type > Class Template Reference

This file is part of alaCarte. More...

Inheritance diagram for SpecificAttributeCreator< Type >:
AttributeCreator

Public Types

typedef shared_ptr< eval::Eval< Type > > StyleTemplate::* attr_member
 

Public Member Functions

 SpecificAttributeCreator (attr_member member)
 
void addAttribute (const shared_ptr< StyleTemplate > &styleTemplate, const string &specifier, const shared_ptr< ParserLogger > &logger, const ParseInfo &info)
 

Private Attributes

attr_member member
 

Detailed Description

template<typename Type>
class SpecificAttributeCreator< Type >

This file is part of alaCarte.

alaCarte is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

alaCarte is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with alaCarte. If not, see http://www.gnu.org/licenses/.

Copyright alaCarte 2012-2013 Simon Dreher, Florian Jacob, Tobias Kahlert, Patrick Niklaus, Bernhard Scheirle, Lisa Winter Maintainer: Tobias Kahlert

Definition at line 45 of file mapcss_grammar.cpp.

Member Typedef Documentation

template<typename Type >
typedef shared_ptr<eval::Eval<Type> > StyleTemplate::* SpecificAttributeCreator< Type >::attr_member

Definition at line 49 of file mapcss_grammar.cpp.

Constructor & Destructor Documentation

template<typename Type >
SpecificAttributeCreator< Type >::SpecificAttributeCreator ( attr_member  member)
inline

Definition at line 51 of file mapcss_grammar.cpp.

Member Function Documentation

template<typename Type >
void SpecificAttributeCreator< Type >::addAttribute ( const shared_ptr< StyleTemplate > &  styleTemplate,
const string specifier,
const shared_ptr< ParserLogger > &  logger,
const ParseInfo info 
)
inlinevirtual

Implements AttributeCreator.

Definition at line 57 of file mapcss_grammar.cpp.

Member Data Documentation

template<typename Type >
attr_member SpecificAttributeCreator< Type >::member
private

Definition at line 64 of file mapcss_grammar.cpp.


The documentation for this class was generated from the following file: