Libosmium  2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
Namespaces | Functions
types_from_string.hpp File Reference
#include <osmium/osm/entity_bits.hpp>
#include <osmium/osm/item_type.hpp>
#include <osmium/osm/types.hpp>
#include <cassert>
#include <cctype>
#include <cstdlib>
#include <limits>
#include <stdexcept>
#include <string>
#include <utility>
Include dependency graph for types_from_string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osmium
 Namespace for everything in the Osmium library.
 

Functions

object_id_type osmium::string_to_object_id (const char *input)
 
std::pair< osmium::item_type, osmium::object_id_typeosmium::string_to_object_id (const char *input, osmium::osm_entity_bits::type types, osmium::item_type default_type=osmium::item_type::undefined)
 
object_version_type osmium::string_to_object_version (const char *input)
 
changeset_id_type osmium::string_to_changeset_id (const char *input)
 
user_id_type osmium::string_to_uid (const char *input)
 
num_changes_type osmium::string_to_num_changes (const char *input)
 
num_comments_type osmium::string_to_num_comments (const char *input)