#include <tag.hpp>
|
| unsigned char * | next () noexcept |
| |
| const unsigned char * | next () const noexcept |
| |
|
| static unsigned char * | after_null (unsigned char *ptr) noexcept |
| |
| static const unsigned char * | after_null (const unsigned char *ptr) noexcept |
| |
◆ Tag() [1/2]
| osmium::Tag::Tag |
( |
const Tag & | | ) |
|
|
delete |
◆ Tag() [2/2]
| osmium::Tag::Tag |
( |
Tag && | | ) |
|
|
delete |
◆ ~Tag()
◆ after_null() [1/2]
| static const unsigned char * osmium::Tag::after_null |
( |
const unsigned char * | ptr | ) |
|
|
inlinestaticprivatenoexcept |
◆ after_null() [2/2]
| static unsigned char * osmium::Tag::after_null |
( |
unsigned char * | ptr | ) |
|
|
inlinestaticprivatenoexcept |
◆ key()
| const char * osmium::Tag::key |
( |
| ) |
const |
|
inlinenoexcept |
Get a pointer to the C string containing the tag key.
Complexity: Constant.
◆ next() [1/2]
| const unsigned char * osmium::Tag::next |
( |
| ) |
const |
|
inlineprivatenoexcept |
◆ next() [2/2]
| unsigned char * osmium::Tag::next |
( |
| ) |
|
|
inlineprivatenoexcept |
◆ operator=() [1/2]
| Tag & osmium::Tag::operator= |
( |
const Tag & | | ) |
|
|
delete |
◆ operator=() [2/2]
| Tag & osmium::Tag::operator= |
( |
Tag && | | ) |
|
|
delete |
◆ value()
| const char * osmium::Tag::value |
( |
| ) |
const |
|
inlinenoexcept |
Get a pointer to the C string containing the tag value.
Complexity: Linear on the number of characters in the key!
◆ osmium::memory::CollectionIterator
template<typename TMember >
◆ collection_type
The documentation for this class was generated from the following file: