Common functionality for containers
class segments_encoded_base ;
Declared in file <boost/url/segments_encoded_base.hpp> at line 37
| Name | Description |
|---|---|
| iterator |
| Name | Description |
|---|---|
| const_iterator | iterator |
| value_type | The value type |
| reference | The reference type |
| const_reference | The reference type |
| size_type | An unsigned integer type used to represent size. |
| difference_type | A signed integer type used to represent differences. |
| Name | Description |
|---|---|
| buffer | Return the referenced character buffer. |
| is_absolute | Returns true if this references an absolute path. |
| empty | Return true if there are no segments |
| size | Return the number of segments |
| front | Return the first segment |
| back | Return the last segment |
| begin | Return an iterator to the beginning |
| end | Return an iterator to the end |
This base class is used by the library to provide common member functions for containers. This cannot be instantiated directly; Instead, use one of the containers or functions: