#include <osm_object_builder.hpp>
osmium::builder::TagListBuilder::~TagListBuilder |
( |
| ) |
|
|
inline |
void osmium::builder::TagListBuilder::add_tag |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
inline |
Add tag to buffer.
- Parameters
-
key | Tag key (0-terminated string). |
value | Tag value (0-terminated string). |
void osmium::builder::TagListBuilder::add_tag |
( |
const char * |
key, |
|
|
const size_t |
key_length, |
|
|
const char * |
value, |
|
|
const size_t |
value_length |
|
) |
| |
|
inline |
Add tag to buffer.
- Parameters
-
key | Pointer to tag key. |
key_length | Length of key (not including the \0 byte). |
value | Pointer to tag value. |
value_length | Length of value (not including the \0 byte). |
void osmium::builder::TagListBuilder::add_tag |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
Add tag to buffer.
- Parameters
-
The documentation for this class was generated from the following file: