Class url_base
Common functionality for containers
Synopsis
class url_base
: public url_view_base;
Declared in file <include/boost/url/params_encoded_ref.hpp> on line 23
Declared in file <include/boost/url/segments_encoded_ref.hpp> on line 23
Declared in file <include/boost/url/segments_ref.hpp> on line 23
Declared in file <include/boost/url/params_ref.hpp> on line 24
Defined in file <include/boost/url/url_base.hpp> on line 63
Member Functions
Name |
Description |
Return the url as a null-terminated string |
|
Return the number of characters that can be stored without reallocating |
|
Clear the contents while preserving the capacity |
|
Adjust the capacity without changing the size |
|
Set the scheme |
|
Remove the scheme |
|
Set the authority |
|
Remove the authority |
|
Set the userinfo |
|
Set the userinfo. |
|
Remove the userinfo |
|
Set the user |
|
Set the user |
|
Set the password. |
|
Set the password. |
|
Remove the password |
|
Set the host |
|
Set the host |
|
Set the host to an address |
|
Set the host to an address |
|
Set the host to an address |
|
Set the host to an address |
|
Set the host to an address |
|
Set the host to a name |
|
Set the host to a name |
|
Set the port |
|
Set the port |
|
Remove the port |
|
Set if the path is absolute |
|
Set the path. |
|
Set the path. |
|
Return the path as a container of segments |
|
Return the path as a container of segments |
|
Return the path as a container of segments |
|
Return the path as a container of segments |
|
Set the query |
|
Set the query |
|
Return the query as a container of parameters |
|
Return the query as a container of parameters |
|
Return the query as a container of parameters |
|
Return the query as a container of parameters |
|
Set the query params |
|
Set the query params |
|
Remove the query |
|
Remove the fragment |
|
Set the fragment. |
|
Set the fragment. |
|
Remove the origin component |
|
Normalize the URL components |
|
Normalize the URL scheme |
|
Normalize the URL authority |
|
Normalize the URL path |
|
Normalize the URL query |
|
Normalize the URL fragment |
|
Resolve a URL reference against this base URL |
Description
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: