alaCarte Maps
Renderer for OpenStreetMap tiles
AlacarteImporterApp Class Reference

This file is part of alaCarte. More...

Inheritance diagram for AlacarteImporterApp:
Application

Public Member Functions

 AlacarteImporterApp ()
 Inits the Configuration descriptions. More...
 
- Public Member Functions inherited from Application
 Application ()
 Inits the new Application. More...
 
int start (int argc, char **argv)
 Starts the aplication with or without Exceptionhandling. More...
 

Protected Member Functions

virtual bool startupDiagnostic (const shared_ptr< Configuration > &config)
 
virtual void onRun (const shared_ptr< Configuration > &config)
 Contains the main functionality for the importer. More...
 
- Protected Member Functions inherited from Application
virtual void customInitLog (const shared_ptr< Configuration > &config)
 
bool diagnosticCheckFile (const shared_ptr< Configuration > &config, const string &key)
 

Additional Inherited Members

- Protected Attributes inherited from Application
boost::program_options::options_description cmd_desc
 
boost::program_options::options_description config_desc
 
boost::program_options::positional_options_description pos_desc
 
shared_ptr< logging::sinks::synchronous_sink< logging::sinks::text_file_backend > > fileLogger
 
shared_ptr< logging::sinks::synchronous_sink< logging::sinks::basic_text_ostream_backend< char > > > consoleLogger
 

Detailed Description

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 Represents the Importer-Application

Definition at line 39 of file alacarte_importer.cpp.

Constructor & Destructor Documentation

AlacarteImporterApp::AlacarteImporterApp ( )
inline

Inits the Configuration descriptions.

Definition at line 47 of file alacarte_importer.cpp.

Member Function Documentation

virtual void AlacarteImporterApp::onRun ( const shared_ptr< Configuration > &  config)
inlineprotectedvirtual

Contains the main functionality for the importer.

Parameters
configthe configuration for the application

Implements Application.

Definition at line 90 of file alacarte_importer.cpp.

virtual bool AlacarteImporterApp::startupDiagnostic ( const shared_ptr< Configuration > &  config)
inlineprotectedvirtual

Implements Application.

Definition at line 80 of file alacarte_importer.cpp.


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